@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://medcomfhir.dk/ig/hospitalnotification/Encounter/h2cb16ce-af8c-46f3-be9e-89406ef3e7b5> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "h2cb16ce-af8c-46f3-be9e-89406ef3e7b5"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-encounter"^^xsd:anyURI ;
       fhir:l <http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-encounter>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter h2cb16ce-af8c-46f3-be9e-89406ef3e7b5</b></p><a name=\"h2cb16ce-af8c-46f3-be9e-89406ef3e7b5\"> </a><a name=\"hch2cb16ce-af8c-46f3-be9e-89406ef3e7b5\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medcom-hospitalNotification-encounter.html\">MedComHospitalNotificationEncounter</a></p></div><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-EMER\">ActCode: EMER</a> (emergency)</p><p><b>subject</b>: <a href=\"Patient-fdc1fc66-81d0-11ed-a1eb-0242ac120002.html\">Elmer (official) (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#2509479989)</a></p><p><b>episodeOfCare</b>: Identifier: <code>https://sor2.sum.dsdn.dk/#id=265161000016000</code>/bd481c38-a921-11ed-afa1-0242ac120002</p><p><b>period</b>: 2022-12-01 10:00:04+0200 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-1f5882b4-81d1-11ed-a1eb-0242ac120002.html\">Organization Hjerteafdelingen på Herlev og Gentofte hospital</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:class [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
     ] ;
     fhir:code [ fhir:v "EMER" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://medcomfhir.dk/ig/hospitalnotification/Patient/fdc1fc66-81d0-11ed-a1eb-0242ac120002> ;
     fhir:reference [ fhir:v "Patient/fdc1fc66-81d0-11ed-a1eb-0242ac120002" ]
  ] ; # 
  fhir:episodeOfCare ( [
     fhir:identifier [
       fhir:system [
         fhir:v "https://sor2.sum.dsdn.dk/#id=265161000016000"^^xsd:anyURI ;
         fhir:l <https://sor2.sum.dsdn.dk/#id=265161000016000>
       ] ;
       fhir:value [ fhir:v "bd481c38-a921-11ed-afa1-0242ac120002" ]
     ]
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "2022-12-01T10:00:04+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:serviceProvider [
     fhir:l <http://medcomfhir.dk/ig/hospitalnotification/Organization/1f5882b4-81d1-11ed-a1eb-0242ac120002> ;
     fhir:reference [ fhir:v "Organization/1f5882b4-81d1-11ed-a1eb-0242ac120002" ]
  ] . # 

# -------------------------------------------------------------------------------------

