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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document
Resource TypeMedicationRequest
IdMedicationRequest-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86.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 MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86

Last updated: 2024-05-07 11:28:17+0000; Language: en

status: Unknown

intent: Order

medication: Theophylline 200mg

subject: Eve Everiewoman

requester: Peter Practitioner

reasonCode: Management of Asthma

dosageInstruction

additionalInstruction: Take with Food

timing: 2 per 1 day

route: oral administration of treatment

DoseAndRates

-TypeDose[x]
*Ordered1 tablet (Details: UCUM code{tablet} = '{tablet}')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86",
  "meta": {
    "lastUpdated": "2024-05-07T11:28:17.000+00:00"
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "66493003"
      }
    ],
    "text": "Theophylline 200mg"
  },
  "subject": {
    "reference": "Patient/patient-example",
    "display": "Eve Everiewoman"
  },
  "requester": {
    "reference": "Practitioner/Doctor1",
    "display": "Peter Practitioner"
  },
  "reasonCode": [
    {
      "text": "Management of Asthma"
    }
  ],
  "dosageInstruction": [
    {
      "additionalInstruction": [
        {
          "text": "Take with Food"
        }
      ],
      "timing": {
        "repeat": {
          "frequency": 2,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394899003",
            "display": "oral administration of treatment"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "tablet",
            "system": "http://unitsofmeasure.org",
            "code": "{tablet}"
          }
        }
      ]
    }
  ]
}