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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeMedicationAdministration
IdMedicationAdministration-1-Spray.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: MedicationAdministration 1-Spray

status: Completed

medication: Medication NITROLINGUAL Pumpspray

subject: Thomas Müller (official) Male, DoB: 1961-10-01 ( urn:oid:2.16.756.5.32#7562295883070)

context: Encounter: extension = wallet,Other,wrist watch,Other,Other; identifier = Einsatznummer: S12345678; status = finished; class = emergency (ActCode#EMER); period = 2016-12-10 --> (ongoing)

effective: 2016-12-10 12:30:00+0100

reasonCode: Verdacht auf Myokardinfarkt

Dosages

-RouteMethodDose
*SublingualSpraying2 Actuation (unit of presentation) (Details: SNOMED CT code732981002 = 'Actuation (unit of presentation)')

Generated Narrative: Medication #1-Nitrolingual

code: NITROLINGUAL Pumpspray

form: Sublingualspray, Lösung

amount: 1 Inhaler (unit of presentation) (Details: SNOMED CT code732997007 = 'Inhaler')/1 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')

Ingredients

-Item[x]Strength
*Nitroglycerin0.4 milligram (Details: UCUM codemg = 'mg')/1 Actuation (unit of presentation) (Details: SNOMED CT code732981002 = 'Actuation (unit of presentation)')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "1-Spray",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "1-Nitrolingual",
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680405580012",
            "display": "NITROLINGUAL Pumpspray"
          }
        ],
        "text": "NITROLINGUAL Pumpspray"
      },
      "form": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "10309200",
            "display": "Sublingual spray, solution"
          }
        ],
        "text": "Sublingualspray, Lösung"
      },
      "amount": {
        "numerator": {
          "value": 1,
          "unit": "Inhaler (unit of presentation)",
          "system": "http://snomed.info/sct",
          "code": "732997007"
        },
        "denominator": {
          "value": 1,
          "unit": "Package - unit of product usage (qualifier value)",
          "system": "http://snomed.info/sct",
          "code": "1681000175101"
        }
      },
      "ingredient": [
        {
          "itemCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "387404004",
                "display": "Glyceryl trinitrate (substance)"
              }
            ],
            "text": "Nitroglycerin"
          },
          "strength": {
            "numerator": {
              "value": 0.4,
              "unit": "milligram",
              "system": "http://unitsofmeasure.org",
              "code": "mg"
            },
            "denominator": {
              "value": 1,
              "unit": "Actuation (unit of presentation)",
              "system": "http://snomed.info/sct",
              "code": "732981002"
            }
          }
        }
      ]
    }
  ],
  "status": "completed",
  "medicationReference": {
    "reference": "#1-Nitrolingual"
  },
  "subject": {
    "reference": "Patient/1-ThomasMueller"
  },
  "context": {
    "reference": "Encounter/1-Einsatz"
  },
  "effectiveDateTime": "2016-12-10T12:30:00.000+01:00",
  "reasonCode": [
    {
      "text": "Verdacht auf Myokardinfarkt"
    }
  ],
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
          "code": "20067000",
          "display": "Sublingual use"
        }
      ],
      "text": "Sublingual"
    },
    "method": {
      "coding": [
        {
          "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
          "code": "0017",
          "display": "Spraying"
        }
      ]
    },
    "dose": {
      "value": 2,
      "unit": "Actuation (unit of presentation)",
      "system": "http://snomed.info/sct",
      "code": "732981002"
    }
  }
}