Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

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

: Diagnostic Report - Tested Positive for Cervical Cancer (HPV) - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "CervicalCancerDiagnosticReportForHPVExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.et/fhir/hiv/StructureDefinition/cervical-cancer-diagnostic-report"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport CervicalCancerDiagnosticReportForHPVExample</b></p><a name=\"CervicalCancerDiagnosticReportForHPVExample\"> </a><a name=\"hcCervicalCancerDiagnosticReportForHPVExample\"> </a><a name=\"CervicalCancerDiagnosticReportForHPVExample-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 72135-7}\">Cancer diagnosis Narrative</span> (<span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)</td></tr><tr><td>Reported</td><td>2024-01-25 11:45:33+1100</td></tr><tr><td>Performer</td><td> <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></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>When For</b></td></tr><tr><td><a href=\"Observation-CervicalCancerHPVPositiveScreeningResultExample.html\"><span title=\"Codes:{http://loinc.org 21864-4}\">HPV positive screening</span></a></td><td><span title=\"Codes:{http://moh.gov.et/fhir/hiv/CodeSystem/hpv-screening-result-code-system hpv-positive}\">VIA positive</span></td><td>Final</td><td>2024-01-25</td></tr></table></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/CervicalCancerScreeningServiceRequestForHPVExample"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "11502-2"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "72135-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/GeneralPatientExample"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/GeneralEncounterExample"
  },
  "issued" : "2024-01-25T11:45:33+11:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/CurrentServiceProviderExample"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/CervicalCancerHPVPositiveScreeningResultExample"
    }
  ]
}