Starter FHIR Implementation Guide
1.0.1 - draft
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
{
"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/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">John Doe (no stated gender), DoB Unknown ( http://jembi.org/fhir/hiv/identifier/MRN#MRN-12345-12-1)</a></p><p><b>period</b>: 2012-12-09 --> 2012-12-09</p><p><b>serviceProvider</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</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/CurrentServiceProviderExample1"
}
}