MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: med-for-chilblains - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "med-for-chilblains",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-for-chilblains</b></p><a name=\"med-for-chilblains\"> </a><a name=\"hcmed-for-chilblains\"> </a><a name=\"med-for-chilblains-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.861.1.7.2.798268</code>/2454978\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: nifedipine (Procardia)30 mg (extended release)</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>authoredOn</b>: 2022-05-03 15:41:39+0000</p><p><b>requester</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>recorder</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</a></p><p><b>reasonReference</b>: <a href=\"Condition-chilblain-found.html\">Chilblains</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:1.2.840.114350.1.13.861.1.7.2.798268",
      "value" : "2454978"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "outpatient",
          "display" : "Outpatient"
        }
      ],
      "text" : "Outpatient"
    }
  ],
  "medicationReference" : {
    "display" : "nifedipine (Procardia)30 mg (extended release)"
  },
  "subject" : {
    🔗 "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "authoredOn" : "2022-05-03T15:41:39Z",
  "requester" : {
    🔗 "reference" : "Practitioner/practitionerMCC-3v",
    "display" : "Dr. John Carlson"
  },
  "recorder" : {
    🔗 "reference" : "Practitioner/practitionerMCC-3v",
    "display" : "Dr. John Carlson"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/chilblain-found",
      "display" : "Chilblains"
    }
  ],
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "patientInstruction" : "Chilblains Treatment: Take nifedipine (Procardia)30 mg (extended release) PO once daily, Avoid scratching, Apply Calamine Lotion 3-4 x/day, Apply Lanolin or coconut oil 1x/day, wear wool socks, and carefully use heating pad to relieve pain.",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route (qualifier value)"
          }
        ]
      },
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "ordered",
                "display" : "Ordered"
              }
            ],
            "text" : "ordered"
          },
          "doseQuantity" : {
            "value" : 30,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}