FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeMedicationRequest
IdMedicationRequest-med-for-chilblains.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest med-for-chilblains

identifier: urn:oid:1.2.840.114350.1.13.861.1.7.2.798268/2454978 (use: usual, )

status: Active

intent: Order

category: Outpatient

medication: nifedipine (Procardia)30 mg (extended release)

subject: Patricia Noelle

authoredOn: 2022-05-03 15:41:39+0000

requester: Dr. John Carlson

recorder: Dr. John Carlson

reasonReference: Chilblains

dosageInstruction


Source1

{
  "resourceType": "MedicationRequest",
  "id": "med-for-chilblains",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        }
      ]
    }
  ]
}