FHIR IG analytics| Package | fhir.nl.zorginzage |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample
Profile: nl core Patient
Maria Anna van den Berg (official) Female, DoB: 1985-03-15 ( http://fhir.nl/fhir/NamingSystem/bsn#123456789 (use: official, ))
| Active: | true | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "123456789"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "van den Berg",
"given": [
"Maria",
"Anna"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31612345678",
"use": "mobile"
},
{
"system": "email",
"value": "maria.vandenberg@example.nl",
"use": "home"
}
],
"gender": "female",
"birthDate": "1985-03-15",
"address": [
{
"use": "home",
"line": [
"Hoofdstraat 123"
],
"city": "Amsterdam",
"postalCode": "1011 AB",
"country": "NL"
}
]
}