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 Medication

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 Medication

  • Overview
  • XML
  • JSON
Medication
id : example-medication-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medication-ca-core
code
coding
system : http://snomed.info/sct
code : 373444002
display : Atorvastatin (substance)
form
coding
system : http://snomed.info/sct
code : 385055001
display : Tablet (basic dose form)
text : Oral tablet
ingredient
item
coding
system : http://snomed.info/sct
code : 373444002
display : Atorvastatin (substance)
<Medication xmlns="http://hl7.org/fhir">
    <id value="example-medication-ca-core" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medication-ca-core" />
    </meta>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="373444002" />
            <display value="Atorvastatin (substance)" />
        </coding>
    </code>
    <form>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="385055001" />
            <display value="Tablet (basic dose form)" />
        </coding>
        <text value="Oral tablet" />
    </form>
    <ingredient>
        <itemCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="373444002" />
                <display value="Atorvastatin (substance)" />
            </coding>
        </itemCodeableConcept>
    </ingredient>
</Medication>
{
    "resourceType": "Medication",
    "id": "example-medication-ca-core",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/medication-ca-core"
        ]
    },
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "373444002",
                "display": "Atorvastatin (substance)"
            }
        ]
    },
    "form": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "385055001",
                "display": "Tablet (basic dose form)"
            }
        ],
        "text": "Oral tablet"
    },
    "ingredient":  [
        {
            "itemCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "373444002",
                        "display": "Atorvastatin (substance)"
                    }
                ]
            }
        }
    ]
}

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