FHIR IG analytics| Package | hl7.fhir.us.davinci-pdex |
| Resource Type | Patient |
| Id | Patient-2002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "2002",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MB"
}
]
},
"system": "http://example.org/old-payer/identifiers/member",
"value": "45567",
"assigner": {
"display": "Old Payer"
}
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"William",
"John"
]
}
],
"gender": "female",
"birthDate": "1958-12-25"
}