Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example MedicationAdministration - zib-infusion-administeringsystem-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "zib-infusion-administeringsystem-01",
  "meta" : {
    "profile" : [
      "http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-AdministeringSystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Medicatietoediening. Subject: <a href=\"Patient/nl-core-patient-03\">I.\n                        Jongeneel-de Haas</a>. Categorie: <span title=\"Administration of drug or medicament (procedure) (18629005 - SNOMED CT)\">Administration of drug or medicament (procedure)</span>, Status: is\n                    bezig</caption>\n                <tbody>\n                    <tr>\n                        <th>Medicatie</th>\n                        <td>\n                            <a href=\"Medication/76333-2-16-830-1-112183-2-4-4-10\">Tipranavir\n                                (TPV)</a>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Datum/tijd</th>\n                        <td>Vanaf 2014-11-30</td>\n                    </tr>\n                    <tr>\n                        <th>Apparaat/Systeem</th>\n                        <td>\n                            <a href=\"Device/zib-infusion-product-02\">Catheter, device (physical\n                                object)</a>\n                            <div>Medisch hulpmiddel: <a href=\"DeviceUseStatement/zib-infusion-02\">Infuuspomp</a>\n                            </div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Dosering</th>\n                        <td>\n                            <div>Tekst: 1 liter per 24 uur</div>\n                            <div>Toedieningsweg: <span title=\"parenteraal (10 - G-Standaard thesaurus subtabel 0007)\">parenteraal</span>\n                            </div>\n                            <div>Dosering: dose TODO</div>\n                            <div>Doseerverhouding: 1000 milliliter / 24 uur</div>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "in-progress",
  "category" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "18629005",
        "display" : "Administration of drug or medicament (procedure)"
      }
    ]
  },
  "medicationReference" : {
    "reference" : "Medication/76333-2-16-830-1-112183-2-4-4-10",
    "display" : "Tipranavir (TPV)"
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "I. Jongeneel-de Haas"
  },
  "effectivePeriod" : {
    "start" : "2014-11-30"
  },
  "device" : [
    {
      🔗 "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/extension-medicaldevice",
          "valueReference" : {
            🔗 "reference" : "DeviceUseStatement/zib-infusion-02",
            "display" : "Infuuspomp"
          }
        }
      ],
      "reference" : "Device/zib-infusion-product-02",
      "display" : "Catheter, device (physical object)"
    }
  ],
  "dosage" : //  Or use direct reference to Device when no meta data about the use of the device is required.  
  {
    "text" : "1 liter per 24 uur",
    "route" : {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.4.9",
          "code" : "10",
          "display" : "parenteraal"
        }
      ]
    },
    "dose" : {
      "value" : 1,
      "unit" : "stuk",
      "system" : "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
      "code" : "245"
    },
    "rateRatio" : {
      "numerator" : {
        "value" : 1000,
        "unit" : "milliliter",
        "system" : "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
        "code" : "233"
      },
      "denominator" : {
        "value" : 24,
        "unit" : "uur",
        "system" : "http://unitsofmeasure.org",
        "code" : "h"
      }
    }
  }
}