FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
%Some xhtml content%
{
"resourceType": "Patient",
"id": "4713a403-0af5-4a3a-a143-ff06a743ddd0",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient|2.0.0"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN",
"display": "Jurisdictional health number (Canada)"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "1234567",
"_value": {
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code",
"valueString": "HN"
}
]
}
}
],
"name": [
{
"use": "official",
"family": [
"Onsmith1"
],
"given": [
"Onjohn1",
"William"
],
"_given": [
null,
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "MID"
}
]
}
],
"suffix": [
"III"
],
"prefix": [
"DR"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "work"
}
],
"gender": "male",
"birthDate": "1926-02-24",
"address": [
{
"use": "home",
"type": "physical",
"line": [
"13 Boring St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M2M",
"country": "CAN"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://hl7.org/fhir/patient-contact-relationship",
"code": "emergency"
}
]
}
],
"telecom": [
{
"value": "555-555-5555"
}
]
}
]
}