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

FHIR IG analytics

Packagesmart.who.int.hiv
Resource TypeObservation
IdObservation-ExampleHivTest.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 ExampleHivTest

Profile: HIV Test

status: Final

category: Laboratory

code: HIV test type

subject: Anonymous Patient Male, DoB: 1980-01-01

effective: 2023-01-01 14:30:00+0000

issued: 2023-01-03 15:00:00+0000

value: HIV-positive


Source1

{
  "resourceType": "Observation",
  "id": "ExampleHivTest",
  "meta": {
    "profile": [
      "http://smart.who.int/hiv/StructureDefinition/HivHivTest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code": "HIV.B.DE81",
        "display": "HIV test type"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleHivPatient"
  },
  "effectiveDateTime": "2023-01-01T14:30:00Z",
  "issued": "2023-01-03T15:00:00Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code": "HIV.B.DE112",
        "display": "HIV-positive"
      }
    ]
  }
}