FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Patient |
| Id | Patient-cc-pat-pnoelle.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Identifier | 103270456 |
| Address |
49 Meadow St
Mounds OK US |
| Date of birth | 15 January 1955 |
{
"resourceType": "Patient",
"id": "cc-pat-pnoelle",
"meta": {
"versionId": "6",
"lastUpdated": "2022-08-02T18:25:58.212+00:00",
"source": "#JCaZBT444ZLpgXTH",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
"value": "103270456"
}
],
"active": true,
"name": [
{
"family": "Noelle",
"given": [
"Patricia"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
}
],
"gender": "female",
"birthDate": "1955-01-15",
"address": [
{
"line": [
"49 Meadow St"
],
"city": "Mounds",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}