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" : "ViralLoadResultExample1",
"meta" : {
"profile" : [
🔗 "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "V"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ViralLoadResultExample1</b></p><a name=\"ViralLoadResultExample1\"> </a><a name=\"hcViralLoadResultExample1\"> </a><a name=\"ViralLoadResultExample1-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 315124004}\">HIV viral load</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>: 2023-12-11</p><p><b>performer</b>: <a href=\"Organization-CurrentServiceProviderExample1.html\">Organization Facility A</a></p><p><b>value</b>: 900 copies/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1/mL = '1/mL')</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "315124004"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample1"
},
"encounter" : {
🔗 "reference" : "Encounter/GeneralEncounterExample"
},
"effectiveDateTime" : "2023-12-11",
"performer" : [
{
🔗 "reference" : "Organization/CurrentServiceProviderExample1"
}
],
"valueQuantity" : {
"value" : 900,
"unit" : "copies/mL",
"system" : "http://unitsofmeasure.org",
"code" : "1/mL"
}
}