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

Generated Narrative

Resource \"InsertCatheter1-20210706-181521210706\"

Profile: Swissnoso Procedure Insert Catheter

Swissnoso Sequence Number: 1

Swissnoso Transurethral Procedure: false

status: completed

code: Catheterization of urinary bladder (procedure) (SNOMED CT#410024004)

subject: Patient/FridolinMueller

encounter: Encounter/Encounter-181521210706

performed: 2021-07-06

location: Location/NotfallstationTannenwald \"Notfallstation Tannenwald\"

reasonCode: Decubitalulzera plus Inkontinenz (Swissnoso Indication#4)

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-sequence-number" ]; fhir:Extension.valuePositiveInt [ fhir:value "1"^^xsd:positiveInteger ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-transurethral-procedure" ]; fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ] ]; fhir:Procedure.status [ fhir:value "completed"]; fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:410024004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "410024004" ]; fhir:Coding.display [ fhir:value "Catheterization of urinary bladder (procedure)" ] ] ]; fhir:Procedure.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FridolinMueller" ] ]; fhir:Procedure.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/Encounter-181521210706" ] ]; fhir:Procedure.performedDateTime [ fhir:value "2021-07-06"^^xsd:date]; fhir:Procedure.location [ fhir:link ; fhir:Reference.reference [ fhir:value "Location/NotfallstationTannenwald" ] ]; fhir:Procedure.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/swissnoso/CodeSystem/swissnoso-indication" ]; fhir:Coding.code [ fhir:value "4" ]; fhir:Coding.display [ fhir:value "Decubitalulzera plus Inkontinenz" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------