FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Patient |
| Id | Patient-example-patient-ca-core-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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
}
]
}