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" : "Observation",
"id" : "ConfirmedHIVPositiveExample",
"meta" : {
"profile" : [
🔗 "http://jembi.org/fhir/StructureDefinition/confirmed-hiv-positive-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ConfirmedHIVPositiveExample</b></p><a name=\"ConfirmedHIVPositiveExample\"> </a><a name=\"hcConfirmedHIVPositiveExample\"> </a><a name=\"ConfirmedHIVPositiveExample-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9836-8}\">HIV PCR test</span></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>encounter</b>: <a href=\"Encounter-GeneralEncounterExample.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2012-12-09 --> 2012-12-09</a></p><p><b>effective</b>: 2024-01-25</p><p><b>performer</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA24955-9}\">HIV-1 Positive</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "9836-8"
}
],
"text" : "HIV PCR test"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample1"
},
"encounter" : {
🔗 "reference" : "Encounter/GeneralEncounterExample"
},
"effectiveDateTime" : "2024-01-25",
"performer" : [
{
🔗 "reference" : "Organization/CurrentServiceProviderExample1"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA24955-9"
}
]
}
}