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

FHIR IG analytics

Packagehl7.fhir.us.meds
Resource TypeMedicationRequest
IdMedicationRequest-enca-2.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

id: enca-2

meta:

status: completed

intent: order

medication: ketorolac tromethamine 15 MG in 1 ML Injection

subject: Brian Z. Generated Summary: id: test2; Medical Record Number: 1032702 (USUAL); active; Brian Z ; ph: 555-555-5555(HOME); gender: male; birthDate: 1964-01-05

encounter: Inpatient Encounter A. Generated Summary: id: A; status: finished; inpatient encounter; period: 2016-09-10 --> 2016-09-12

authoredOn: 2016-09-10

requester: Dr. B

reasonCode: Pneumonia (disorder)

dosageInstruction:


Source1

{
  "resourceType": "MedicationRequest",
  "id": "enca-2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "860092",
        "display": "ketorolac tromethamine 15 MG in 1 ML Injection"
      }
    ],
    "text": "ketorolac tromethamine 15 MG in 1 ML Injection"
  },
  "subject": {
    "reference": "Patient/test2",
    "display": "Brian Z"
  },
  "encounter": {
    "reference": "Encounter/A",
    "display": "Inpatient Encounter A"
  },
  "authoredOn": "2016-09-10",
  "requester": {
    "display": "Dr. B"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "233604007",
          "display": "Pneumonia (disorder)"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "Ketoralac 15mg every six hours",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 6,
          "periodUnit": "h"
        }
      },
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "INTRAVENOUS use",
            "userSelected": false
          }
        ]
      },
      "method": {
        "text": "Slow Push"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 15,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}