FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | Practitioner |
| Id | Practitioner-mni-practitioner-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner mni-practitioner-example1
identifier: GLN/7600100000004, urn:oid:2.16.756.5.30.1.123.100.2.1.1/A000001
name: Max Müller
telecom: ph: 0615617462(Work)
address: Pfeffingerstrasse 19 Reinach 4153 CH (work)
gender: Male
{
"resourceType": "Practitioner",
"id": "mni-practitioner-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7600100000004"
},
{
"system": "urn:oid:2.16.756.5.30.1.123.100.2.1.1",
"value": "A000001"
}
],
"name": [
{
"use": "usual",
"family": "Müller",
"given": [
"Max"
],
"prefix": [
"Dr. med."
]
}
],
"telecom": [
{
"system": "phone",
"value": "0615617462",
"use": "work",
"rank": 3
}
],
"address": [
{
"use": "work",
"line": [
"Pfeffingerstrasse 19"
],
"city": "Reinach",
"postalCode": "4153",
"country": "CH"
}
],
"gender": "male"
}