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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeMedicationAdministration
IdMedicationAdministration-a1b2c3d4-5678-90ab-cdef-1234567890ab.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 a1b2c3d4-5678-90ab-cdef-1234567890ab

identifier: https://www.nempriklad.cz//a1b2c3d4-5678-90ab-cdef-1234567890ab

status: Completed

medication: Medication PROSTIN E2 3MG VAG TBL NOB 4

subject: Petra Dvorakova Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)

effective: 2026-03-03 12:30:00+0100

Dosages

-RouteDose
*Intravenous route3 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-MedicationAdministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.nempriklad.cz/",
      "value": "a1b2c3d4-5678-90ab-cdef-1234567890ab"
    }
  ],
  "status": "completed",
  "medicationReference": {
    "reference": "urn:uuid:c45659d8-37e0-4d5d-8992-166900cd3a4a"
  },
  "subject": {
    "reference": "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a"
  },
  "effectiveDateTime": "2026-03-03T12:30:00+01:00",
  "dosage": {
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route"
        }
      ]
    },
    "dose": {
      "value": 3,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  }
}