Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
friederike-schneider-mint committed Oct 25, 2023
1 parent e9487ee commit dd8c609
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions input/fsh/bodystructure.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,4 @@ 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].url = "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
* extension[included-structure].extension[$structure].url = "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure.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"
2 changes: 0 additions & 2 deletions input/fsh/tumor.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Description: "Example for the Tumor profile"
* 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].url = "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure"
* extension[included-structure].extension[$structure].url = "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure.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"
* patient = Reference(ExamplePatient)

Expand Down

0 comments on commit dd8c609

Please sign in to comment.