FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | Practitioner |
| Id | Practitioner-4-3-Practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner 4-3-Practitioner
Profile: CH Core Practitioner
identifier: GLN/7601000000316
active: true
name: Max Muster
address: Mustergasse 99 Beispielen SG 9876 CH
{
"resourceType": "Practitioner",
"id": "4-3-Practitioner",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7601000000316"
}
],
"active": true,
"name": [
{
"family": "Muster",
"given": [
"Max"
]
}
],
"address": [
{
"line": [
"Mustergasse 99"
],
"city": "Beispielen",
"state": "SG",
"postalCode": "9876",
"country": "CH"
}
]
}