FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | Person |
| Id | Person-FASTIDUDAPPerson-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Person FASTIDUDAPPerson-Example
Profile: FAST Identity UDAP Person
name: Peter James Chalmers (Official)
telecom: ph: (03) 5555 6473(Work), Jim@example.org
birthDate: 1974-12-25
address: 534 Erewhon St PleasantVille Vic 3999 (work)
{
"resourceType": "Person",
"id": "FASTIDUDAPPerson-Example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/identity-matching/StructureDefinition/FASTIDUDAPPerson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"use": "official",
"family": "Chalmers",
"given": [
"Peter",
"James"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 5555 6473",
"use": "work"
},
{
"system": "email",
"value": "Jim@example.org",
"use": "work"
}
],
"birthDate": "1974-12-25",
"address": [
{
"use": "work",
"line": [
"534 Erewhon St"
],
"city": "PleasantVille",
"state": "Vic",
"postalCode": "3999"
}
]
}