0.1.0 - ci-build

kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationRequestProfileExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MedicationRequestProfileExample",
  "meta" : {
    "profile" : [
      🔗 "https://shr.tiberbuapps.com/fhir/StructureDefinition/MedicationRequest-ke-Profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest MedicationRequestProfileExample</b></p><a name=\"MedicationRequestProfileExample\"> </a><a name=\"hcMedicationRequestProfileExample\"> </a><a name=\"MedicationRequestProfileExample-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/medicationrequest</code>/123456\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct inpatient}\">Inpatient</span></p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 261000}\">Codeine phosphate</span></p><p><b>subject</b>: <a href=\"Patient-SHAPatientExample.html\">Eliud Kipchoge Kiptun Male, DoB: 1984-11-05 ( Unique Patient Identifier: 123456\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2020-01-01 00:00:00+0000</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 109006}\">Anxiety disorder of childhood OR adolescence</span></p><p><b>reasonReference</b>: <a href=\"Condition-ConditionExample.html\">Condition</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://example.org/fhir/medicationrequest",
      "value" : "123456"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "inpatient",
          "display" : "Inpatient"
        }
      ],
      "text" : "Inpatient"
    }
  ],
  "priority" : "routine",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "261000",
        "display" : "Codeine phosphate"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/SHAPatientExample"
  },
  "authoredOn" : "2020-01-01T00:00:00Z",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "109006",
          "display" : "Anxiety disorder of childhood OR adolescence"
        }
      ]
    }
  ],
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ConditionExample"
    }
  ]
}