FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Patient |
| Id | Patient-patient-prov-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Sarah Elizabeth Williams
{
"resourceType": "Patient",
"id": "patient-prov-002",
"meta": {
"lastUpdated": "2024-12-16T10:00:00Z",
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://example.org/provider-emr/patient-ids",
"value": "MRN-67890",
"assigner": {
"display": "Example Provider Organization"
}
}
],
"name": [
{
"use": "official",
"family": "Williams",
"given": [
"Sarah",
"Elizabeth"
]
}
],
"gender": "female",
"birthDate": "1978-07-22",
"address": [
{
"line": [
"456 Oak Avenue"
],
"city": "Sometown",
"state": "MA",
"postalCode": "02102"
}
]
}