From 7f7e1782e71c742bcbaf7e1a02ad93fe3f454312 Mon Sep 17 00:00:00 2001 From: Friederike Schneider Date: Wed, 25 Oct 2023 16:47:04 +0200 Subject: [PATCH] update examples use correct codes --- input/fsh/bodystructure.fsh | 4 +++- input/fsh/tumor.fsh | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/input/fsh/bodystructure.fsh b/input/fsh/bodystructure.fsh index 1ec61978..23412d1b 100644 --- a/input/fsh/bodystructure.fsh +++ b/input/fsh/bodystructure.fsh @@ -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" \ No newline at end of file +* 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" \ No newline at end of file diff --git a/input/fsh/tumor.fsh b/input/fsh/tumor.fsh index 62a319d6..370075c8 100644 --- a/input/fsh/tumor.fsh +++ b/input/fsh/tumor.fsh @@ -14,6 +14,7 @@ Id: tumor Title: "Profile Tumor" Description: "Profile of a tumor" * insert Metadata +* morphoplogy 1..1 MS * patient MS Extension: PartOf @@ -26,7 +27,7 @@ Description: "Enables to reference a Tumor from its respective S * ^context[=].expression = "Specimen" // Examples -Instance: CerebellarSarcoma +Instance: SplenicStructure InstanceOf: Tumor Usage: #example Title: "Tumor Example - Cerebellar Sarcoma" @@ -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)