FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Practitioner |
| Id | Practitioner-EmmaMinimum.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "EmmaMinimum"
Profile: CH CRL Practitioner
name: Emma Minimum
telecom: ph: 031 512 75 98, praxis@privatpraxis.ch
address: Bahnhofstrasse 1 Zürich 8001
gender: female
{
"resourceType": "Practitioner",
"id": "EmmaMinimum",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Minimum",
"given": [
"Emma"
]
}
],
"telecom": [
{
"system": "phone",
"value": "031 512 75 98"
},
{
"system": "email",
"value": "praxis@privatpraxis.ch"
}
],
"address": [
{
"line": [
"Bahnhofstrasse 1"
],
"city": "Zürich",
"postalCode": "8001"
}
],
"gender": "female"
}