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 PrEP Product Prescription - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "ExamplePrepProductPrescription",
  "meta" : {
    "profile" : [
      🔗 "http://smart.who.int/hiv/StructureDefinition/HivPrepProductPrescription"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExamplePrepProductPrescription</b></p><a name=\"ExamplePrepProductPrescription\"> </a><a name=\"hcExamplePrepProductPrescription\"> </a><a name=\"ExamplePrepProductPrescription-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.DE81}\">Oral PrEP</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-05 10:00:00+0000</p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
        "code" : "HIV.C.DE81"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-hiv-patient"
  },
  "authoredOn" : "2023-01-05T10:00:00Z"
}