FHIR IG analytics| Package | hl7.fhir.eu.base |
| Resource Type | Patient |
| Id | Patient-patient-eu-core-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-eu-core-example
Profile: Patient (EU core)
John Doe Male, DoB: 1980-01-01
| Contact Detail |
| ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "patient-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-1234",
"use": "home"
}
],
"gender": "male",
"birthDate": "1980-01-01",
"address": [
{
"line": [
"123 Example Street"
],
"city": "Example City",
"state": "EX",
"postalCode": "12345",
"country": "EX"
}
],
"managingOrganization": {
"reference": "Organization/organization-eu-core-example"
}
}