FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/EHDSMedicationPrescriptionHeader

Packagehl7.fhir.eu.imaging-manifest-r5
TypeStructureDefinition
IdEHDSMedicationPrescriptionHeader
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-manifest-r5/https://build.fhir.org/ig/hl7-eu/imaging-manifest/StructureDefinition-EHDSMedicationPrescriptionHeader.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSMedicationPrescriptionHeader
Version0.1.0
Statusdraft
Date2025-03-21T08:17:12+00:00
NameEHDSMedicationPrescriptionHeader
TitleMedication prescription header model
Realmeu
Authorityhl7
DescriptionLogical model for medication prescription header.
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSMedicationPrescriptionHeader
Kindlogical

Resources that use this resource

StructureDefinition
EHDSMedicationPrescriptionMedication prescription model
EHDSMedicationPrescriptionMedication prescription model

Resources that this resource uses

StructureDefinition
EHDSCommonHeaderResource header model
EHDSHealthProfessionalHealth professional model
EHDSCommonHeaderResource header model
EHDSHealthProfessionalHealth professional model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSMedicationPrescriptionHeader

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSMedicationPrescriptionHeader 0..*EHDSCommonHeader
Elements defined in Ancestors:subject, authorship, lastUpdate, status, statusReason[x], language, version
Medication prescription header model
Instances of this logical model can be the target of a Reference
... subject 1..1EHDSPatientThe person for whom the medication is prescribed/ordered. [Used for searching]
... authorship
.... author 1..1EHDSHealthProfessionalThe prescriber, the person who made the prescription, and who takes the responsibility of the treatment. [Used for searching]
.... datetime 1..1dateTimeTime of issuing (signing) the prescription by health care professional. [Used for searching]
... status 1..1CodeableConceptStatus of the prescription, this should not be status of treatment. [Used for searching]
... statusReason[x] 0..1CodeableConcept, stringReason for the current status of prescription, for example the reason why the prescription was made invalid or why the prescription was changed from previous
... identifier 1..*IdentifierBusiness identifier(s) for the prescription. [Used for searching]
... recorder 0..1EHDSHealthProfessionalThe recorder of the prescription/draft in the information system
... recordingDate 0..1dateTimeTime of authoring the prescription/draft in the information system
... validFrom 0..1dateTimeEffective date of the prescription. The prescription is not dispensable before this date. In most cases this information repeats issueDate. [Used for searching]
... validUntil 0..1dateTimeThe validity period end date. The prescription is not dispensable after this date. [Used for searching]
... category 0..*CodeableConceptCategory or categories of prescription. For example type of reimbursement, or type of prescription (e.g. hospital, private, etc).

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSMedicationPrescriptionHeader",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSMedicationPrescriptionHeader",
  "version": "0.1.0",
  "name": "EHDSMedicationPrescriptionHeader",
  "title": "Medication prescription header model",
  "status": "draft",
  "date": "2025-03-21T08:17:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "Logical model for medication prescription header.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSMedicationPrescriptionHeader",
  "baseDefinition": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCommonHeader",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "EHDSMedicationPrescriptionHeader",
        "path": "EHDSMedicationPrescriptionHeader",
        "short": "Medication prescription header model",
        "definition": "Logical model for medication prescription header.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.subject",
        "path": "EHDSMedicationPrescriptionHeader.subject",
        "short": "The person for whom the medication is prescribed/ordered. [Used for searching]",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.authorship",
        "path": "EHDSMedicationPrescriptionHeader.authorship",
        "short": "Authorship",
        "definition": "Resource authoring details",
        "min": 1,
        "max": "*",
        "base": {
          "path": "EHDSCommonHeader.authorship",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.authorship.author",
        "path": "EHDSMedicationPrescriptionHeader.authorship.author",
        "short": "The prescriber, the person who made the prescription, and who takes the responsibility of the treatment. [Used for searching]",
        "definition": "Author by whom the resource was/were authored. Multiple authors could be provided.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.authorship.author",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.authorship.datetime",
        "path": "EHDSMedicationPrescriptionHeader.authorship.datetime",
        "short": "Time of issuing (signing) the prescription by health care professional. [Used for searching]",
        "definition": "Date and time of the issuing the document/resource by its author.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.authorship.datetime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.lastUpdate",
        "path": "EHDSMedicationPrescriptionHeader.lastUpdate",
        "short": "Date and time of the last update to the resource",
        "definition": "Date and time of the last update to the document/information",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.lastUpdate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.status",
        "path": "EHDSMedicationPrescriptionHeader.status",
        "short": "Status of the prescription, this should not be status of treatment. [Used for searching]",
        "definition": "Status of the resource",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.statusReason[x]",
        "path": "EHDSMedicationPrescriptionHeader.statusReason[x]",
        "short": "Reason for the current status of prescription, for example the reason why the prescription was made invalid or why the prescription was changed from previous",
        "definition": "Reason for the current status of the resource.",
        "comment": "Added.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.statusReason[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.language",
        "path": "EHDSMedicationPrescriptionHeader.language",
        "short": "Language",
        "definition": "Language in which the resource is written. Language is expressed by the IETF language tag.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.language",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "BCP 47"
        }
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.version",
        "path": "EHDSMedicationPrescriptionHeader.version",
        "short": "Version",
        "definition": "Business version of the resource.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCommonHeader.version",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.identifier",
        "path": "EHDSMedicationPrescriptionHeader.identifier",
        "short": "Business identifier(s) for the prescription. [Used for searching]",
        "definition": "Business identifier(s) for the prescription. [Used for searching]",
        "min": 1,
        "max": "*",
        "base": {
          "path": "EHDSMedicationPrescriptionHeader.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.recorder",
        "path": "EHDSMedicationPrescriptionHeader.recorder",
        "short": "The recorder of the prescription/draft in the information system",
        "definition": "The recorder of the prescription/draft in the information system",
        "comment": "Added. Not relevant for crossborder.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedicationPrescriptionHeader.recorder",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.recordingDate",
        "path": "EHDSMedicationPrescriptionHeader.recordingDate",
        "short": "Time of authoring the prescription/draft in the information system",
        "definition": "Time of authoring the prescription/draft in the information system",
        "comment": "Added. Not relevant for crossborder.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedicationPrescriptionHeader.recordingDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.validFrom",
        "path": "EHDSMedicationPrescriptionHeader.validFrom",
        "short": "Effective date of the prescription. The prescription is not dispensable before this date. In most cases this information repeats issueDate. [Used for searching]",
        "definition": "Effective date of the prescription. The prescription is not dispensable before this date. In most cases this information repeats issueDate. [Used for searching]",
        "comment": "Added. Often the same as IssueDate (A 1.2.2) or Start of therapy (A 1.5.6)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedicationPrescriptionHeader.validFrom",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.validUntil",
        "path": "EHDSMedicationPrescriptionHeader.validUntil",
        "short": "The validity period end date. The prescription is not dispensable after this date. [Used for searching]",
        "definition": "The validity period end date. The prescription is not dispensable after this date. [Used for searching]",
        "comment": "No change (A.1.5.8)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSMedicationPrescriptionHeader.validUntil",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.category",
        "path": "EHDSMedicationPrescriptionHeader.category",
        "short": "Category or categories of prescription. For example type of reimbursement, or type of prescription (e.g. hospital, private, etc).",
        "definition": "Category or categories of prescription. For example type of reimbursement, or type of prescription (e.g. hospital, private, etc).",
        "comment": "Added.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSMedicationPrescriptionHeader.category",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSMedicationPrescriptionHeader",
        "path": "EHDSMedicationPrescriptionHeader",
        "short": "Medication prescription header model",
        "definition": "Logical model for medication prescription header."
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.subject",
        "path": "EHDSMedicationPrescriptionHeader.subject",
        "short": "The person for whom the medication is prescribed/ordered. [Used for searching]"
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.authorship.author",
        "path": "EHDSMedicationPrescriptionHeader.authorship.author",
        "short": "The prescriber, the person who made the prescription, and who takes the responsibility of the treatment. [Used for searching]"
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.authorship.datetime",
        "path": "EHDSMedicationPrescriptionHeader.authorship.datetime",
        "short": "Time of issuing (signing) the prescription by health care professional. [Used for searching]"
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.status",
        "path": "EHDSMedicationPrescriptionHeader.status",
        "short": "Status of the prescription, this should not be status of treatment. [Used for searching]"
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.statusReason[x]",
        "path": "EHDSMedicationPrescriptionHeader.statusReason[x]",
        "short": "Reason for the current status of prescription, for example the reason why the prescription was made invalid or why the prescription was changed from previous",
        "comment": "Added."
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.identifier",
        "path": "EHDSMedicationPrescriptionHeader.identifier",
        "short": "Business identifier(s) for the prescription. [Used for searching]",
        "definition": "Business identifier(s) for the prescription. [Used for searching]",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.recorder",
        "path": "EHDSMedicationPrescriptionHeader.recorder",
        "short": "The recorder of the prescription/draft in the information system",
        "definition": "The recorder of the prescription/draft in the information system",
        "comment": "Added. Not relevant for crossborder.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.recordingDate",
        "path": "EHDSMedicationPrescriptionHeader.recordingDate",
        "short": "Time of authoring the prescription/draft in the information system",
        "definition": "Time of authoring the prescription/draft in the information system",
        "comment": "Added. Not relevant for crossborder.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.validFrom",
        "path": "EHDSMedicationPrescriptionHeader.validFrom",
        "short": "Effective date of the prescription. The prescription is not dispensable before this date. In most cases this information repeats issueDate. [Used for searching]",
        "definition": "Effective date of the prescription. The prescription is not dispensable before this date. In most cases this information repeats issueDate. [Used for searching]",
        "comment": "Added. Often the same as IssueDate (A 1.2.2) or Start of therapy (A 1.5.6)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.validUntil",
        "path": "EHDSMedicationPrescriptionHeader.validUntil",
        "short": "The validity period end date. The prescription is not dispensable after this date. [Used for searching]",
        "definition": "The validity period end date. The prescription is not dispensable after this date. [Used for searching]",
        "comment": "No change (A.1.5.8)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSMedicationPrescriptionHeader.category",
        "path": "EHDSMedicationPrescriptionHeader.category",
        "short": "Category or categories of prescription. For example type of reimbursement, or type of prescription (e.g. hospital, private, etc).",
        "definition": "Category or categories of prescription. For example type of reimbursement, or type of prescription (e.g. hospital, private, etc).",
        "comment": "Added.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}