MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Encounter: Poc example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "ExampleHDREncounter",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/encounter-hdr-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleHDREncounter</b></p><a name=\"ExampleHDREncounter\"> </a><a name=\"hcExampleHDREncounter\"> </a><a name=\"ExampleHDREncounter-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"https://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href=\"Patient-ExampleHDRPatient.html\">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2024-11-11 15:46:00+0100 --&gt; 2024-11-12 15:46:00+0100</p><p><b>serviceProvider</b>: <a href=\"Organization/SampleOrganization\">Organization/SampleOrganization</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleHDRPatient"
  },
  "period" : {
    "start" : "2024-11-11T15:46:00+01:00",
    "end" : "2024-11-12T15:46:00+01:00"
  },
  "serviceProvider" : {
    "reference" : "Organization/SampleOrganization"
  }
}