Medication

Introduction and scope

This profile is from the resource Medication. The profile contains information about the medications that the patient can receive during the treatment at the scene of the injury or in the ambulance.

URL

https://PrehospitalDataInEHR.dk/fhir/StructureDefinition/RE04

Usage

In this profile there are two elements. The element identifier is mandatory. The element ingredient contains a reference to the profile SubstanceActiveIngredient, which describes the active ingredient in the medicine.

xml code for Medication

<?xml version="1.0" encoding="utf-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="RE04" />
  <url value="https://PrehospitalDataInEHR.dk/fhir/StructureDefinition/RE04" />
  <name value="PrehospitalDataInEHRMedicationprofile" />
  <status value="draft" />
  <description value="This profile originates from the page Medicine in the pre-hospital patient journal (PPJ). The registration contains the medication including the specific substance." />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="script10.6" />
    <uri value="http://ncpdp.org/SCRIPT10_6" />
    <name value="Mapping to NCPDP SCRIPT 10.6" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Medication" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Medication" />
  <derivation value="constraint" />
  <differential>
    <element id="Medication">
      <path value="Medication" />
      <short value="Definition of a medication" />
      <definition value="This profile originates from the page Medicine in the pre-hospital patient journal (PPJ). The registration contains the medication including the specific substance." />
    </element>
    <element id="Medication.identifier">
      <path value="Medication.identifier" />
      <short value="Danish social security number (CPR)" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Medication.identifier.use">
      <path value="Medication.identifier.use" />
      <max value="0" />
    </element>
    <element id="Medication.identifier.type">
      <path value="Medication.identifier.type" />
      <max value="0" />
    </element>
    <element id="Medication.identifier.system">
      <path value="Medication.identifier.system" />
      <short value="Entry to Danish social security number database" />
      <min value="1" />
    </element>
    <element id="Medication.identifier.value">
      <path value="Medication.identifier.value" />
      <short value="Unique identifier of 10 digits" />
      <min value="1" />
    </element>
    <element id="Medication.identifier.period">
      <path value="Medication.identifier.period" />
      <max value="0" />
    </element>
    <element id="Medication.identifier.assigner">
      <path value="Medication.identifier.assigner" />
      <max value="0" />
    </element>
    <element id="Medication.code">
      <path value="Medication.code" />
      <max value="0" />
    </element>
    <element id="Medication.status">
      <path value="Medication.status" />
      <max value="0" />
      <fixedCode value="active" />
    </element>
    <element id="Medication.manufacturer">
      <path value="Medication.manufacturer" />
      <max value="0" />
    </element>
    <element id="Medication.form">
      <path value="Medication.form" />
      <max value="0" />
    </element>
    <element id="Medication.amount">
      <path value="Medication.amount" />
      <max value="0" />
    </element>
    <element id="Medication.ingredient">
      <path value="Medication.ingredient" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Medication.ingredient.item[x]">
      <path value="Medication.ingredient.item[x]" />
      <short value="The actual ingredient" />
      <type>
        <code value="Reference" />
        <targetProfile value="https://PrehospitalDataInEHR.dk/fhir/StructureDefinition/RE11" />
      </type>
    </element>
    <element id="Medication.ingredient.isActive">
      <path value="Medication.ingredient.isActive" />
      <max value="0" />
    </element>
    <element id="Medication.ingredient.strength">
      <path value="Medication.ingredient.strength" />
      <max value="0" />
    </element>
    <element id="Medication.batch">
      <path value="Medication.batch" />
      <max value="0" />
    </element>
  </differential>
</StructureDefinition>