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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeMedicationAdministration
Idnxhmedicationadministration-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "dosage": {
    "dose": {
      "code": "dosis_ml",
      "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/emvUnitSystem",
      "unit": "ml",
      "value": 1000
    },
    "rateQuantity": {
      "code": "dosis_ml/tijd_uur",
      "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/emvUnitSystem",
      "unit": "ml/uur",
      "value": 40
    },
    "route": {
      "coding": [
        {
          "code": "IV-Inf",
          "display": "intraveneus infuus",
          "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/apotheek/medischUitvoering/toedieningsweg"
        }
      ]
    }
  },
  "effectivePeriod": {
    "end": "2022-10-04T17:25:26+02:00",
    "start": "2022-10-03T16:25:26+02:00"
  },
  "extension": [
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode",
      "valueReference": {
        "reference": "Organization/STZH"
      }
    },
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-medicationType",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "basic",
            "display": "basic",
            "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/apotheek/medischUitvoering/medicatieNr"
          }
        ]
      }
    }
  ],
  "id": "174676097",
  "identifier": [
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/medischUitvoering/uitvoeringNr",
      "use": "usual",
      "value": "174676097"
    }
  ],
  "medicationReference": {
    "reference": "Medication/431452"
  },
  "meta": {
    "lastUpdated": "2022-10-05T12:33:59.778148+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMedicationAdministration"
    ],
    "versionId": "MTY2NDk3MzIzOTc3ODE0ODAwMA"
  },
  "request": {
    "reference": "MedicationRequest/43943287"
  },
  "resourceType": "MedicationAdministration",
  "status": "completed",
  "subject": {
    "reference": "Patient/J9G4RFMTPCV0"
  }
}