LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Medication Request Drug Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MedicationRequestDrugExample",
  "meta" : {
    "source" : "http://acme-health.com/emr1"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"MedicationRequestDrugExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest \"MedicationRequestDrugExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p></div><p><b>identifier</b>: Prescription Number: 00000000000000000001921078(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: 69452-0151-20 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndc-no-hyphens.html\">NDC No Hyphens Codes</a>#69452015120)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "RXN"
          }
        ]
      },
      "system" : "http://acme-health.com/CodeSystem/local-claim-identifier",
      "value" : "00000000000000000001921078",
      "assigner" : {
        "display" : "Acme Health - Wellness Center Pharmacy"
      }
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ndc-no-hyphens",
        "code" : "69452015120"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/CDMPatientInstance"
  }
}