Skip to content

Commit

Permalink
new MG parameter and several fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexa-ian committed Oct 29, 2024
1 parent 83f735e commit b9fe13c
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"resourceType": "ValueSet",
"status": "active",
"name": "MII_VS_Bildgebung_Diagnostic_Report_Coding",
"id": "mii-vs-bildgebung-diagnostic-report-coding",
"title": "MII VS Bildgebung DiagnosticReport Coding",
"description": "Import the ValueSet for Diagnostic Reports",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/ValueSet/mii-vs-bildgebung-diagnostic-report-coding",
"publisher": "Medizininformatik Initiative",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de"
}
]
}
],
"version": "2025.0.0-ballot",
"copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"experimental": false,
"date": "2024-08-30",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "constraint",
"op": "=",
"value": "(< 404684003 | Clinical finding (finding)|"
}
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"resourceType": "ValueSet",
"status": "active",
"name": "MII_VS_Bildgebung_ImagingStudy_series_viewPosition",
"id": "mii-vs-bildgebung-imagingStudy-series-viewPosition",
"title": "MII VS Bildgebung ImagingStudy-Series View Position",
"description": "Import the ValueSets for view position in MG and DX/CR series",
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/ValueSet/mii-vs-bildgebung-imagingStudy-series-viewPosition",
"publisher": "Medizininformatik Initiative",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de"
}
]
}
],
"version": "2025.0.0-ballot",
"copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"experimental": false,
"date": "2024-08-30",
"compose": {
"include": [
{
"valueSet": [
"http://dicom.nema.org/medical/dicom/2018d/output/chtml/part16/sect_CID_4014.html"
]
},
{
"valueSet": [
"http://dicom.nema.org/medical/dicom/2018d/output/chtml/part16/sect_CID_4010.html"
]
}
]
}
}

0 comments on commit b9fe13c

Please sign in to comment.