@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "EncounterPatient1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-encounter"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Encounter EncounterPatient1

status: In Progress

class: inpatient encounter

subject: Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)

episodeOfCare: EpisodeOfCare: identifier = https://rh.ee/episodeofcare-identifier#123; status = active; period = 2023-05-09 --> (ongoing)

serviceProvider: Organization Rakvere Haigla

actualPeriod: 2023-05-09 --> (ongoing)

Locations

-LocationStatusPeriod
*Emergency Waiting RoomActive2023-05-09 19:00:00+0200 --> (ongoing)
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0430"^^xsd:anyURI ] ; fhir:code [ fhir:v "A" ] ; fhir:display [ fhir:v "Ambulance" ] ] ] ) ; # fhir:status [ fhir:v "in-progress"] ; # fhir:class ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMP" ] ] ) ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/pat1" ] ] ; # fhir:episodeOfCare ( [ fhir:link ; fhir:reference [ fhir:v "EpisodeOfCare/eoc1" ] ] ) ; # fhir:serviceProvider [ fhir:link ; fhir:reference [ fhir:v "Organization/rh" ] ] ; # fhir:actualPeriod [ fhir:start [ fhir:v "2023-05-09"^^xsd:date ] ] ; # fhir:location ( [ fhir:location [ fhir:display [ fhir:v "Emergency Waiting Room" ] ] ; fhir:status [ fhir:v "active" ] ; fhir:period [ fhir:start [ fhir:v "2023-05-09T19:00:00+02:00"^^xsd:dateTime ] ] ] ) . # # -------------------------------------------------------------------------------------