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 Encounter

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 Encounter

  • Overview
  • XML
  • JSON
Encounter
id : example-encounter-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/encounter-ca-core
identifier
system : http://example.ca/NamingSystem/Encounter
value : ENC123456
status : finished
class
system : http://terminology.hl7.org/CodeSystem/v3-ActCode
code : AMB
display : ambulatory
type
coding
system : http://terminology.hl7.org/CodeSystem/encounter-type
code : AMB
display : ambulatory
subject
reference : Patient/example-patient-ca-core
participant
individual
reference : Practitioner/example-practitioner-ca-core
period
start : 2024-03-27T09:00:00-07:00
end : 2024-03-27T09:30:00-07:00
location
location
reference : Location/example-location-ca-core-2
serviceProvider
reference : Organization/example-organization-ca-core
<Encounter xmlns="http://hl7.org/fhir">
    <id value="example-encounter-ca-core" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/encounter-ca-core" />
    </meta>
    <identifier>
        <system value="http://example.ca/NamingSystem/Encounter" />
        <value value="ENC123456" />
    </identifier>
    <status value="finished" />
    <class>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
        <code value="AMB" />
        <display value="ambulatory" />
    </class>
    <type>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/encounter-type" />
            <code value="AMB" />
            <display value="ambulatory" />
        </coding>
    </type>
    <subject>
        <reference value="Patient/example-patient-ca-core" />
    </subject>
    <participant>
        <individual>
            <reference value="Practitioner/example-practitioner-ca-core" />
        </individual>
    </participant>
    <period>
        <start value="2024-03-27T09:00:00-07:00" />
        <end value="2024-03-27T09:30:00-07:00" />
    </period>
    <location>
        <location>
            <reference value="Location/example-location-ca-core-2" />
        </location>
    </location>
    <serviceProvider>
        <reference value="Organization/example-organization-ca-core" />
    </serviceProvider>
</Encounter>
{
    "resourceType": "Encounter",
    "id": "example-encounter-ca-core",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/encounter-ca-core"
        ]
    },
    "identifier":  [
        {
            "system": "http://example.ca/NamingSystem/Encounter",
            "value": "ENC123456"
        }
    ],
    "status": "finished",
    "class": {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "AMB",
        "display": "ambulatory"
    },
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/encounter-type",
                    "code": "AMB",
                    "display": "ambulatory"
                }
            ]
        }
    ],
    "subject": {
        "reference": "Patient/example-patient-ca-core"
    },
    "participant":  [
        {
            "individual": {
                "reference": "Practitioner/example-practitioner-ca-core"
            }
        }
    ],
    "period": {
        "start": "03/27/2024 16:00:00",
        "end": "03/27/2024 16:30:00"
    },
    "location":  [
        {
            "location": {
                "reference": "Location/example-location-ca-core-2"
            }
        }
    ],
    "serviceProvider": {
        "reference": "Organization/example-organization-ca-core"
    }
}

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