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

FHIR IG analytics

Packagesmart.who.int.hiv
Resource TypeMedicationStatement
IdMedicationStatement-ExampleHivOnArt.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: MedicationStatement ExampleHivOnArt

status: Active

medication: ABC + 3TC + ATV/r

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

effective: 2022-01-17 12:00:00+0000

reasonCode: On ART


Source1

{
  "resourceType": "MedicationStatement",
  "id": "ExampleHivOnArt",
  "meta": {
    "profile": [
      "http://smart.who.int/hiv/StructureDefinition/HivOnArt"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code": "HIV.D.DE91"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleHivPatient"
  },
  "effectiveDateTime": "2022-01-17T12:00:00Z",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
          "code": "HIV.D.DE38"
        }
      ]
    }
  ]
}