FHIR IG analytics| Package | vzvz.fhir.mitz |
| Resource Type | Patient |
| Id | mitz-patient-example.json |
| FHIR Version | R4B |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "mitz-patient-example",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "123456789"
}
],
"telecom": [
{
"system": "email",
"value": "john.smith@provider.com"
},
{
"system": "phone",
"value": "+31699999555"
}
],
"birthDate": "1997-07-03"
}