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 Organization

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 Organization

  • Overview
  • XML
  • JSON
Organization
id : example-organization-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/organization-ca-core
identifier
system : http://hlth.gov.bc.ca/fhir/NamingSystem/bc-phi
value : VGH123456
active : True
type
coding
system : http://terminology.hl7.org/CodeSystem/organization-type
code : prov
display : Healthcare Provider
name : Vancouver General Hospital
telecom
system : phone
value : 604-875-4111
use : work
telecom
system : email
value : info@hospitalgh.ca
use : work
address
use : work
type : physical
line : 855 West 12th Avenue
city : Vancouver
state : BC
postalCode : V5Z 1M9
country : CA
<Organization xmlns="http://hl7.org/fhir">
<id value="example-organization-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/organization-ca-core" />
</meta>
<identifier>
<system value="http://hlth.gov.bc.ca/fhir/NamingSystem/bc-phi" />
<value value="VGH123456" />
</identifier>
<active value="true" />
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/organization-type" />
<code value="prov" />
<display value="Healthcare Provider" />
</coding>
</type>
<name value="Vancouver General Hospital" />
<telecom>
<system value="phone" />
<value value="604-875-4111" />
<use value="work" />
</telecom>
<telecom>
<system value="email" />
<value value="info@hospitalgh.ca" />
<use value="work" />
</telecom>
<address>
<use value="work" />
<type value="physical" />
<line value="855 West 12th Avenue" />
<city value="Vancouver" />
<state value="BC" />
<postalCode value="V5Z 1M9" />
<country value="CA" />
</address>
</Organization>
{
"resourceType": "Organization",
"id": "example-organization-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/organization-ca-core"
]
},
"name": "Vancouver General Hospital",
"identifier": [
{
"system": "http://hlth.gov.bc.ca/fhir/NamingSystem/bc-phi",
"value": "VGH123456"
}
],
"address": [
{
"use": "work",
"type": "physical",
"line": [
"855 West 12th Avenue"
],
"city": "Vancouver",
"state": "BC",
"postalCode": "V5Z 1M9",
"country": "CA"
}
],
"telecom": [
{
"system": "phone",
"value": "604-875-4111",
"use": "work"
},
{
"system": "email",
"value": "info@hospitalgh.ca",
"use": "work"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"active": true
}

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