FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| Resource Type | Patient |
| Id | Patient-BeneficiaryExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BeneficiaryExample
Language: en
Profile: PAS Beneficiary Patient
JESSE SMITH Female, DoB: 1947-01-18 ( http://example.org/MIN#12345678902)
| Multiple Birth: | 1 | ||
| Contact Detail | US | ||
{
"resourceType": "Patient",
"id": "BeneficiaryExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-beneficiary"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/MIN",
"value": "12345678902"
}
],
"name": [
{
"family": "SMITH",
"given": [
"JESSE"
]
}
],
"gender": "female",
"birthDate": "1947-01-18",
"address": [
{
"country": "US"
}
],
"multipleBirthInteger": 1
}