FHIR IG analytics| Package | haau3.fhir |
| Resource Type | Patient |
| Id | Patient-grandma-fung.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient grandma-fung
Profile: Patient
Grandma Fung Female, DoB: 1911-01-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#pat-12345)
{
"resourceType": "Patient",
"id": "grandma-fung",
"meta": {
"profile": [
"https://haau3.com/fhir/StructureDefinition/haau3-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://haau3.com/fhir/NamingSystem/haau3-patient-id",
"value": "pat-12345"
}
],
"name": [
{
"family": "Fung",
"given": [
"Grandma"
]
}
],
"gender": "female",
"birthDate": "1911-01-01"
}