@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "delivery"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Encounter

Resource Encounter "delivery"

Profile: AU Core Encounter

status: finished

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

type: Normal delivery (SNOMED CT#177184002 "Normal delivery procedure")

subject: Patient/smith-emma " SMITH"

period: ?? --> 2023-01-24

Locations

-Location
*Location/au-hospital "QLD Hospital"

serviceProvider: Organization/hospital-au "Hospital Australia"

" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMP" ] ; fhir:display [ fhir:v "inpatient encounter" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:177184002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "177184002" ] ; fhir:display [ fhir:v "Normal delivery procedure" ] ] ) ; fhir:text [ fhir:v "Normal delivery" ] ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:period [ fhir:end [ fhir:v "2023-01-24"^^xsd:date ] ] ; # fhir:location ( [ fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/au-hospital" ] ] ] ) ; # fhir:serviceProvider [ fhir:link ; fhir:reference [ fhir:v "Organization/hospital-au" ] ] . # # -------------------------------------------------------------------------------------