WHO SMART Guidelines - HIV
0.3.0 - ci-build

WHO SMART Guidelines - HIV - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Alternative Third PEP Prescription - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "ExampleAltThirdPepPrescription",
  "meta" : {
    "profile" : [
      🔗 "http://smart.who.int/hiv/StructureDefinition/HivAltThirdPepPrescription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleAltThirdPepPrescription</b></p><a name=\"ExampleAltThirdPepPrescription\"> </a><a name=\"hcExampleAltThirdPepPrescription\"> </a><a name=\"ExampleAltThirdPepPrescription-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://smart.who.int/hiv/CodeSystem/HIVConcepts HIV.C.DE103}\">DRV/r</span></p><p><b>subject</b>: <a href=\"Patient-example-hiv-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>authoredOn</b>: 2023-01-10 14:00:00+0000</p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.C.DE103",
        "display" : "DRV/r"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-hiv-patient"
  },
  "authoredOn" : "2023-01-10T14:00:00Z"
}