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

FHIR IG analytics

Packagech.fhir.ig.ch-emed
Resource TypeMedicationAdministration
IdMedicationAdministration-3-1-MedAdminNacl.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 3-1-MedAdminNacl

identifier: Uniform Resource Identifier (URI)/urn:uuid:c276c2af-afab-4a78-859b-485324584b37

status: Completed

medication: Medication NACL Braun 0.9 % 500ml Ecofl pl

subject: Max Moser Male, DoB: 1988-11-27 ( Medical record number)

effective: 2020-02-03 14:32:00+0100

Performers

-Actor
*PractitionerRole

Dosages

-RouteDose
*intravenöse Anwendung0.5 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')

Generated Narrative: Medication #Nacl

code: NACL Braun 0.9 % 500ml Ecofl pl

form: Infusionslösung

amount: 500 milliliter (Details: UCUM codemL = 'mL')/1 Package - unit of product usage (qualifier value) (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')

Ingredients

-Item[x]Strength
*Natriumchlorid4.5 gram (Details: UCUM codeg = 'g')/500 milliliter (Details: UCUM codemL = 'mL')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "3-1-MedAdminNacl",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "Nacl",
      "meta": {
        "profile": [
          "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication"
        ]
      },
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.51.1.1",
            "code": "7680295547027",
            "display": "NACL Braun 0.9 % 500ml Ecofl pl"
          }
        ],
        "text": "NACL Braun 0.9 % 500ml Ecofl pl"
      },
      "form": {
        "coding": [
          {
            "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
            "code": "11210000",
            "display": "Solution for infusion"
          }
        ],
        "text": "Infusionslösung"
      },
      "amount": {
        "numerator": {
          "value": 500,
          "unit": "milliliter",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        },
        "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": "387390002",
                "display": "Sodium chloride (substance)"
              }
            ],
            "text": "Natriumchlorid"
          },
          "strength": {
            "numerator": {
              "value": 4.5,
              "unit": "gram",
              "system": "http://unitsofmeasure.org",
              "code": "g"
            },
            "denominator": {
              "value": 500,
              "unit": "milliliter",
              "system": "http://unitsofmeasure.org",
              "code": "mL"
            }
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:c276c2af-afab-4a78-859b-485324584b37"
    }
  ],
  "status": "completed",
  "medicationReference": {
    "reference": "#Nacl"
  },
  "subject": {
    "reference": "Patient/MaxMoser"
  },
  "effectiveDateTime": "2020-02-03T14:32:00+01:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/PriskaHuberAtRettungsdienst"
      }
    }
  ],
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
          "code": "20045000",
          "display": "Intravenous use"
        }
      ],
      "text": "intravenöse Anwendung"
    },
    "dose": {
      "value": 0.5,
      "unit": "Package - unit of product usage (qualifier value)",
      "system": "http://snomed.info/sct",
      "code": "1681000175101"
    }
  }
}