MyHealth@Eu Hospital Discharge Report
0.1.0-preview - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.1.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Medication: HDR

Official URL: http://fhir.ehdsi.eu/hdr/StructureDefinition/medication-hdr-myhealtheu Version: 0.1.0-preview
Standards status: Draft Maturity Level: 1 Computable Name: MedicationHdrMyHealthEu

This profile constrains the Medication resource for the purpose of this guide, adapted from the MPD work.

Usages:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Medication 0..* MedicationEuHdr Definition of a Medication
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension Content/Rules for all slices
.... extension:productName O 0..1 string Medication - Product Name
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname
ObligationsActor
SHALL:handle HDR Handler
.... extension:classification O 0..* (Complex) Medication - Classification
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification
ObligationsActor
SHALL:handle HDR Handler
..... extension 0..0
..... url 1..1 uri "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification"
..... value[x] 0..1 CodeableConcept Value of extension
Binding: eHDSI Active Ingredient (required)
.... extension:sizeOfItem 0..1 Quantity Size of one item (for example, in a pack of 5 vials, this would represent the size of 1 vial)
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem
.... extension:device 0..* (Complex) Device, typically an administration device, included in the product.
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device
.... extension:characteristic 0..* (Complex) Specifies other descriptive properties of the medication.
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-characteristic
.... extension:unitOfPresentation 0..1 CodeableConcept Unit of presentation of the product (e.g. tablet, vial, ampoule, etc)
URL: https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation
Binding: UnitOfPresentation (example)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.
... form O 1..1 CodeableConcept add expectional values and make it required
Binding: eHDSI Dose Form (extensible)
ObligationsActor
SHALL:handle HDR Handler
... ingredient 1..* BackboneElement Ingredient or a part product. For combination packs, each ingredient can be a separate manufactured item with its own ingredients, dose form, and strength
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... Slices for item[x] 1..1 The actual ingredient or content
Slice: Unordered, Closed by type:$this
..... itemReference Reference(Any)
..... itemCodeableConcept CodeableConcept
..... item[x]:itemReference 0..1 Reference(Medication: HDR) The actual ingredient or content
..... item[x]:itemCodeableConcept O 0..1 CodeableConcept The actual ingredient or content
Binding: eHDSI Substance with exceptions (required)
ObligationsActor
SHALL:handle HDR Handler

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Medication.extension:classification.value[x]requiredEHDSIActiveIngredient
http://terminology.ehdsi.eu/ValueSet/eHDSIActiveIngredient
From this IG
Medication.codeexampleSNOMEDCTMedicationCodes
http://hl7.org/fhir/ValueSet/medication-codes
From the FHIR Standard
Medication.statusrequiredMedication Status Codes
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
From the FHIR Standard
Medication.formextensibleEHDSIDoseForm
http://terminology.ehdsi.eu/ValueSet/eHDSIDoseForm
From this IG
Medication.ingredient.item[x]:itemCodeableConceptrequiredEHDSISubstanceWithExceptions
http://fhir.ehdsi.eu/hdr/ValueSet/eHDSISubstanceWithExceptions
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMedicationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron