DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

4.16.10.5 StructureDefinition: DAFMedicationStatement

The official URL for this profile is:

http://hl7.org/fhir/StructureDefinition/medicationstatement-daf-dafmedicationstatement

Defines constraints and extensions on the MedicationStatement resource for use in querying and retrieving patient's medication information.

This profile was published on Thu, Aug 21, 2014 00:00+1000 as a draft by U.S. Office of the National Coordinator (ONC).

4.16.10.5.1 Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 1..1MedicationStatementStatement that a medication is/was actively taken by a patient.
... meta 0..1MetaMetadata about the resource
... implicitRules ?!0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier S0..*IdentifierExternal Identifier
... patient S1..1patient-daf-dafpatientWho was/is taking medication
... informationSource S0..1pract-daf-dafpract, patient-daf-dafpatient, relatedperson-daf-dafrelatedpersonThe person who provided the information about the taking of this medication.
... dateAsserted 0..1dateTimeWhen the statement was asserted?
... status ?!1..1codein-progress | completed | entered-in-error
Binding: MedicationStatementStatus (required)
... reasonForUse[x] I0..1CodeableConcept, ConditionA reason for why the medication is being/was taken.
mst-2: Reason for use is only permitted if wasNotGiven is false
... effectivePeriod S0..1PeriodOver what period was medication consumed?
... note 0..1stringFurther information about the statement
... medication S1..1medication-daf-dafmedicationWhat medication was taken?
... dosage S0..*Details of how medication was taken
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... text 0..1stringDosage Instructions
.... schedule S0..1TimingWhen/how often was medication taken?
.... asNeeded[x] S0..1boolean, CodeableConceptTake "as needed" f(or x)
Binding: MedicationAsNeededReason (required)
.... site S0..1CodeableConceptWhere on body was medication administered?
Binding: MedicationAdministrationSite (example)
.... route S0..1CodeableConceptHow did the medication enter the body?
Binding: RouteOfAdministration (example)
.... method S0..1CodeableConceptTechnique used to administer medication
Binding: MedicationAdministrationMethod (example)
.... quantity S0..1QuantityAmount administered in one dose
.... rate S0..1RatioDose quantity per unit of time
.... maxDosePerPeriod S0..1RatioMaximum dose that was consumed per unit of time

todo

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicationStatement 1..1MedicationStatementStatement that a medication is/was actively taken by a patient.
... meta 0..1MetaMetadata about the resource
... implicitRules ?!0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Language (required)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier S0..*IdentifierExternal Identifier
... patient S1..1patient-daf-dafpatientWho was/is taking medication
... informationSource S0..1pract-daf-dafpract, patient-daf-dafpatient, relatedperson-daf-dafrelatedpersonThe person who provided the information about the taking of this medication.
... dateAsserted 0..1dateTimeWhen the statement was asserted?
... status ?!1..1codein-progress | completed | entered-in-error
Binding: MedicationStatementStatus (required)
... reasonForUse[x] I0..1CodeableConcept, ConditionA reason for why the medication is being/was taken.
mst-2: Reason for use is only permitted if wasNotGiven is false
... effectivePeriod S0..1PeriodOver what period was medication consumed?
... note 0..1stringFurther information about the statement
... medication S1..1medication-daf-dafmedicationWhat medication was taken?
... dosage S0..*Details of how medication was taken
.... extension 0..*ExtensionAdditional Content defined by implementations
.... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... text 0..1stringDosage Instructions
.... schedule S0..1TimingWhen/how often was medication taken?
.... asNeeded[x] S0..1boolean, CodeableConceptTake "as needed" f(or x)
Binding: MedicationAsNeededReason (required)
.... site S0..1CodeableConceptWhere on body was medication administered?
Binding: MedicationAdministrationSite (example)
.... route S0..1CodeableConceptHow did the medication enter the body?
Binding: RouteOfAdministration (example)
.... method S0..1CodeableConceptTechnique used to administer medication
Binding: MedicationAdministrationMethod (example)
.... quantity S0..1QuantityAmount administered in one dose
.... rate S0..1RatioDose quantity per unit of time
.... maxDosePerPeriod S0..1RatioMaximum dose that was consumed per unit of time

XML Template

JSON Template

todo

 

Other representations of profile: (todo)

4.16.10.5.2 Terminology Bindings

PathNameConformanceValueSet
MedicationStatement.languageLanguagerequiredhttp://tools.ietf.org/html/bcp47
MedicationStatement.statusMedicationStatementStatusrequiredMedicationStatementStatus
MedicationStatement.dosage.asNeeded[x]MedicationAsNeededReasonrequired
MedicationStatement.dosage.siteMedicationAdministrationSiteexampleSNOMED CT Anatomical Structure for Administration Site Codes
MedicationStatement.dosage.routeRouteOfAdministrationexampleSNOMED CT Route Codes
MedicationStatement.dosage.methodMedicationAdministrationMethodexampleSNOMED CT Introduction (procedure) for Administration Method Codes

4.16.10.5.3 Constraints

IdPathNameDetails
mst-2MedicationStatement.reasonForUse[x]Reason for useReason for use is only permitted if wasNotGiven is false
XPath: not(exists(f:reasonForUse[x]) and f:wasNotGiven/@value='true')
.