FHIR IG analytics| Package | cp.test.project.v1-0 |
| Resource Type | Patient |
| Id | peter-chalmers.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "peter-chalmers",
"meta": {
"profile": [
"http://ardon.nl/fhir/StructureDefinition/HospitalXPatient"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"city": "Amsterdam"
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
"value": "1032702"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Chalmers",
"given": [
"Peter",
"James"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555)555-5555",
"use": "work"
},
{
"system": "email",
"value": "person@example.org",
"use": "work"
}
],
"gender": "male",
"birthDate": "1964-06-19",
"address": [
{
"use": "home",
"line": [
"534 Erewhon St"
],
"city": "PleasantVille",
"district": "Orange County",
"state": "CA",
"postalCode": "96666"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
}
}
]
}