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 Patient 2

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 Patient 2

  • Overview
  • XML
  • JSON
Patient
id : example-patient-ca-core-2
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-ca-core
extension
url : http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-indigenousIdentity
value
coding
system : http://snomed.info/sct
code : 33801000087109
display : Identifies as Two-Spirit gender (finding)
extension
extension
url : type
value
coding
system : http://loinc.org
code : 99502-7
display : Recorded sex or gender
extension
url : value
value
coding
system : http://loinc.org
code : LA13504-8
display : F
url : http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender
extension
extension
url : value
value
coding
system : http://snomed.info/sct
code : 446141000124107
display : Woman
url : http://hl7.org/fhir/StructureDefinition/individual-genderIdentity
extension
extension
url : value
value
coding
system : http://loinc.org
code : LA29519-8
display : she/her/her/hers/herself
url : http://hl7.org/fhir/StructureDefinition/individual-pronouns
extension
url : http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-birthSex
value
coding
system : http://snomed.info/sct
code : 248152002
display : Female
extension
url : http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-communicationBarrier
value
coding
system : https://fhir.infoway-inforoute.ca/CodeSystem/communication-barrier
code : NO
display : Interpreter Not Needed
identifier
extension
url : http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion
value : 01
type
coding
system : http://terminology.hl7.org/CodeSystem/v2-0203
code : JHN
display : Jurisdictional Health Number
system : http://example.ca/fhir/NamingSystem/phi
value : 9876543210
identifier
type
coding
system : http://terminology.hl7.org/CodeSystem/v2-0203
code : MR
display : Medical Record Number
system : http://example.ca/somejurisdiction/NamingSystem/hospitalIds
value : 1032702
active : True
name
use : official
text : Sarah Jane Smith
family : Smith
given : Sarah
given : Jane
telecom
system : phone
value : 604-555-1234
use : home
telecom
system : email
value : sarah.smith@example.com
gender : female
birthDate : 1985-08-15
extension
url : http://hl7.org/fhir/StructureDefinition/patient-birthTime
value : 1985-08-15T14:35:00-07:00
address
use : home
type : physical
line : 456 Oak Street
city : Halifax
state : NS
postalCode : B3H 0A5
country : CAN
communication
language
coding
system : urn:ietf:bcp:47
code : en-CA
display : English (Canada)
preferred : True
generalPractitioner
reference : PractitionerRole/example-practitionerrole-ca-core
managingOrganization
reference : Organization/example-organization-ca-core
<Patient xmlns="http://hl7.org/fhir">
<id value="example-patient-ca-core-2" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-ca-core" />
</meta>
<extension url="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-indigenousIdentity">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="33801000087109" />
<display value="Identifies as Two-Spirit gender (finding)" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender">
<extension url="type">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org" />
<code value="99502-7" />
<display value="Recorded sex or gender" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org" />
<code value="LA13504-8" />
<display value="F" />
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/individual-genderIdentity">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="446141000124107" />
<display value="Woman" />
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/individual-pronouns">
<extension url="value">
<valueCodeableConcept>
<coding>
<system value="http://loinc.org" />
<code value="LA29519-8" />
<display value="she/her/her/hers/herself" />
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension url="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-birthSex">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="248152002" />
<display value="Female" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-communicationBarrier">
<valueCodeableConcept>
<coding>
<system value="https://fhir.infoway-inforoute.ca/CodeSystem/communication-barrier" />
<code value="NO" />
<display value="Interpreter Not Needed" />
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<extension url="http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion">
<valueString value="01" />
</extension>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="JHN" />
<display value="Jurisdictional Health Number" />
</coding>
</type>
<system value="http://example.ca/fhir/NamingSystem/phi" />
<value value="9876543210" />
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="MR" />
<display value="Medical Record Number" />
</coding>
</type>
<system value="http://example.ca/somejurisdiction/NamingSystem/hospitalIds" />
<value value="1032702" />
</identifier>
<active value="true" />
<name>
<use value="official" />
<text value="Sarah Jane Smith" />
<family value="Smith" />
<given value="Sarah" />
<given value="Jane" />
</name>
<telecom>
<system value="phone" />
<value value="604-555-1234" />
<use value="home" />
</telecom>
<telecom>
<system value="email" />
<value value="sarah.smith@example.com" />
</telecom>
<gender value="female" />
<birthDate value="1985-08-15">
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
<valueDateTime value="1985-08-15T14:35:00-07:00" />
</extension>
</birthDate>
<address>
<use value="home" />
<type value="physical" />
<line value="456 Oak Street" />
<city value="Halifax" />
<state value="NS" />
<postalCode value="B3H 0A5" />
<country value="CAN" />
</address>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47" />
<code value="en-CA" />
<display value="English (Canada)" />
</coding>
</language>
<preferred value="true" />
</communication>
<generalPractitioner>
<reference value="PractitionerRole/example-practitionerrole-ca-core" />
</generalPractitioner>
<managingOrganization>
<reference value="Organization/example-organization-ca-core" />
</managingOrganization>
</Patient>
{
"resourceType": "Patient",
"id": "example-patient-ca-core-2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-ca-core"
]
},
"extension": [
{
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-indigenousIdentity",
"valueCodeableConcept": {
"coding": [
{
"code": "33801000087109",
"system": "http://snomed.info/sct",
"display": "Identifies as Two-Spirit gender (finding)"
}
]
}
},
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"code": "99502-7",
"system": "http://loinc.org",
"display": "Recorded sex or gender"
}
]
},
"url": "type"
},
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"code": "LA13504-8",
"system": "http://loinc.org",
"display": "F"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
},
{
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"code": "446141000124107",
"system": "http://snomed.info/sct",
"display": "Woman"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
},
{
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"code": "LA29519-8",
"system": "http://loinc.org",
"display": "she/her/her/hers/herself"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
},
{
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-birthSex",
"valueCodeableConcept": {
"coding": [
{
"code": "248152002",
"system": "http://snomed.info/sct",
"display": "Female"
}
]
}
},
{
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/patient-communicationBarrier",
"valueCodeableConcept": {
"coding": [
{
"code": "NO",
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/communication-barrier",
"display": "Interpreter Not Needed"
}
]
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"code": "JHN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Jurisdictional Health Number"
}
]
},
"extension": [
{
"url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion",
"valueString": "01"
}
],
"system": "http://example.ca/fhir/NamingSystem/phi",
"value": "9876543210"
},
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Medical Record Number"
}
]
},
"system": "http://example.ca/somejurisdiction/NamingSystem/hospitalIds",
"value": "1032702"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"Sarah",
"Jane"
],
"text": "Sarah Jane Smith"
}
],
"gender": "female",
"telecom": [
{
"system": "phone",
"value": "604-555-1234",
"use": "home"
},
{
"system": "email",
"value": "sarah.smith@example.com"
}
],
"birthDate": "1985-08-15",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "1985-08-15T14:35:00-07:00"
}
]
},
"address": [
{
"use": "home",
"type": "physical",
"line": [
"456 Oak Street"
],
"city": "Halifax",
"state": "NS",
"postalCode": "B3H 0A5",
"country": "CAN"
}
],
"managingOrganization": {
"reference": "Organization/example-organization-ca-core"
},
"generalPractitioner": [
{
"reference": "PractitionerRole/example-practitionerrole-ca-core"
}
],
"active": true,
"communication": [
{
"language": {
"coding": [
{
"code": "en-CA",
"system": "urn:ietf:bcp:47",
"display": "English (Canada)"
}
]
},
"preferred": 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