FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | Practitioner |
| Id | Practitioner-ad2-p1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ad2-p1
identifier: http://cp2.example.org/HRM/employees/1234, http://fhir.nl/fhir/NamingSystem/uzi/UZI-1, https://cp2-test.example.org/physicians/040b160a-6072-4244-adc0-2b786c4ef052
name: Caroline van Dijk(Official)
{
"resourceType": "Practitioner",
"id": "ad2-p1",
"meta": {
"profile": [
"http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner",
"http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://cp2.example.org/HRM/employees",
"value": "1234"
},
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi",
"value": "UZI-1"
},
{
"system": "https://cp2-test.example.org/physicians",
"value": "040b160a-6072-4244-adc0-2b786c4ef052",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "22222222"
}
}
}
],
"name": [
{
"use": "official",
"text": "Caroline van Dijk",
"family": "van Dijk",
"given": [
"Caroline"
]
}
]
}