PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.ukcore.stu3.currentbuild@0.0.14-pre-release
    https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationAdministration
{
  "description": "This profile defines the UK constraints and extensions on the International FHIR resource [MedicationAdministration](https://hl7.org/fhir/R4/MedicationAdministration.html).",
  "_filename": "UKCore-MedicationAdministration.json",
  "package_name": "fhir.r4.ukcore.stu3.currentbuild",
  "date": "2024-07-11",
  "derivation": "constraint",
  "publisher": "HL7 UK",
  "fhirVersion": "4.0.1",
  "purpose": "The purpose of this profile is to describe the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet, or it may be a long-running infusion. \r\n\r\nRelated resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.",
  "name": "UKCoreMedicationAdministration",
  "abstract": false,
  "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "type": "MedicationAdministration",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "UK Core Medication Administration",
  "package_version": "0.0.14-pre-release",
  "status": "active",
  "id": "4155f97c-901a-4436-8858-533eb059e04e",
  "kind": "resource",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationAdministration",
  "version": "2.3.0",
  "differential": {
    "element": [ {
      "id": "MedicationAdministration.identifier",
      "path": "MedicationAdministration.identifier",
      "short": "Allows the resource to be referenced within / by other resources.",
      "mustSupport": true
    }, {
      "id": "MedicationAdministration.status",
      "path": "MedicationAdministration.status",
      "short": "Allows an administration to be marked as in-progress or completed.",
      "mustSupport": true
    }, {
      "id": "MedicationAdministration.category",
      "path": "MedicationAdministration.category",
      "binding": {
        "strength": "extensible",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationAdministrationCategory"
      }
    }, {
      "id": "MedicationAdministration.medication[x]",
      "path": "MedicationAdministration.medication[x]",
      "short": "Identifies the medication that was administered.",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationCode"
      },
      "mustSupport": true
    }, {
      "id": "MedicationAdministration.subject",
      "path": "MedicationAdministration.subject",
      "short": "Identifies the patient receiving the medication.",
      "mustSupport": true
    }, {
      "id": "MedicationAdministration.effective[x]",
      "path": "MedicationAdministration.effective[x]",
      "short": "The start and end time of the administration.",
      "mustSupport": true
    }, {
      "id": "MedicationAdministration.dosage",
      "path": "MedicationAdministration.dosage",
      "short": "The dosage instruction for the administered medication.",
      "mustSupport": true
    }, {
      "id": "MedicationAdministration.dosage.site",
      "path": "MedicationAdministration.dosage.site",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-BodySite"
      }
    }, {
      "id": "MedicationAdministration.dosage.route",
      "path": "MedicationAdministration.dosage.route",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-SubstanceOrProductAdministrationRoute"
      }
    }, {
      "id": "MedicationAdministration.dosage.method",
      "path": "MedicationAdministration.dosage.method",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationDosageMethod"
      }
    } ]
  },
  "contact": [ {
    "name": "HL7 UK",
    "telecom": [ {
      "use": "work",
      "rank": 1,
      "value": "ukcore@hl7.org.uk",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration"
}