PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions

: Encounter: Sample from Mainz - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "EncounterPrimCancerMainzFischer",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Encounter-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterPrimCancerMainzFischer</b></p><a name=\"EncounterPrimCancerMainzFischer\"> </a><a name=\"hcEncounterPrimCancerMainzFischer\"> </a><a name=\"EncounterPrimCancerMainzFischer-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>period</b>: 1994-04-21 --&gt; (ongoing)</p><p><b>serviceProvider</b>: UKK Essen (Identifier: <code>http://hl7.eu/fhir/ig/pcsp/sid/org-id-mainz</code>/12)</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "period" : {
    "start" : "1994-04-21"
  },
  "serviceProvider" : {
    "identifier" : {
      "system" : "http://hl7.eu/fhir/ig/pcsp/sid/org-id-mainz",
      "value" : "12"
    },
    "display" : "UKK Essen"
  }
}