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

FHIR IG analytics

Packagehl7.fhir.us.meds
Resource TypeMedicationStatement
IdMedicationStatement-derivedfrom-mr-enca-1.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


Source1

{
  "resourceType": "MedicationStatement",
  "id": "derivedfrom-mr-enca-1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1656313",
        "display": "cefotaxime 1 GM Injection"
      }
    ],
    "text": "cefotaxime 1 GM Injection"
  },
  "subject": {
    "reference": "Patient/test2",
    "display": "Brian Z"
  },
  "context": {
    "reference": "Encounter/A",
    "display": "Inpatient Encounter A"
  },
  "effectivePeriod": {
    "start": "2016-09-10",
    "end": "2016-09-12"
  },
  "dateAsserted": "2017-04-10T08:52:20.325-07:00",
  "informationSource": {
    "display": "Provider B"
  },
  "derivedFrom": [
    {
      "reference": "MedicationRequest/enca-1"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "233604007",
          "display": "Pneumonia (disorder)"
        }
      ]
    }
  ],
  "dosage": [
    {
      "sequence": 1,
      "text": "Cefatoxime 1gm intravenously every 6 hours",
      "timing": {
        "event": [
          "2016-09-10T08:52:20-07:00",
          "2016-09-10T08:52:20-07:00",
          "2016-09-10T14:52:20-07:00",
          "2016-09-10T20:20:20-07:00",
          "2016-09-11T02:02:20-07:00",
          "2016-09-11T08:45:20-07:00",
          "2016-09-11T14:15:20-07:00",
          "2016-09-11T20:15:20-07:00",
          "2016-09-12T02:15:20-07:00"
        ]
      },
      "asNeededBoolean": false,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "INTRAVENOUS use",
            "userSelected": false
          }
        ]
      },
      "method": {
        "text": "Slow Push"
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1000,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}