FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | Patient |
| Id | Patient-27e58ece-409e-44f9-8cc1-b33495a0ef9d.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 27e58ece-409e-44f9-8cc1-b33495a0ef9d
Profile: nl core Patient
Jaantje Merkens Female, DoB: 1950-02-26 ( http://organization2.example.org/EHR/patients#vdfesz)
| Other Id: | http://fhir.nl/fhir/NamingSystem/bsn/111222333 | ||
| Contact Detail |
| ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "27e58ece-409e-44f9-8cc1-b33495a0ef9d",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://organization2.example.org/EHR/patients",
"value": "vdfesz",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "22222222"
}
}
},
{
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "111222333"
}
],
"name": [
{
"family": "Merkens",
"given": [
"Jaantje"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31612345678"
},
{
"system": "email",
"value": "j.merkens@bigtech.com"
}
],
"gender": "female",
"birthDate": "1950-02-26",
"address": [
{
"line": [
"Kerkstraat 18"
],
"city": "Ulft",
"postalCode": "7071 WZ"
}
],
"managingOrganization": {
"reference": "Organization/cff921f3-c1c1-4a4c-8f0f-cafd0aa25067",
"display": "Organization 2"
}
}