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

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 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/cacore/StructureDefinition/indigenous-identity-ca-core
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://hl7.org/fhir/ca/baseline/StructureDefinition/ext-patientbirthsex
value
coding
system : http://snomed.info/sct
code : 248152002
display : Female
extension
url : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ext-communicationbarrier
value
coding
system : http://fhir.infoway-inforoute.ca/cacore/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/cacore/StructureDefinition/indigenous-identity-ca-core">
        <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://hl7.org/fhir/ca/baseline/StructureDefinition/ext-patientbirthsex">
        <valueCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="248152002" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ext-communicationbarrier">
        <valueCodeableConcept>
            <coding>
                <system value="http://fhir.infoway-inforoute.ca/cacore/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/cacore/StructureDefinition/indigenous-identity-ca-core",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "33801000087109",
                        "display": "Identifies as Two-Spirit gender (finding)"
                    }
                ]
            }
        },
        {
            "extension":  [
                {
                    "url": "type",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://loinc.org",
                                "code": "99502-7",
                                "display": "Recorded sex or gender"
                            }
                        ]
                    }
                },
                {
                    "url": "value",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://loinc.org",
                                "code": "LA13504-8",
                                "display": "F"
                            }
                        ]
                    }
                }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
        },
        {
            "extension":  [
                {
                    "url": "value",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "446141000124107",
                                "display": "Woman"
                            }
                        ]
                    }
                }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
        },
        {
            "extension":  [
                {
                    "url": "value",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://loinc.org",
                                "code": "LA29519-8",
                                "display": "she/her/her/hers/herself"
                            }
                        ]
                    }
                }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
        },
        {
            "url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-patientbirthsex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "248152002",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ext-communicationbarrier",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://fhir.infoway-inforoute.ca/cacore/CodeSystem/communication-barrier",
                        "code": "NO",
                        "display": "Interpreter Not Needed"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion",
                    "valueString": "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"
        },
        {
            "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",
                "Jane"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "604-555-1234",
            "use": "home"
        },
        {
            "system": "email",
            "value": "sarah.smith@example.com"
        }
    ],
    "gender": "female",
    "birthDate": "1985-08-15",
    "_birthDate": {
        "extension":  [
            {
                "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
                "valueDateTime": "08/15/1985 21:35: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"
    }
}

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