FHIR IG analytics| Package | hl7.eu.fhir.xpandh.hdr |
| Resource Type | Practitioner |
| Id | Practitioner-SK-Practitioner-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner SK-Practitioner-1
Profile: Practitioner
identifier: https://ncez.mzcr.cz/standards/fhir/sid/nrzp/123456789
name: Švejk Josef
telecom: +420 603 853 227
address: Rovná 11, 160 00, Praha 6(work)
gender: Male
{
"resourceType": "Practitioner",
"id": "SK-Practitioner-1",
"meta": {
"profile": [
"http://hl7.eu/fhir/ig/xpandh/hdr/StructureDefinition/Practitioner-eu-xpandh"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://ncez.mzcr.cz/standards/fhir/sid/nrzp",
"value": "123456789"
}
],
"name": [
{
"use": "usual",
"family": "Josef",
"given": [
"Švejk"
],
"prefix": [
"MUDr."
],
"suffix": [
"PhD."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+420 603 853 227",
"use": "home"
}
],
"address": [
{
"use": "work",
"type": "both",
"text": "Rovná 11, 160 00, Praha 6",
"line": [
"Rovná 12"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "11"
}
]
}
],
"city": "Praha 6",
"postalCode": "160 00",
"country": "CZ"
}
],
"gender": "male"
}