@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 -------------------------------------------------------------------

<https://hl7.no/fhir/kommune/EpisodeOfCare/example-episodeofcare> a fhir:EpisodeOfCare ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-episodeofcare"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.no/fhir/kommune/StructureDefinition/no-kommune-EpisodeOfCare"^^xsd:anyURI ;
       fhir:l <https://hl7.no/fhir/kommune/StructureDefinition/no-kommune-EpisodeOfCare>
     ] )
  ] ; # 
  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: EpisodeOfCare example-episodeofcare</b></p><a name=\"example-episodeofcare\"> </a><a name=\"hcexample-episodeofcare\"> </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-no-kommune-EpisodeOfCare.html\">no-kommune-EpisodeOfCare</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Oppfølging etter utskrivning fra ortopedisk avdeling</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-example-health-concern.html\">Helseutfordring etter hoftebrudd</a></td></tr></table><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Oslo kommune, Bydel Grünerløkka, Hjemmetjenesten</a></p><p><b>period</b>: 2026-01-13 --&gt; (ongoing)</p><p><b>referralRequest</b>: <a href=\"ServiceRequest-example-servicerequest.html\">ServiceRequest </a></p><p><b>careManager</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p><p><b>team</b>: <a href=\"CareTeam-example-careteam.html\">CareTeam Tverrfaglig oppfølgingsteam Bydel Grünerløkka</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type ( [
     fhir:text [ fhir:v "Oppfølging etter utskrivning fra ortopedisk avdeling" ]
  ] ) ; # 
  fhir:diagnosis ( [
     fhir:condition [
       fhir:l <https://hl7.no/fhir/kommune/Condition/example-health-concern> ;
       fhir:reference [ fhir:v "Condition/example-health-concern" ] ;
       fhir:display [ fhir:v "Helseutfordring etter hoftebrudd" ]
     ]
  ] ) ; # 
  fhir:patient [
     fhir:l <https://hl7.no/fhir/kommune/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:managingOrganization [
     fhir:l <https://hl7.no/fhir/kommune/Organization/example-organization> ;
     fhir:reference [ fhir:v "Organization/example-organization" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-01-13"^^xsd:date ]
  ] ; # 
  fhir:referralRequest ( [
     fhir:l <https://hl7.no/fhir/kommune/ServiceRequest/example-servicerequest> ;
     fhir:reference [ fhir:v "ServiceRequest/example-servicerequest" ]
  ] ) ; # 
  fhir:careManager [
     fhir:l <https://hl7.no/fhir/kommune/PractitionerRole/example-practitionerrole> ;
     fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole" ]
  ] ; # 
  fhir:team ( [
     fhir:l <https://hl7.no/fhir/kommune/CareTeam/example-careteam> ;
     fhir:reference [ fhir:v "CareTeam/example-careteam" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

