FHIR IG analytics| Package | ca.on.oh-cms-ig |
| Resource Type | Patient |
| Id | Patient-DataAbsent.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "cms-patient-example",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Patient|1.0.0"
]
},
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueString": "String value for the data absent reason"
}
]
}
],
"name": [
{
"use": "official",
"text": "Onjohn Onsmith"
}
],
"telecom": [
{
"system": "phone",
"value": "416-123-3456"
}
],
"gender": "male",
"birthDate": "1926-02-24",
"address": [
{
"use": "home",
"type": "physical",
"line": [
"13 Boring St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M2M",
"country": "CAN"
}
]
}