Visit the HL7 website
Visit the FHIR website

CA Core+ 1.0.0 DFT-preBallot

1.0.0-DFT-preBallot   Canada flag
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Home
    2. FHIR Artifacts
    3. Examples
    4. Example MedicationRequest

Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions

Example MedicationRequest

  • Overview
  • XML
  • JSON
MedicationRequest
id : example-medicationrequest-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medicationrequest-ca-core
identifier
system : http://example.ca/NamingSystem/MedicationRequest
value : MR123456
status : active
intent : order
medication
reference : Medication/example-medication-ca-core
subject
reference : example-patient-ca-core-2
authoredOn : 2024-03-27T10:00:00-07:00
reasonCode
coding
system : http://snomed.info/sct
code : 22298006
display : Myocardial infarction (disorder)
text : Secondary prevention of cardiovascular events
dosageInstruction
text : Take 20mg once daily at bedtime
route
coding
system : http://snomed.info/sct
code : 26643006
display : Oral route (qualifier value)
<MedicationRequest xmlns="http://hl7.org/fhir">
    <id value="example-medicationrequest-ca-core" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medicationrequest-ca-core" />
    </meta>
    <identifier>
        <system value="http://example.ca/NamingSystem/MedicationRequest" />
        <value value="MR123456" />
    </identifier>
    <status value="active" />
    <intent value="order" />
    <medicationReference>
        <reference value="Medication/example-medication-ca-core" />
    </medicationReference>
    <subject>
        <reference value="example-patient-ca-core-2" />
    </subject>
    <authoredOn value="2024-03-27T10:00:00-07:00" />
    <reasonCode>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="22298006" />
            <display value="Myocardial infarction (disorder)" />
        </coding>
        <text value="Secondary prevention of cardiovascular events" />
    </reasonCode>
    <dosageInstruction>
        <text value="Take 20mg once daily at bedtime" />
        <route>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="26643006" />
                <display value="Oral route (qualifier value)" />
            </coding>
        </route>
    </dosageInstruction>
</MedicationRequest>
{
    "resourceType": "MedicationRequest",
    "id": "example-medicationrequest-ca-core",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medicationrequest-ca-core"
        ]
    },
    "identifier":  [
        {
            "system": "http://example.ca/NamingSystem/MedicationRequest",
            "value": "MR123456"
        }
    ],
    "status": "active",
    "intent": "order",
    "medicationReference": {
        "reference": "Medication/example-medication-ca-core"
    },
    "subject": {
        "reference": "example-patient-ca-core-2"
    },
    "authoredOn": "03/27/2024 17:00:00",
    "reasonCode":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "22298006",
                    "display": "Myocardial infarction (disorder)"
                }
            ],
            "text": "Secondary prevention of cardiovascular events"
        }
    ],
    "dosageInstruction":  [
        {
            "text": "Take 20mg once daily at bedtime",
            "route": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "26643006",
                        "display": "Oral route (qualifier value)"
                    }
                ]
            }
        }
    ]
}

Table of Contents | IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.0.0-dft-preballot | Version History
HL7® and FHIR® are the registered trademarks of Health Level Seven International