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 RelatedPerson

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 RelatedPerson

  • Overview
  • XML
  • JSON
RelatedPerson
id : example-relatedperson
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/relatedperson-ca-core
identifier
system : http://example.ca/NamingSystem/RelatedPerson
value : RP123456789
active : True
patient
reference : Patient/example-patient-ca-core
relationship
coding
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode
code : MTH
display : mother
name
use : official
family : Santiago
given : Juliette
given : Sinead
prefix : Mrs
telecom
system : phone
value : +1-555-555-5556
telecom
system : email
value : j.santiago@example.com
gender : female
birthDate : 1955-06-15
address
use : home
type : physical
line : 123 Fake Street
city : Yellowknife
state : NT
postalCode : X1A 0A3
country : CA
communication
language
coding
system : urn:ietf:bcp:47
code : en-CA
display : English (Canada)
preferred : True
<RelatedPerson xmlns="http://hl7.org/fhir">
    <id value="example-relatedperson" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/relatedperson-ca-core" />
    </meta>
    <identifier>
        <system value="http://example.ca/NamingSystem/RelatedPerson" />
        <value value="RP123456789" />
    </identifier>
    <active value="true" />
    <patient>
        <reference value="Patient/example-patient-ca-core" />
    </patient>
    <relationship>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
            <code value="MTH" />
            <display value="mother" />
        </coding>
    </relationship>
    <name>
        <use value="official" />
        <family value="Santiago" />
        <given value="Juliette" />
        <given value="Sinead" />
        <prefix value="Mrs" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="+1-555-555-5556" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="j.santiago@example.com" />
    </telecom>
    <gender value="female" />
    <birthDate value="1955-06-15" />
    <address>
        <use value="home" />
        <type value="physical" />
        <line value="123 Fake Street" />
        <city value="Yellowknife" />
        <state value="NT" />
        <postalCode value="X1A 0A3" />
        <country value="CA" />
    </address>
    <communication>
        <language>
            <coding>
                <system value="urn:ietf:bcp:47" />
                <code value="en-CA" />
                <display value="English (Canada)" />
            </coding>
        </language>
        <preferred value="true" />
    </communication>
</RelatedPerson>
{
    "resourceType": "RelatedPerson",
    "id": "example-relatedperson",
    "meta": {
        "profile":  [
            "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/relatedperson-ca-core"
        ]
    },
    "identifier":  [
        {
            "system": "http://example.ca/NamingSystem/RelatedPerson",
            "value": "RP123456789"
        }
    ],
    "active": true,
    "patient": {
        "reference": "Patient/example-patient-ca-core"
    },
    "relationship":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code": "MTH",
                    "display": "mother"
                }
            ]
        }
    ],
    "name":  [
        {
            "use": "official",
            "family": "Santiago",
            "given":  [
                "Juliette",
                "Sinead"
            ],
            "prefix":  [
                "Mrs"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "+1-555-555-5556"
        },
        {
            "system": "email",
            "value": "j.santiago@example.com"
        }
    ],
    "gender": "female",
    "birthDate": "1955-06-15",
    "address":  [
        {
            "use": "home",
            "type": "physical",
            "line":  [
                "123 Fake Street"
            ],
            "city": "Yellowknife",
            "state": "NT",
            "postalCode": "X1A 0A3",
            "country": "CA"
        }
    ],
    "communication":  [
        {
            "language": {
                "coding":  [
                    {
                        "system": "urn:ietf:bcp:47",
                        "code": "en-CA",
                        "display": "English (Canada)"
                    }
                ]
            },
            "preferred": true
        }
    ]
}

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