HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
0.1.0 - STU1 International flag

HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/openhie/Training-Solution-1 and changes regularly. See the Directory of published versions

: HIV Lab Results Diagnostic Report example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "HIVLabResultsDiagnosticReportExample",
  "meta" : {
    "profile" : [
      🔗 "http://openhie.org/fhir/training-solution-1/StructureDefinition/hiv-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 25836-8}\">Test Type</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1990-12-12 ( Patient folder number:\u00a0ORG1-0765712)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-HIVTestResultExample.html\"><span title=\"Codes: {http://snomed.info/sct 398579006}\">Viral Load Result</span></a></td><td>1001</td><td><span title=\"Codes: {http://snomed.info/sct 19032002}\">Viral Load Suppression Status</span></td><td>Viral load not suppressed (By Organization/HIVOrganizationExample @Feb 7, 2015, 6:28:17\u202fPM)</td><td>2022-11-30</td></tr></table><p>Some conclusion text</p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/HIVServiceRequestExample"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "25836-8",
        "display" : "HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection"
      }
    ],
    "text" : "Test Type"
  },
  "subject" : {
    🔗 "reference" : "Patient/HIVPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/TargetFacilityEncounterExample"
  },
  "performer" : [
    {
      🔗 "reference" : "Practitioner/PractitionerExample"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/HIVTestResultExample"
    }
  ],
  "conclusion" : "Some conclusion text"
}