C-CDA on FHIR
1.2.0-ballot - CI Build United States of America flag

This page is part of the C-CDA on FHIR Implementation Guide (v1.2.0-ballot: STU 1 Ballot 4) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: FC-medication-example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "FC-medication",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N"
      }
    ],
    "tag" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.3.13.10.1.1",
        "code" : "FHIRr4-CR"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"FC-medication\"> </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 &quot;FC-medication&quot; </p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{urn:oid:2.16.840.1.113883.3.13.10.1.1 urn:oid:2.16.840.1.113883.3.13.10.1.1}\">urn:oid:2.16.840.1.113883.3.13.10.1.1</span></p><p style=\"margin-bottom: 0px\">Security Label: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-Confidentiality http://terminology.hl7.org/CodeSystem/v3-Confidentiality}\">http://terminology.hl7.org/CodeSystem/v3-Confidentiality</span></p></div><p><b>identifier</b>: id:\u00a0urn:uuid:cdbd33f0-6cde-11db-9fe1-0800200c9a66</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: albuterol 0.1 MG Inhalation Powder <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#252298)</span></p><p><b>subject</b>: <a href=\"Patient-CF-patient.html\">Patient/CF-patient</a> &quot; JONES&quot;</p><p><b>groupIdentifier</b>: id:\u00a0urn:uuid:2a620155-9d11-439e-92b3-5d9815ff4ee8</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Starting 2012-08-06, Once</p><p><b>asNeeded</b>: false</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:cdbd33f0-6cde-11db-9fe1-0800200c9a66"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "252298",
        "display" : "albuterol 0.1 MG Inhalation Powder"
      }
    ],
    "text" : "albuterol 0.1 MG Inhalation Powder"
  },
  "subject" : {
    "reference" : "Patient/CF-patient"
  },
  "groupIdentifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:2a620155-9d11-439e-92b3-5d9815ff4ee8"
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2012-08-06"
          }
        }
      },
      "asNeededBoolean" : false,
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1
          }
        }
      ]
    }
  ]
}