HL7 Norway
FHIR Implementation Guide for the Norwegian Municipal Sector
Shared starting point for understanding and consistent use of FHIR in municipal health and care services.
Norwegian

FHIR Implementation Guide for the Norwegian Municipal Sector
0.2.0 - ci-build NO

FHIR Implementation Guide for the Norwegian Municipal Sector - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example municipal episode - JSON Representation

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "example-episodeofcare",
  "meta" : {
    "profile" : [
      🔗 "https://kommune.conteir.no/StructureDefinition/kommune-episodeofcare"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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-kommune-episodeofcare.html\">no-kommune-EpisodeOfCare</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Follow-up after discharge from orthopedic department</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\">Health concern after hip fracture</a></td></tr></table><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Oslo municipality, Grünerløkka district, Home Care Service</a></p><p><b>period</b>: 2026-01-13 --&gt; (ongoing)</p><p><b>referralRequest</b>: </p><ul><li><a href=\"ServiceRequest-example-servicerequest.html\">ServiceRequest </a></li><li><a href=\"ServiceRequest-example-rehabilitation-servicerequest.html\">ServiceRequest </a></li></ul><p><b>careManager</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p><p><b>team</b>: <a href=\"CareTeam-example-careteam.html\">CareTeam Multidisciplinary follow-up team, Grünerløkka district</a></p></div>"
  },
  "status" : "active",
  "type" : [
    {
      "text" : "Follow-up after discharge from orthopedic department"
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/example-health-concern",
        "display" : "Health concern after hip fracture"
      }
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-organization"
  },
  "period" : {
    "start" : "2026-01-13"
  },
  "referralRequest" : [
    {
      🔗 "reference" : "ServiceRequest/example-servicerequest"
    },
    {
      🔗 "reference" : "ServiceRequest/example-rehabilitation-servicerequest"
    }
  ],
  "careManager" : {
    🔗 "reference" : "PractitionerRole/example-practitionerrole"
  },
  "team" : [
    {
      🔗 "reference" : "CareTeam/example-careteam"
    }
  ]
}