FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | Practitioner |
| Id | Practitioner-ad3-p1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ad3-p1
identifier: https://cp3-test.example.org/physicians/08630c28-5e2a-4b0c-b8ce-f08f533246b9, http://fhir.nl/fhir/NamingSystem/uzi/UZI-3
active: true
name: John Doe
telecom: +31301234568,
address: Smidsstraat 11 Zelhem 7021 AC
{
"resourceType": "Practitioner",
"id": "ad3-p1",
"meta": {
"profile": [
"http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://cp3-test.example.org/physicians",
"value": "08630c28-5e2a-4b0c-b8ce-f08f533246b9",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "33333333"
}
}
},
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi",
"value": "UZI-3"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31301234568",
"use": "work"
},
{
"system": "email"
}
],
"address": [
{
"line": [
"Smidsstraat 11"
],
"city": "Zelhem",
"postalCode": "7021 AC"
}
]
}