Visit the HL7 website
Visit the FHIR website

Pan-Canadian Care Service Directory
preBallot-1.0.0

  • Home
  • Business Context
    • Guidance
    • Usage Highlights
    • Use Cases
    • Guide Considerations
  • Technical Context
    • Overview
    • Background
    • Roles Description
    • Model Diagrams
  • FHIR Artefacts
    • Endpoint
    • Extension DeliveryMethod
    • Extension UsageLicense
    • FacilityLocation
    • FacilityOrganization
    • HealthcareService
    • JurisdictionLocation
    • JurisdictionOrganization
    • Location
    • LocationDistance
    • Organization
    • OrganizationAffiliation
    • Practitioner
    • PractitionerRole
    • Capability Statements
    • Example - Queries
    • Example - Resources
  • Change Log
    1. Home
    2. Examples
    3. Example-Endpoint

preBallot - The specification is currently in ballot review and subject to change. It is not ready for limited roll-out or production level use. . . For a full list of available versions, see the Directory of published versions

Example-Endpoint

  • XML
  • JSON
<Endpoint xmlns="http://hl7.org/fhir">
    <id value="ca-csd-example-endpoint" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Endpoint" />
    </meta>
    <extension url="https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.PurposeOfUse">
        <valueCodeableConcept>
            <coding>
                <system value="http://example.org/purpose-of-use" />
                <code value="downtime" />
                <display value="Downtime" />
            </coding>
            <text value="Downtime" />
        </valueCodeableConcept>
    </extension>
    <identifier>
        <system value="http://example.org/endpoints" />
        <value value="EP-12345" />
    </identifier>
    <status value="active" />
    <connectionType>
        <system value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type" />
        <code value="hl7-fhir-rest" />
    </connectionType>
    <managingOrganization>
        <reference value="Organization/ca-csd-example-organization" />
        <display value="Example Health Organization" />
    </managingOrganization>
    <period>
        <start value="2024-01-01T00:00:00Z" />
        <end value="2024-12-31T23:59:59Z" />
    </period>
    <payloadType>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/endpoint-payload-type" />
            <code value="any" />
            <display value="Any" />
        </coding>
    </payloadType>
    <address value="http://example.org/fhir" />
</Endpoint>
Command 'json' could not render: File was not found for ca-csd/input/examples/ca-csd-example-endpoint/~json

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