FHIR IG analytics| Package | hl7.fhir.uv.phr.r4b |
| Resource Type | Patient |
| Id | Patient-jane-doe.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Jane Doe Example
{
"resourceType": "Patient",
"id": "jane-doe",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/PhrPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.example.org/patient",
"value": "12345"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-123-4567",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1985-05-15",
"address": [
{
"line": [
"123 Main St"
],
"city": "Springfield",
"state": "IL",
"postalCode": "62704",
"country": "USA"
}
]
}