Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R2_MedicationStatement_R5

Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-MedicationStatement Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R2_MedicationStatement_R5

This cross-version profile allows DSTU2 MedicationStatement content to be represented via FHIR R5 MedicationStatement resources.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement(5.0.0) Record of medication being taken by a patient
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reasonNotTaken 0..* CodeableConcept DSTU2: True if asserting medication was not given (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken
Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated.
Constraints: ext-1
.... extension:reasonForUse 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) DSTU2: (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse
Constraints: ext-1
.... modifierExtension:wasNotTaken ?!Σ 0..1 boolean DSTU2: True if medication is/was not being taken (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken
Constraints: ext-1
... status ?!Σ 1..1 code recorded | entered-in-error | draft
Binding: MedicationStatementStatusCodes . (required): A coded concept indicating the current status of a MedicationStatement.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:status 0..1 code DSTU2: active | completed | entered-in-error | intended additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status
Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement.
Constraints: ext-1
... medication Σ 1..1 CodeableReference(Medication) What medication was taken
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:medication 1..1 Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) DSTU2: medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication
Constraints: ext-1
... subject Σ 1..1 Reference(Patient | Group) Who is/was taking the medication
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) DSTU2: patient additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​status Base required MedicationStatement Status Codes . 📍5.0.0 tx.fhir.org
MedicationStatement.​medication Base example SNOMED CT Medication Codes 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If 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-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error MedicationStatement.implicitRules, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from MedicationStatement

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement(5.0.0) Record of medication being taken by a patient
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.text
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:reasonNotTaken 0..* CodeableConcept DSTU2: True if asserting medication was not given (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken
Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated.
.... extension:reasonForUse 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) DSTU2: (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse
.... modifierExtension:wasNotTaken 0..1 boolean DSTU2: True if medication is/was not being taken (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken
... identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.identifier
... status
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 0..1 code DSTU2: active | completed | entered-in-error | intended additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status
Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement.
... medication
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:medication 0..1 Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) DSTU2: medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication
... subject
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:patient 0..1 Reference(Resource) DSTU2: patient additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... informationSource
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:informationSource 0..1 Reference(Resource) DSTU2:
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... derivedFrom
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:supportingInformation 0..* Reference(Resource) DSTU2: Additional supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... note
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:note 0..1 string DSTU2: Further information about the statement additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.note
... dosage
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 string DSTU2: Reported dosage information additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.text
..... extension:timing 0..1 Timing DSTU2: When/how often was medication taken additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.timing
..... extension:asNeeded 0..1 boolean, CodeableConcept DSTU2: Take "as needed" (for x) additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.asNeeded
..... extension:site 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) DSTU2: Where (on body) medication is/was administered additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.site
..... extension:route 0..1 CodeableConcept DSTU2: How the medication entered the body additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.route
..... extension:method 0..1 CodeableConcept DSTU2: Technique used to administer medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.method
..... extension:quantity 0..1 SimpleQuantity(5.0.0), Range DSTU2: Amount administered in one dose additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.quantity
..... extension:rate 0..1 Ratio, Range DSTU2: Dose quantity per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.rate
..... extension:maxDosePerPeriod 0..1 Ratio DSTU2: Maximum dose that was consumed per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.maxDosePerPeriod

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement(5.0.0) Record of medication being taken by a patient
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels . (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required): The status of a resource narrative.
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reasonNotTaken 0..* CodeableConcept DSTU2: True if asserting medication was not given (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken
Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated.
Constraints: ext-1
.... extension:reasonForUse 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) DSTU2: (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse
Constraints: ext-1
... Slices for modifierExtension ?!Σ 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... modifierExtension:wasNotTaken ?!Σ 0..1 boolean DSTU2: True if medication is/was not being taken (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken
Constraints: ext-1
... identifier Σ 0..* Identifier External identifier
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.identifier
Constraints: ext-1
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... partOf 0..* Reference(Procedure | MedicationStatement) Part of referenced event
... status ?!Σ 1..1 code recorded | entered-in-error | draft
Binding: MedicationStatementStatusCodes . (required): A coded concept indicating the current status of a MedicationStatement.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:status 0..1 code DSTU2: active | completed | entered-in-error | intended additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status
Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement.
Constraints: ext-1
.... value 0..1 code Primitive value for code
... category Σ 0..* CodeableConcept Type of medication statement
Binding: MedicationRequestAdministrationLocationCodes (example): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... medication Σ 1..1 CodeableReference(Medication) What medication was taken
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:medication 1..1 Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) DSTU2: medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication
Constraints: ext-1
.... concept Σ 0..1 CodeableConcept Reference to a concept (by class)
.... reference Σ 0..1 Reference() Reference to a resource (by instance)
... subject Σ 1..1 Reference(Patient | Group) Who is/was taking the medication
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) DSTU2: patient additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... encounter Σ 0..1 Reference(Encounter) Encounter associated with MedicationStatement
... effective[x] Σ 0..1 The date/time or interval when the medication is/was/will be taken
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effectiveTiming Timing
... dateAsserted Σ 0..1 dateTime When the usage was asserted?
... informationSource 0..* Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) Person or organization that provided the information about the taking of this medication
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:informationSource 0..1 Reference(Resource) DSTU2:
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... derivedFrom 0..* Reference(Resource) Link to information used to derive the MedicationStatement
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:supportingInformation 0..1 Reference(Resource) DSTU2: Additional supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... reason 0..* CodeableReference(Condition | Observation | DiagnosticReport) Reason for why the medication is being/was taken
Binding: ConditionProblemDiagnosisCodes (example): A coded concept identifying why the medication is being taken.
... note 0..* Annotation Further information about the usage
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:note 0..1 string DSTU2: Further information about the statement additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.note
Constraints: ext-1
.... author[x] Σ 0..1 Individual responsible for the annotation
..... authorReference Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization)
..... authorString string
.... time Σ 0..1 dateTime When the annotation was made
.... text Σ 1..1 markdown The annotation - text content (as markdown)
... relatedClinicalInformation 0..* Reference(Observation | Condition) Link to information relevant to the usage of a medication
... renderedDosageInstruction 0..1 markdown Full representation of the dosage instructions
... dosage 0..* Dosage Details of how medication is/was taken or should be taken
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 string DSTU2: Reported dosage information additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.text
Constraints: ext-1
..... extension:timing 0..1 Timing DSTU2: When/how often was medication taken additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.timing
Constraints: ext-1
..... extension:asNeeded 0..1 boolean, CodeableConcept DSTU2: Take "as needed" (for x) additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.asNeeded
Constraints: ext-1
..... extension:site 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) DSTU2: Where (on body) medication is/was administered additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.site
Constraints: ext-1
..... extension:route 0..1 CodeableConcept DSTU2: How the medication entered the body additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.route
Constraints: ext-1
..... extension:method 0..1 CodeableConcept DSTU2: Technique used to administer medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.method
Constraints: ext-1
..... extension:quantity 0..1 SimpleQuantity(5.0.0), Range DSTU2: Amount administered in one dose additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.quantity
Constraints: ext-1
..... extension:rate 0..1 Ratio, Range DSTU2: Dose quantity per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.rate
Constraints: ext-1
..... extension:maxDosePerPeriod 0..1 Ratio DSTU2: Maximum dose that was consumed per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.maxDosePerPeriod
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence Σ 0..1 integer The order of the dosage instructions
.... text Σ 0..1 string Free text dosage instructions e.g. SIG
.... additionalInstruction Σ 0..* CodeableConcept Supplemental instruction or warnings to the patient - e.g. "with meals", "may cause drowsiness"
Binding: SNOMEDCTAdditionalDosageInstructions (example): A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery".
.... patientInstruction Σ 0..1 string Patient or consumer oriented instructions
.... timing Σ 0..1 Timing When medication should be administered
.... asNeeded ΣC 0..1 boolean Take "as needed"
.... asNeededFor ΣC 0..* CodeableConcept Take "as needed" (for x)
Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc.
.... site Σ 0..1 CodeableConcept Body site to administer to
Binding: SNOMEDCTAnatomicalStructureAdministrationSites (example): A coded concept describing the site location the medicine enters into or onto the body.
.... route Σ 0..1 CodeableConcept How drug should enter body
Binding: SNOMEDCTRouteCodes (example): A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.
.... method Σ 0..1 CodeableConcept Technique for administering medication
Binding: SNOMEDCTAdministrationMethodCodes (example): A coded concept describing the technique by which the medicine is administered.
.... doseAndRate Σ 0..* Element Amount of medication administered, to be administered or typical amount to be administered
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... type Σ 0..1 CodeableConcept The kind of dose or rate specified
Binding: DoseAndRateType (2.0.0) (example): The kind of dose or rate specified.
..... dose[x] Σ 0..1 Amount of medication per dose
...... doseRange Range
...... doseQuantity Quantity(SimpleQuantity)
..... rate[x] Σ 0..1 Amount of medication per unit of time
...... rateRatio Ratio
...... rateRange Range
...... rateQuantity Quantity(SimpleQuantity)
.... maxDosePerPeriod Σ 0..* Ratio Upper limit on medication per unit of time
.... maxDosePerAdministration Σ 0..1 SimpleQuantity(5.0.0) Upper limit on medication per administration
.... maxDosePerLifetime Σ 0..1 SimpleQuantity(5.0.0) Upper limit on medication per lifetime of the patient
... adherence Σ 0..1 BackboneElement Indicates whether the medication is or is not being consumed or administered
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... code Σ 1..1 CodeableConcept Type of adherence
Binding: MedicationStatementAdherenceCodes (example)
.... reason 0..1 CodeableConcept Details of the reason for the current use of the medication
Binding: SNOMEDCTDrugTherapyStatusCodes (example)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​meta.security Base extensible All Security Labels . 📍5.0.0 tx.fhir.org
MedicationStatement.​meta.tag Base example Common Tags 📍5.0.0 FHIR Std.
MedicationStatement.​language Base required All Languages 📍5.0.0 FHIR Std.
MedicationStatement.​text.status Base required NarrativeStatus 📍5.0.0 FHIR Std.
MedicationStatement.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
MedicationStatement.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
MedicationStatement.​status Base required MedicationStatement Status Codes . 📍5.0.0 tx.fhir.org
MedicationStatement.​category Base example medicationRequest Administration Location Codes 📍5.0.0 FHIR Std.
MedicationStatement.​medication Base example SNOMED CT Medication Codes 📍5.0.0 FHIR Std.
MedicationStatement.​subject.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
MedicationStatement.​informationSource.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
MedicationStatement.​derivedFrom.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
MedicationStatement.​reason Base example Condition/Problem/Diagnosis Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.additionalInstruction Base example SNOMED CT Additional Dosage Instructions 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.asNeededFor Base example SNOMED CT Medication As Needed Reason Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.site Base example SNOMED CT Anatomical Structure for Administration Site Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.route Base example SNOMED CT Route Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.method Base example SNOMED CT Administration Method Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.doseAndRate.type Base example DoseAndRateType 📍2.0.0 THO v7.1
MedicationStatement.​adherence.code Base example MedicationStatement Adherence Codes 📍5.0.0 FHIR Std.
MedicationStatement.​adherence.reason Base example SNOMED CT Drug Therapy Status codes 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If 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-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error MedicationStatement.meta, MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.meta.versionId, MedicationStatement.meta.lastUpdated, MedicationStatement.meta.source, MedicationStatement.meta.profile, MedicationStatement.meta.security, MedicationStatement.meta.tag, MedicationStatement.implicitRules, MedicationStatement.language, MedicationStatement.text, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.text.status, MedicationStatement.text.div, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.identifier.use, MedicationStatement.identifier.type, MedicationStatement.identifier.system, MedicationStatement.identifier.value, MedicationStatement.identifier.period, MedicationStatement.identifier.assigner, MedicationStatement.partOf, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.category, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.medication.concept, MedicationStatement.medication.reference, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference, MedicationStatement.subject.type, MedicationStatement.subject.identifier, MedicationStatement.subject.display, MedicationStatement.encounter, MedicationStatement.effective[x], MedicationStatement.dateAsserted, MedicationStatement.informationSource, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.informationSource.reference, MedicationStatement.informationSource.type, MedicationStatement.informationSource.identifier, MedicationStatement.informationSource.display, MedicationStatement.derivedFrom, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.derivedFrom.reference, MedicationStatement.derivedFrom.type, MedicationStatement.derivedFrom.identifier, MedicationStatement.derivedFrom.display, MedicationStatement.reason, MedicationStatement.note, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.note.author[x], MedicationStatement.note.time, MedicationStatement.note.text, MedicationStatement.relatedClinicalInformation, MedicationStatement.renderedDosageInstruction, MedicationStatement.dosage, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.sequence, MedicationStatement.dosage.text, MedicationStatement.dosage.additionalInstruction, MedicationStatement.dosage.patientInstruction, MedicationStatement.dosage.timing, MedicationStatement.dosage.asNeeded, MedicationStatement.dosage.asNeededFor, MedicationStatement.dosage.site, MedicationStatement.dosage.route, MedicationStatement.dosage.method, MedicationStatement.dosage.doseAndRate, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.dosage.doseAndRate.type, MedicationStatement.dosage.doseAndRate.dose[x], MedicationStatement.dosage.doseAndRate.rate[x], MedicationStatement.dosage.maxDosePerPeriod, MedicationStatement.dosage.maxDosePerAdministration, MedicationStatement.dosage.maxDosePerLifetime, MedicationStatement.adherence, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension, MedicationStatement.adherence.code, MedicationStatement.adherence.reason All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
txt-1 error MedicationStatement.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error MedicationStatement.text.div The narrative SHALL have some non-whitespace content htmlChecks()

