FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Patient |
| Id | Patient-patient-prov-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Robert Michael Johnson
{
"resourceType": "Patient",
"id": "patient-prov-001",
"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-12345",
"assigner": {
"display": "Example Provider Organization"
}
}
],
"name": [
{
"use": "official",
"family": "Johnson",
"given": [
"Robert",
"Michael"
]
}
],
"gender": "male",
"birthDate": "1965-03-15",
"address": [
{
"line": [
"123 Main Street"
],
"city": "Anytown",
"state": "MA",
"postalCode": "02101"
}
]
}