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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig.r4
Resource TypeMedicationRequest
IdMedicationRequest-medication-request-example-zofran.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

Resource MedicationRequest "medication-request-example-zofran"

status: active

intent: order

medication: Zofran (RxNorm#66981)

subject: Patient/patient-example-kaitlyn-b " BOUNCE"

authoredOn: 2020-06-10

requester: Practitioner/practitioner-oncology-nurse-jane " NURSE"

dosageInstruction

text: orally every 6-8 hours as needed

timing: Starting 2020-06-10, Once

route: Oral route (qualifier value) (SNOMED CT#26643006)

doseAndRate

maxDosePerAdministration: 4


Source1

{
  "resourceType": "MedicationRequest",
  "id": "medication-request-example-zofran",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "66981",
        "display": "Zofran"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example-kaitlyn-b"
  },
  "authoredOn": "2020-06-10",
  "requester": {
    "reference": "Practitioner/practitioner-oncology-nurse-jane"
  },
  "dosageInstruction": [
    {
      "text": "orally every 6-8 hours as needed",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-06-10"
          }
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          }
        ]
      },
      "doseAndRate": [
        {
          "rateQuantity": {
            "value": 8,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ],
      "maxDosePerAdministration": {
        "value": 4
      }
    }
  ]
}