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 Appointment

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 Appointment

  • Overview
  • XML
  • JSON
Appointment
id : example-appointment-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/appointment-ca-core
status : pending
specialty
coding
system : http://snomed.info/sct
code : 394592004
display : Clinical Oncology
description : Regular check-up appointment
start : 2024-03-27T09:00:00-07:00
end : 2024-03-27T09:30:00-07:00
created : 2024-03-20T14:00:00-07:00
comment : Patient is scheduled for clinical oncology appointment
patientInstruction : Please bring your insurance card and a valid ID
basedOn
reference : ServiceRequest/example-servicerequest-ca-core
participant
type
coding
system : http://terminology.hl7.org/CodeSystem/v3-ParticipationType
code : PRCP
display : primary information recipient
actor
reference : Patient/example-patient-ca-core
status : accepted
participant
type
coding
system : http://terminology.hl7.org/CodeSystem/v3-ParticipationType
code : PPRF
display : primary performer
actor
reference : Practitioner/example-practitioner-ca-core
status : accepted
<Appointment xmlns="http://hl7.org/fhir">
    <id value="example-appointment-ca-core" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/appointment-ca-core" />
    </meta>
    <status value="pending" />
    <specialty>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="394592004" />
            <display value="Clinical Oncology" />
        </coding>
    </specialty>
    <description value="Regular check-up appointment" />
    <start value="2024-03-27T09:00:00-07:00" />
    <end value="2024-03-27T09:30:00-07:00" />
    <created value="2024-03-20T14:00:00-07:00" />
    <comment value="Patient is scheduled for clinical oncology appointment" />
    <patientInstruction value="Please bring your insurance card and a valid ID" />
    <basedOn>
        <reference value="ServiceRequest/example-servicerequest-ca-core" />
    </basedOn>
    <participant>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
                <code value="PRCP" />
                <display value="primary information recipient" />
            </coding>
        </type>
        <actor>
            <reference value="Patient/example-patient-ca-core" />
        </actor>
        <status value="accepted" />
    </participant>
    <participant>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
                <code value="PPRF" />
                <display value="primary performer" />
            </coding>
        </type>
        <actor>
            <reference value="Practitioner/example-practitioner-ca-core" />
        </actor>
        <status value="accepted" />
    </participant>
</Appointment>
{
    "resourceType": "Appointment",
    "id": "example-appointment-ca-core",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/appointment-ca-core"
        ]
    },
    "status": "pending",
    "specialty":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "394592004",
                    "display": "Clinical Oncology"
                }
            ]
        }
    ],
    "description": "Regular check-up appointment",
    "start": "03/27/2024 16:00:00",
    "end": "03/27/2024 16:30:00",
    "created": "03/20/2024 21:00:00",
    "comment": "Patient is scheduled for clinical oncology appointment",
    "patientInstruction": "Please bring your insurance card and a valid ID",
    "basedOn":  [
        {
            "reference": "ServiceRequest/example-servicerequest-ca-core"
        }
    ],
    "participant":  [
        {
            "type":  [
                {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                            "code": "PRCP",
                            "display": "primary information recipient"
                        }
                    ]
                }
            ],
            "actor": {
                "reference": "Patient/example-patient-ca-core"
            },
            "status": "accepted"
        },
        {
            "type":  [
                {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                            "code": "PPRF",
                            "display": "primary performer"
                        }
                    ]
                }
            ],
            "actor": {
                "reference": "Practitioner/example-practitioner-ca-core"
            },
            "status": "accepted"
        }
    ]
}

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