Skip to content

Commit

Permalink
Finished CodeSystem ImageType
Browse files Browse the repository at this point in the history
  • Loading branch information
lucscherer committed Nov 6, 2024
1 parent 82a4b14 commit 09386ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions input/fsh/codesystems/CodeSystem-ImageType.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Description: "Image type für Radiologische Bilder"
* ^caseSensitive = true
* ^valueSet = "https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/ValueSet/mii-vs-bildgebung-instance-image-type"
* ^content = #complete
//Pixel Data Characteristics
* #PDC "Pixel Data Characteristics"
* #PDC ^property[0].code = #child
* #PDC ^property[=].valueCode = #ORIGINAL
Expand All @@ -21,6 +22,7 @@ Description: "Image type für Radiologische Bilder"
* #DERIVED "identifies an derived image"
* #DERIVED ^property[0].code = #parent
* #DERIVED ^property[=].valueCode = #PDC
//Patient Examinatiion Characteristics
* #PEC "Patient Examination Characteristics"
* #PEC ^property[0].code = #child
* #PEC ^property[=].valueCode = #PRIMARY
Expand All @@ -32,6 +34,7 @@ Description: "Image type für Radiologische Bilder"
* #SECONDARY "identifies a secondary image"
* #SECONDARY ^property[0].code = #parent
* #SECONDARY ^property[=].valueCode = #PEC
//Modality Specific Characteristics
* #MSC "Modality Specific Characteristics"
* #MSC ^property[0].code = #child
* #MSC ^property[=].valueCode = #CT
Expand Down Expand Up @@ -162,8 +165,7 @@ Description: "Image type für Radiologische Bilder"
* #RECONGATEDTOMO "Recon Gated Tomo"
* #RECONGATEDTOMO ^property[+].code = #parent
* #RECONGATEDTOMO ^property[=].valueCode = #NM
* #MSC ^property[+].code = #child
* #MSC ^property[=].valueCode = #NM
//Implemation Specific Identifiers
* #ISI "Implemetation Specific Identifiers"
* #ISI ^property[0].code = #child
* #ISI ^property[=].valueCode = #NMI
Expand Down
4 changes: 0 additions & 4 deletions input/fsh/extensions/Extension-Instance-Details.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ Description: "Die Extension ermöglicht es, Informationen zur ausgewählten Seri
patientPixelData 0..* and
modalityCT 0..* and
modalityMR 0..* and
modalityCR 0..* and
modalityDX 0..* and
modalityPT 0..* and
modalityNM 0..* and
modalityMG 0..*
* extension[imageType].valueCodeableConcept.coding[patientPixelData] from MII_VS_Bildgebung_Instance_Image_Type
* extension[imageType].valueCodeableConcept.coding[modalityCT] from MII_VS_Bildgebung_Instance_Image_Type_CT
* extension[imageType].valueCodeableConcept.coding[modalityMR] from MII_VS_Bildgebung_Instance_Image_Type_MR
Expand Down

0 comments on commit 09386ef

Please sign in to comment.