This structure is derived from MedicationStatement

Summary

Extensions

This structure refers to these extensions:

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement(5.0.0) Record of medication being taken by a patient
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reasonNotTaken 0..* CodeableConcept DSTU2: True if asserting medication was not given (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken
Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated.
Constraints: ext-1
.... extension:reasonForUse 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) DSTU2: (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse
Constraints: ext-1
.... modifierExtension:wasNotTaken ?!Σ 0..1 boolean DSTU2: True if medication is/was not being taken (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken
Constraints: ext-1
... status ?!Σ 1..1 code recorded | entered-in-error | draft
Binding: MedicationStatementStatusCodes . (required): A coded concept indicating the current status of a MedicationStatement.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:status 0..1 code DSTU2: active | completed | entered-in-error | intended additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status
Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement.
Constraints: ext-1
... medication Σ 1..1 CodeableReference(Medication) What medication was taken
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:medication 1..1 Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) DSTU2: medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication
Constraints: ext-1
... subject Σ 1..1 Reference(Patient | Group) Who is/was taking the medication
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) DSTU2: patient additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​status Base required MedicationStatement Status Codes . 📍5.0.0 tx.fhir.org
MedicationStatement.​medication Base example SNOMED CT Medication Codes 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If 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-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error MedicationStatement.implicitRules, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from MedicationStatement

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement(5.0.0) Record of medication being taken by a patient
... meta
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.meta
... text
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.text
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:reasonNotTaken 0..* CodeableConcept DSTU2: True if asserting medication was not given (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken
Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated.
.... extension:reasonForUse 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) DSTU2: (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse
.... modifierExtension:wasNotTaken 0..1 boolean DSTU2: True if medication is/was not being taken (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken
... identifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.identifier
... status
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:status 0..1 code DSTU2: active | completed | entered-in-error | intended additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status
Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement.
... medication
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:medication 0..1 Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) DSTU2: medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication
... subject
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:patient 0..1 Reference(Resource) DSTU2: patient additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... informationSource
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:informationSource 0..1 Reference(Resource) DSTU2:
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... derivedFrom
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:supportingInformation 0..* Reference(Resource) DSTU2: Additional supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... note
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:note 0..1 string DSTU2: Further information about the statement additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.note
... dosage
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:text 0..1 string DSTU2: Reported dosage information additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.text
..... extension:timing 0..1 Timing DSTU2: When/how often was medication taken additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.timing
..... extension:asNeeded 0..1 boolean, CodeableConcept DSTU2: Take "as needed" (for x) additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.asNeeded
..... extension:site 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) DSTU2: Where (on body) medication is/was administered additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.site
..... extension:route 0..1 CodeableConcept DSTU2: How the medication entered the body additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.route
..... extension:method 0..1 CodeableConcept DSTU2: Technique used to administer medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.method
..... extension:quantity 0..1 SimpleQuantity(5.0.0), Range DSTU2: Amount administered in one dose additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.quantity
..... extension:rate 0..1 Ratio, Range DSTU2: Dose quantity per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.rate
..... extension:maxDosePerPeriod 0..1 Ratio DSTU2: Maximum dose that was consumed per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.maxDosePerPeriod

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement(5.0.0) Record of medication being taken by a patient
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:meta 0..1 Meta DSTU2: meta additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.meta
Constraints: ext-1
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 0..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels . (extensible): Security Labels from the Healthcare Privacy and Security Classification System.
.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 (Complex) DSTU2: text additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.text
Constraints: ext-1
.... status 1..1 code generated | extensions | additional | empty
Binding: NarrativeStatus (required): The status of a resource narrative.
.... div C 1..1 xhtml Limited xhtml content
Constraints: txt-1, txt-2
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reasonNotTaken 0..* CodeableConcept DSTU2: True if asserting medication was not given (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken
Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated.
Constraints: ext-1
.... extension:reasonForUse 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) DSTU2: (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse
Constraints: ext-1
... Slices for modifierExtension ?!Σ 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... modifierExtension:wasNotTaken ?!Σ 0..1 boolean DSTU2: True if medication is/was not being taken (new)
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken
Constraints: ext-1
... identifier Σ 0..* Identifier External identifier
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:identifier 0..* Identifier DSTU2: identifier additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.identifier
Constraints: ext-1
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 0..1 string The value that is unique
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... partOf 0..* Reference(Procedure | MedicationStatement) Part of referenced event
... status ?!Σ 1..1 code recorded | entered-in-error | draft
Binding: MedicationStatementStatusCodes . (required): A coded concept indicating the current status of a MedicationStatement.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:status 0..1 code DSTU2: active | completed | entered-in-error | intended additional codes
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status
Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement.
Constraints: ext-1
.... value 0..1 code Primitive value for code
... category Σ 0..* CodeableConcept Type of medication statement
Binding: MedicationRequestAdministrationLocationCodes (example): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... medication Σ 1..1 CodeableReference(Medication) What medication was taken
Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken.
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:medication 1..1 Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) DSTU2: medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication
Constraints: ext-1
.... concept Σ 0..1 CodeableConcept Reference to a concept (by class)
.... reference Σ 0..1 Reference() Reference to a resource (by instance)
... subject Σ 1..1 Reference(Patient | Group) Who is/was taking the medication
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:patient 0..1 Reference(Resource) DSTU2: patient additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... encounter Σ 0..1 Reference(Encounter) Encounter associated with MedicationStatement
... effective[x] Σ 0..1 The date/time or interval when the medication is/was/will be taken
.... effectiveDateTime dateTime
.... effectivePeriod Period
.... effectiveTiming Timing
... dateAsserted Σ 0..1 dateTime When the usage was asserted?
... informationSource 0..* Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) Person or organization that provided the information about the taking of this medication
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:informationSource 0..1 Reference(Resource) DSTU2:
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... derivedFrom 0..* Reference(Resource) Link to information used to derive the MedicationStatement
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:supportingInformation 0..1 Reference(Resource) DSTU2: Additional supporting information additional types
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... reason 0..* CodeableReference(Condition | Observation | DiagnosticReport) Reason for why the medication is being/was taken
Binding: ConditionProblemDiagnosisCodes (example): A coded concept identifying why the medication is being taken.
... note 0..* Annotation Further information about the usage
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:note 0..1 string DSTU2: Further information about the statement additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.note
Constraints: ext-1
.... author[x] Σ 0..1 Individual responsible for the annotation
..... authorReference Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization)
..... authorString string
.... time Σ 0..1 dateTime When the annotation was made
.... text Σ 1..1 markdown The annotation - text content (as markdown)
... relatedClinicalInformation 0..* Reference(Observation | Condition) Link to information relevant to the usage of a medication
... renderedDosageInstruction 0..1 markdown Full representation of the dosage instructions
... dosage 0..* Dosage Details of how medication is/was taken or should be taken
.... id 0..1 id Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:text 0..1 string DSTU2: Reported dosage information additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.text
Constraints: ext-1
..... extension:timing 0..1 Timing DSTU2: When/how often was medication taken additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.timing
Constraints: ext-1
..... extension:asNeeded 0..1 boolean, CodeableConcept DSTU2: Take "as needed" (for x) additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.asNeeded
Constraints: ext-1
..... extension:site 0..1 CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) DSTU2: Where (on body) medication is/was administered additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.site
Constraints: ext-1
..... extension:route 0..1 CodeableConcept DSTU2: How the medication entered the body additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.route
Constraints: ext-1
..... extension:method 0..1 CodeableConcept DSTU2: Technique used to administer medication additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.method
Constraints: ext-1
..... extension:quantity 0..1 SimpleQuantity(5.0.0), Range DSTU2: Amount administered in one dose additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.quantity
Constraints: ext-1
..... extension:rate 0..1 Ratio, Range DSTU2: Dose quantity per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.rate
Constraints: ext-1
..... extension:maxDosePerPeriod 0..1 Ratio DSTU2: Maximum dose that was consumed per unit of time additional types
URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.maxDosePerPeriod
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... sequence Σ 0..1 integer The order of the dosage instructions
.... text Σ 0..1 string Free text dosage instructions e.g. SIG
.... additionalInstruction Σ 0..* CodeableConcept Supplemental instruction or warnings to the patient - e.g. "with meals", "may cause drowsiness"
Binding: SNOMEDCTAdditionalDosageInstructions (example): A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery".
.... patientInstruction Σ 0..1 string Patient or consumer oriented instructions
.... timing Σ 0..1 Timing When medication should be administered
.... asNeeded ΣC 0..1 boolean Take "as needed"
.... asNeededFor ΣC 0..* CodeableConcept Take "as needed" (for x)
Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc.
.... site Σ 0..1 CodeableConcept Body site to administer to
Binding: SNOMEDCTAnatomicalStructureAdministrationSites (example): A coded concept describing the site location the medicine enters into or onto the body.
.... route Σ 0..1 CodeableConcept How drug should enter body
Binding: SNOMEDCTRouteCodes (example): A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.
.... method Σ 0..1 CodeableConcept Technique for administering medication
Binding: SNOMEDCTAdministrationMethodCodes (example): A coded concept describing the technique by which the medicine is administered.
.... doseAndRate Σ 0..* Element Amount of medication administered, to be administered or typical amount to be administered
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... type Σ 0..1 CodeableConcept The kind of dose or rate specified
Binding: DoseAndRateType (2.0.0) (example): The kind of dose or rate specified.
..... dose[x] Σ 0..1 Amount of medication per dose
...... doseRange Range
...... doseQuantity Quantity(SimpleQuantity)
..... rate[x] Σ 0..1 Amount of medication per unit of time
...... rateRatio Ratio
...... rateRange Range
...... rateQuantity Quantity(SimpleQuantity)
.... maxDosePerPeriod Σ 0..* Ratio Upper limit on medication per unit of time
.... maxDosePerAdministration Σ 0..1 SimpleQuantity(5.0.0) Upper limit on medication per administration
.... maxDosePerLifetime Σ 0..1 SimpleQuantity(5.0.0) Upper limit on medication per lifetime of the patient
... adherence Σ 0..1 BackboneElement Indicates whether the medication is or is not being consumed or administered
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... code Σ 1..1 CodeableConcept Type of adherence
Binding: MedicationStatementAdherenceCodes (example)
.... reason 0..1 CodeableConcept Details of the reason for the current use of the medication
Binding: SNOMEDCTDrugTherapyStatusCodes (example)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
MedicationStatement.​meta.security Base extensible All Security Labels . 📍5.0.0 tx.fhir.org
MedicationStatement.​meta.tag Base example Common Tags 📍5.0.0 FHIR Std.
MedicationStatement.​language Base required All Languages 📍5.0.0 FHIR Std.
MedicationStatement.​text.status Base required NarrativeStatus 📍5.0.0 FHIR Std.
MedicationStatement.​identifier.use Base required IdentifierUse 📍5.0.0 FHIR Std.
MedicationStatement.​identifier.type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
MedicationStatement.​status Base required MedicationStatement Status Codes . 📍5.0.0 tx.fhir.org
MedicationStatement.​category Base example medicationRequest Administration Location Codes 📍5.0.0 FHIR Std.
MedicationStatement.​medication Base example SNOMED CT Medication Codes 📍5.0.0 FHIR Std.
MedicationStatement.​subject.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
MedicationStatement.​informationSource.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
MedicationStatement.​derivedFrom.type Base extensible Resource Types . 📍5.0.0 tx.fhir.org
MedicationStatement.​reason Base example Condition/Problem/Diagnosis Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.additionalInstruction Base example SNOMED CT Additional Dosage Instructions 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.asNeededFor Base example SNOMED CT Medication As Needed Reason Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.site Base example SNOMED CT Anatomical Structure for Administration Site Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.route Base example SNOMED CT Route Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.method Base example SNOMED CT Administration Method Codes 📍5.0.0 FHIR Std.
MedicationStatement.​dosage.doseAndRate.type Base example DoseAndRateType 📍2.0.0 THO v7.1
MedicationStatement.​adherence.code Base example MedicationStatement Adherence Codes 📍5.0.0 FHIR Std.
MedicationStatement.​adherence.reason Base example SNOMED CT Drug Therapy Status codes 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error MedicationStatement If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error MedicationStatement If 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error MedicationStatement If 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-5 error MedicationStatement If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice MedicationStatement A resource should have narrative for robust management text.`div`.exists()
ele-1 error MedicationStatement.meta, MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.meta.versionId, MedicationStatement.meta.lastUpdated, MedicationStatement.meta.source, MedicationStatement.meta.profile, MedicationStatement.meta.security, MedicationStatement.meta.tag, MedicationStatement.implicitRules, MedicationStatement.language, MedicationStatement.text, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.text.status, MedicationStatement.text.div, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.identifier.use, MedicationStatement.identifier.type, MedicationStatement.identifier.system, MedicationStatement.identifier.value, MedicationStatement.identifier.period, MedicationStatement.identifier.assigner, MedicationStatement.partOf, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.category, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.medication.concept, MedicationStatement.medication.reference, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference, MedicationStatement.subject.type, MedicationStatement.subject.identifier, MedicationStatement.subject.display, MedicationStatement.encounter, MedicationStatement.effective[x], MedicationStatement.dateAsserted, MedicationStatement.informationSource, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.informationSource.reference, MedicationStatement.informationSource.type, MedicationStatement.informationSource.identifier, MedicationStatement.informationSource.display, MedicationStatement.derivedFrom, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.derivedFrom.reference, MedicationStatement.derivedFrom.type, MedicationStatement.derivedFrom.identifier, MedicationStatement.derivedFrom.display, MedicationStatement.reason, MedicationStatement.note, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.note.author[x], MedicationStatement.note.time, MedicationStatement.note.text, MedicationStatement.relatedClinicalInformation, MedicationStatement.renderedDosageInstruction, MedicationStatement.dosage, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.sequence, MedicationStatement.dosage.text, MedicationStatement.dosage.additionalInstruction, MedicationStatement.dosage.patientInstruction, MedicationStatement.dosage.timing, MedicationStatement.dosage.asNeeded, MedicationStatement.dosage.asNeededFor, MedicationStatement.dosage.site, MedicationStatement.dosage.route, MedicationStatement.dosage.method, MedicationStatement.dosage.doseAndRate, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.dosage.doseAndRate.type, MedicationStatement.dosage.doseAndRate.dose[x], MedicationStatement.dosage.doseAndRate.rate[x], MedicationStatement.dosage.maxDosePerPeriod, MedicationStatement.dosage.maxDosePerAdministration, MedicationStatement.dosage.maxDosePerLifetime, MedicationStatement.adherence, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension, MedicationStatement.adherence.code, MedicationStatement.adherence.reason All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
txt-1 error MedicationStatement.text.div The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes htmlChecks()
txt-2 error MedicationStatement.text.div The narrative SHALL have some non-whitespace content htmlChecks()

This structure is derived from MedicationStatement

Summary

Extensions

This structure refers to these extensions:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron