HL7 FHIR Implementation Guide: DK Core
3.5.0 - release Denmark flag

This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: An open-ended (ongoing) inpatient encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "0c5e4905-5c2e-4254-8837-770c3724cd13",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 0c5e4905-5c2e-4254-8837-770c3724cd13</b></p><a name=\"0c5e4905-5c2e-4254-8837-770c3724cd13\"> </a><a name=\"hc0c5e4905-5c2e-4254-8837-770c3724cd13\"> </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-dk-core-encounter.html\">Danish Core Encounter Profile</a></p></div><p><b>PlannedStartDate</b>: 2025-11-14 09:00:00+0100</p><p><b>PlannedEndDate</b>: 2025-11-15</p><p><b>CareProvider</b>: <a href=\"Organization-19f9ee18-7677-4caf-88fe-8f6df2f2906e.html\">Organization Ortopædkirurgisk sengeafsnit</a></p><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-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-283.html\">Schwendlund Test Mosebryggersen(official) Mand, DoB: 1958-08-01 ( urn:oid:1.2.208.176.1.2#0108589995\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2025-11-14 08:50:00+0100 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-8510eec9-180b-4e9c-95b6-02fad9f853d3.html\">Organization Ortopædkirurgisk sengeafdeling</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.dk/fhir/core/StructureDefinition/dk-core-planned-start-date",
      "valueDateTime" : "2025-11-14T09:00:00.0000+01:00"
    },
    {
      "url" : "http://hl7.dk/fhir/core/StructureDefinition/dk-core-planned-end-date",
      "valueDateTime" : "2025-11-15"
    },
    {
      "url" : "http://hl7.dk/fhir/core/StructureDefinition/dk-core-care-provider",
      "valueReference" : {
        🔗 "reference" : "Organization/19f9ee18-7677-4caf-88fe-8f6df2f2906e"
      }
    }
  ],
  "status" : "in-progress",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP"
  },
  "subject" : {
    🔗 "reference" : "Patient/283"
  },
  "period" : {
    "start" : "2025-11-14T08:50:00.0000+01:00"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/8510eec9-180b-4e9c-95b6-02fad9f853d3"
  }
}