Skip to content

Commit

Permalink
update examples use correct codes
Browse files Browse the repository at this point in the history
  • Loading branch information
friederike-schneider-mint committed Oct 25, 2023
1 parent dd8c609 commit 7f7e178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion input/fsh/bodystructure.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ Usage: #example
* patient = Reference(ExamplePatient)
* extension[diagnosis].url = "https://www.vision-zero-oncology.de/fhir/StructureDefinition/diagnosis"
* extension[diagnosis].valueReference = Reference(ExampleCondition)
* extension[included-structure].extension[$structure].valueCodeableConcept.coding = $ICD10GM|2019#C50.2 "Bösartige Neubildung der Brustdrüse [Mamma] Oberer innerer Quadrant der Brustdrüse"
* extension[included-structure].extension[$structure].valueCodeableConcept.coding = $SCT#14975008 "Forearm"
* extension[included-structure].extension[$laterality].valueCodeableConcept.coding = $SCT#419161000 "Unilateral left"
* extension[included-structure].extension[$qualifier].valueCodeableConcept.coding = $SCT#263929005 "Volar"
10 changes: 5 additions & 5 deletions input/fsh/tumor.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Id: tumor
Title: "Profile Tumor"
Description: "Profile of a tumor"
* insert Metadata
* morphoplogy 1..1 MS
* patient MS

Extension: PartOf
Expand All @@ -26,7 +27,7 @@ Description: "Enables to reference a Tumor <BodyStructure> from its respective S
* ^context[=].expression = "Specimen"

// Examples
Instance: CerebellarSarcoma
Instance: SplenicStructure
InstanceOf: Tumor
Usage: #example
Title: "Tumor Example - Cerebellar Sarcoma"
Expand All @@ -35,15 +36,14 @@ Description: "Example for the Tumor profile"
* identifier[bodyStructureIdentifier].type = http://hl7.org/fhir/resource-types#BodyStructure
* identifier[bodyStructureIdentifier].system = "http://radiology.hospital.example.org"
* identifier[bodyStructureIdentifier].value = "Tumor 1234"
//* morphology = $SCT#17302008 "Cerebellar sarcoma (morphologic abnormality)"
//* location = $SCT#1010600003 "Structure of left cerebellar hemisphere (body structure)"
* extension[included-structure].extension[$structure].valueCodeableConcept.coding = $ICD10GM|2019#C50.2 "Bösartige Neubildung der Brustdrüse [Mamma] Oberer innerer Quadrant der Brustdrüse"
* morphology = $SCT#4147007 "Mass (morphologic abnormality)"
* extension[included-structure].extension[$structure].valueCodeableConcept.coding = $SCT#78961009 "Splenic structure (body structure)"
* patient = Reference(ExamplePatient)

Instance: blood-specimen
InstanceOf: TumorSpecimen
Usage: #example
* extension[partOf].valueReference = Reference(CerebellarSarcoma)
* extension[partOf].valueReference = Reference(SplenicStructure)
* status = #available
* type = $SCT#16210851000119107 "Cerebellar neoplasm specimen (specimen)"
* subject = Reference(ExamplePatient)
Expand Down

0 comments on commit 7f7e178

Please sign in to comment.