Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • 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. Index
    2. FHIR Artifacts
    3. Examples
    4. Example Location Outpatient Facility

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example Location Outpatient Facility

  • Overview
  • XML
  • JSON
Location
id : example-location-ca-core-2
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core
identifier
system : http://example.ca/NamingSystem/Location
value : LOC789013
status : active
name : Dr. Bambrick Family Practice
type
coding
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode
code : OF
display : Outpatient Facility
telecom
system : phone
value : 604-555-1234
use : work
address
text : Dr. Bambrick Family Practice, 123 Main Street, Suite 100, Vancouver, BC V6B 1A1
line : 123 Main Street
line : Suite 100
city : Vancouver
state : BC
postalCode : V6B 1A1
country : CA
<Location xmlns="http://hl7.org/fhir">
<id value="example-location-ca-core-2" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core" />
</meta>
<identifier>
<system value="http://example.ca/NamingSystem/Location" />
<value value="LOC789013" />
</identifier>
<status value="active" />
<name value="Dr. Bambrick Family Practice" />
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="OF" />
<display value="Outpatient Facility" />
</coding>
</type>
<telecom>
<system value="phone" />
<value value="604-555-1234" />
<use value="work" />
</telecom>
<address>
<text value="Dr. Bambrick Family Practice, 123 Main Street, Suite 100, Vancouver, BC V6B 1A1" />
<line value="123 Main Street" />
<line value="Suite 100" />
<city value="Vancouver" />
<state value="BC" />
<postalCode value="V6B 1A1" />
<country value="CA" />
</address>
</Location>
{
"resourceType": "Location",
"id": "example-location-ca-core-2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/location-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Location",
"value": "LOC789013"
}
],
"name": "Dr. Bambrick Family Practice",
"status": "active",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OF",
"display": "Outpatient Facility"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-1234",
"use": "work"
}
],
"address": {
"text": "Dr. Bambrick Family Practice, 123 Main Street, Suite 100, Vancouver, BC V6B 1A1",
"line": [
"123 Main Street",
"Suite 100"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V6B 1A1",
"country": "CA"
}
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International