@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Encounter-44371210708"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-encounter"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

Resource \"Encounter-44371210708\"

Profile: Swissnoso Encounter

Swissnoso Organizational Unit

value: Medicina (Details: http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-ward-specialty code MED = 'Medicine', stated as 'Medicina')

value: Medicina interna, medicina generale (Details: http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-patient-consultant-specialty code MEDGEN = 'General medicine', stated as 'Medicina interna, medicina generale')

identifier: Visit number: 44371210708

status: finished

class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')

subject: Patient/GiuliaRossi

period: 2021-07-08 --> 2021-07-16

serviceProvider: Organization/OspedaleSantaMaria

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "unit" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-ward-specialty" ]; fhir:Coding.code [ fhir:value "MED" ]; fhir:Coding.display [ fhir:value "Medicina" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "specialty" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "http://fhir.ch/ig/swissnoso/CodeSystem/ecdc-patient-consultant-specialty" ]; fhir:Coding.code [ fhir:value "MEDGEN" ]; fhir:Coding.display [ fhir:value "Medicina interna, medicina generale" ] ] ]; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-organizational-unit" ] ]; fhir:Encounter.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "VN" ] ] ]; fhir:Identifier.system [ fhir:value "http://fhir.santamaria.ch/fid" ]; fhir:Identifier.value [ fhir:value "44371210708" ] ]; fhir:Encounter.status [ fhir:value "finished"]; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/GiuliaRossi" ] ]; fhir:Encounter.period [ fhir:Period.start [ fhir:value "2021-07-08"^^xsd:date ]; fhir:Period.end [ fhir:value "2021-07-16"^^xsd:date ] ]; fhir:Encounter.serviceProvider [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/OspedaleSantaMaria" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------