FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeObservation
IdObservation-HIVPreventionPlanExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Observation",
  "id": "HIVPreventionPlanExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/hiv-prevention-plan-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "439057000"
      }
    ]
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectiveDateTime": "2023-12-11",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "valueCodeableConcept": {
    "extension": [
      {
        "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/hiv-prevention-plan",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "266753000"
            }
          ]
        }
      },
      {
        "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/hiv-prevention-plan",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "LP157024-3"
            }
          ]
        }
      }
    ]
  }
}