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 Communication

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 Communication

  • Overview
  • XML
  • JSON
Communication
id : example-communication-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core
basedOn
reference : ServiceRequest/example-servicerequest-ca-core
identifier
system : http://example.ca/NamingSystem/ServiceRequest
value : SR123456
status : completed
category
coding
system : http://snomed.info/sct
code : 404684003
display : Clinical finding (finding)
subject
reference : Patient/example-patient-ca-core
identifier
system : http://example.ca/NamingSystem/Patient
value : 9876543210
encounter
reference : Encounter/example-encounter-ca-core
sent : 2024-03-27T14:30:00-07:00
received : 2024-03-27T14:35:00-07:00
recipient
reference : Organization/example-organization-ca-core
sender
reference : Practitioner/example-practitioner-ca-core
identifier
system : http://example.ca/NamingSystem/Practitioner
value : PR123456
reasonReference
reference : Condition/example-condition-ca-core
payload
content : Consultation Note: Patient presented with symptoms of acute bronchitis including persistent cough and shortness of breath. Physical examination revealed wheezing in both lung fields. Recommended rest, increased fluid intake, and prescribed antibiotics. Follow-up appointment scheduled for next week.
<Communication xmlns="http://hl7.org/fhir">
    <id value="example-communication-ca-core" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core" />
    </meta>
    <basedOn>
        <reference value="ServiceRequest/example-servicerequest-ca-core" />
        <identifier>
            <system value="http://example.ca/NamingSystem/ServiceRequest" />
            <value value="SR123456" />
        </identifier>
    </basedOn>
    <status value="completed" />
    <category>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="404684003" />
            <display value="Clinical finding (finding)" />
        </coding>
    </category>
    <subject>
        <reference value="Patient/example-patient-ca-core" />
        <identifier>
            <system value="http://example.ca/NamingSystem/Patient" />
            <value value="9876543210" />
        </identifier>
    </subject>
    <encounter>
        <reference value="Encounter/example-encounter-ca-core" />
    </encounter>
    <sent value="2024-03-27T14:30:00-07:00" />
    <received value="2024-03-27T14:35:00-07:00" />
    <recipient>
        <reference value="Organization/example-organization-ca-core" />
    </recipient>
    <sender>
        <reference value="Practitioner/example-practitioner-ca-core" />
        <identifier>
            <system value="http://example.ca/NamingSystem/Practitioner" />
            <value value="PR123456" />
        </identifier>
    </sender>
    <reasonReference>
        <reference value="Condition/example-condition-ca-core" />
    </reasonReference>
    <payload>
        <contentString value="Consultation Note:\n\nPatient presented with symptoms of acute bronchitis including persistent cough and shortness of breath. Physical examination revealed wheezing in both lung fields. Recommended rest, increased fluid intake, and prescribed antibiotics. Follow-up appointment scheduled for next week." />
    </payload>
</Communication>
{
    "resourceType": "Communication",
    "id": "example-communication-ca-core",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core"
        ]
    },
    "basedOn":  [
        {
            "reference": "ServiceRequest/example-servicerequest-ca-core",
            "identifier": {
                "system": "http://example.ca/NamingSystem/ServiceRequest",
                "value": "SR123456"
            }
        }
    ],
    "status": "completed",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "404684003",
                    "display": "Clinical finding (finding)"
                }
            ]
        }
    ],
    "subject": {
        "reference": "Patient/example-patient-ca-core",
        "identifier": {
            "system": "http://example.ca/NamingSystem/Patient",
            "value": "9876543210"
        }
    },
    "encounter": {
        "reference": "Encounter/example-encounter-ca-core"
    },
    "sent": "03/27/2024 21:30:00",
    "received": "03/27/2024 21:35:00",
    "recipient":  [
        {
            "reference": "Organization/example-organization-ca-core"
        }
    ],
    "sender": {
        "reference": "Practitioner/example-practitioner-ca-core",
        "identifier": {
            "system": "http://example.ca/NamingSystem/Practitioner",
            "value": "PR123456"
        }
    },
    "reasonReference":  [
        {
            "reference": "Condition/example-condition-ca-core"
        }
    ],
    "payload":  [
        {
            "contentString": "Consultation Note:\n\nPatient presented with symptoms of acute bronchitis including persistent cough and shortness of breath. Physical examination revealed wheezing in both lung fields. Recommended rest, increased fluid intake, and prescribed antibiotics. Follow-up appointment scheduled for next week."
        }
    ]
}

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