Antenatal Care IG for PWS KIA
0.1.0 - ci-build

Antenatal Care IG for PWS KIA - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Prenatal Screening - HIV (Observation) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "HIV-Test-PPIA",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.pwskia.id/r4/StructureDefinition/PPIAHIV"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation HIV-Test-PPIA</b></p><a name=\"HIV-Test-PPIA\"> </a><a name=\"hcHIV-Test-PPIA\"> </a><a name=\"HIV-Test-PPIA-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PPIAHIV.html\">Prenatal Screening - HIV</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/observation/{{Org_id}}</code>/{{Org_id}}</p><p><b>basedOn</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/ServiceRequest/{{ServiceRequest_uuid}}\">ServiceRequest/{{ServiceRequest_uuid}}</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory Test</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 7918-6}, {http://fhir.org/guides/who/anc-cds/CodeSystem/anc-custom-codes ANC.B9.DE32}\">HIV 1+2 Ab [Presence] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Patient/100000030007\">Aisyah</a></p><p><b>encounter</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Encounter/{{Encounter_uuid}}\">Encounter/{{Encounter_uuid}}</a></p><p><b>effective</b>: 2015-06-20 05:15:00+0000</p><p><b>issued</b>: 2015-06-20 05:20:00+0000</p><p><b>performer</b>: </p><ul><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Practitioner/{{Practitioner_id}}\">Practitioner/{{Practitioner_id}}</a></li><li><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Organization/{{Oragnization_id}}\">Organization/{{Oragnization_id}}</a></li></ul><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 131194007}\">Not reactive</span></p><p><b>specimen</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Specimen/{{Specimen_uuid}}\">Specimen/{{Specimen_uuid}}</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://sys-ids.kemkes.go.id/observation/{{Org_id}}",
      "value" : "{{Org_id}}"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/{{ServiceRequest_uuid}}"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory Test"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "7918-6",
        "display" : "HIV 1+2 Ab [Presence] in Serum or Plasma"
      },
      {
        "system" : "http://fhir.org/guides/who/anc-cds/CodeSystem/anc-custom-codes",
        "code" : "ANC.B9.DE32",
        "display" : "HIV test conducted"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/100000030007",
    "display" : "Aisyah"
  },
  "encounter" : {
    "reference" : "Encounter/{{Encounter_uuid}}"
  },
  "effectiveDateTime" : "2015-06-20T05:15:00+00:00",
  "issued" : "2015-06-20T05:20:00+00:00",
  "performer" : [
    {
      "reference" : "Practitioner/{{Practitioner_id}}"
    },
    {
      "reference" : "Organization/{{Oragnization_id}}"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "131194007",
        "display" : "Not reactive"
      }
    ]
  },
  "specimen" : {
    "reference" : "Specimen/{{Specimen_uuid}}"
  }
}