Starter FHIR Implementation Guide
1.0.1 - ci-build International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Encounter - Referencing a General Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "GeneralEncounterExample",
  "meta" : {
    "profile" : [
      🔗 "http://jembi.org/fhir/StructureDefinition/target-facility-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter GeneralEncounterExample</b></p><a name=\"GeneralEncounterExample\"> </a><a name=\"hcGeneralEncounterExample\"> </a><a name=\"GeneralEncounterExample-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode</a> AMB: ambulatory</p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">John Doe  (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2012-12-09 --&gt; 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample1"
  },
  "period" : {
    "start" : "2012-12-09",
    "end" : "2012-12-09"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/CurrentServiceProviderExample"
  }
}