FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Patient |
| Id | Patient-example-patient-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "example-patient-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-ca-core"
]
},
"identifier": [
{
"type": {
"coding": [
{
"code": "JHN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Jurisdictional Health Number"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-jhn",
"value": "1234567890"
},
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.ca/mrn",
"value": "MRN12345"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Tremblay",
"given": [
"Marie",
"Élise"
],
"period": {
"start": "2015-01-01"
}
}
],
"telecom": [
{
"system": "phone",
"value": "613-555-1234",
"use": "home"
},
{
"system": "email",
"value": "marie.tremblay@example.ca"
}
],
"gender": "female",
"birthDate": "1985-08-15",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "1985-08-15T07:45:00-05:00"
}
]
},
"address": [
{
"use": "home",
"line": [
"123 Rue Sainte-Catherine"
],
"city": "Montreal",
"postalCode": "H2X 3X5",
"state": "QC",
"country": "CAN",
"period": {
"start": "2015-01-01"
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "fr"
}
],
"text": "French"
}
}
],
"managingOrganization": {
"reference": "Organization/example-organization-ca-core"
}
}