@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Procedure; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-treatment"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

Resource \"Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances\"

Profile: CH CRL Procedure Treatment

CH CRL Procedure Treatment Goal: Curative - procedure intent (qualifier value) (SNOMED CT#373808002)

status: in-progress

category: First line treatment (procedure) (SNOMED CT#708255002)

code: Intraoperative Applikation von Chemotherapeutikum, sonstige (unknown#Z99.25.29)

subject: Patient/FranzMinimum \" MINIMUM\"

performed: 2018-12-15 --> (ongoing)

Performers

-ActorOnBehalfOf
*Organization/AbteilungMinimum \"Abteilung Minium\"Organization/SpitalMinimum \"Spital Minium\"

reasonReference: Observation/ICD-10

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-treatment-goal" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:373808002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "373808002" ]; fhir:Coding.display [ fhir:value "Curative - procedure intent (qualifier value)" ] ] ] ]; fhir:Procedure.status [ fhir:value "in-progress"]; fhir:Procedure.category [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:708255002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "708255002" ]; fhir:Coding.display [ fhir:value "First line treatment (procedure)" ] ] ]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.756.5.30.1.126.3.1" ]; fhir:Coding.code [ fhir:value "Z99.25.29" ]; fhir:Coding.display [ fhir:value "Intraoperative Applikation von Chemotherapeutikum, sonstige" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ]; fhir:Procedure.performedPeriod [ fhir:Period.start [ fhir:value "2018-12-15"^^xsd:date ] ]; fhir:Procedure.performer [ fhir:index 0; fhir:Procedure.performer.actor [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/AbteilungMinimum" ] ]; fhir:Procedure.performer.onBehalfOf [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/SpitalMinimum" ] ] ]; fhir:Procedure.reasonReference [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/ICD-10" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------