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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeObservation
IdObservation-FamilyMemberHIVStatusExample.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

Generated Narrative: Observation FamilyMemberHIVStatusExample

status: Final

category: Social History

code: History of family member diseases

subject: Group: type = person; actual = true

encounter: Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --> 2012-12-09

effective: 2024-01-25

performer: Organization Meshwalkiya Health Center

note: @2024-01-25 13:28:17-0500

Additional remarks regarding family member HIV status

hasMember:


Source1

{
  "resourceType": "Observation",
  "id": "FamilyMemberHIVStatusExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/family-member-hiv-status-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://loinc.org",
        "code": "10157-6"
      }
    ],
    "text": "History of family member diseases"
  },
  "subject": {
    "reference": "Group/GroupWithPatientChildRelationExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectiveDateTime": "2024-01-25",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "note": [
    {
      "time": "2024-01-25T13:28:17-05:00",
      "text": "Additional remarks regarding family member HIV status"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/LinkedToCareAndInitiatedARTExample",
      "display": "Linked to HIV Care and Treatment"
    },
    {
      "reference": "Observation/StartedARTExample",
      "display": "Initiated ART"
    },
    {
      "reference": "Observation/HIVStatusDisclosureAtEnrollmentExample"
    },
    {
      "reference": "Observation/TestedForHIVExample"
    },
    {
      "reference": "Observation/CounseledForHIVExample"
    },
    {
      "reference": "Observation/HealthStatusExample"
    }
  ]
}