FHIR IG analytics| Package | hl7.fhir.cz.amb |
| Resource Type | Practitioner |
| Id | Practitioner-a47ac10b-58cc-4372-a567-0e02b2c3d479.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner a47ac10b-58cc-4372-a567-0e02b2c3d479
Profile: Practitioner (CZ core)
identifier: https://ncez.mzcr.cz/fhir/sid/krzp/987654321
name: Jan Svoboda
telecom: +420 542 321 654
address: Nádražní 17, 602 00, Brno(work)
gender: Male
birthDate: 1972-05-18
communication: Czech
{
"resourceType": "Practitioner",
"id": "a47ac10b-58cc-4372-a567-0e02b2c3d479",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-practitioner-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://ncez.mzcr.cz/fhir/sid/krzp",
"value": "987654321"
}
],
"name": [
{
"use": "usual",
"family": "Svoboda",
"given": [
"Jan"
],
"prefix": [
"MUDr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+420 542 321 654",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"text": "Nádražní 17, 602 00, Brno",
"line": [
"Nádražní 17",
null
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Nádražní"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "17"
}
]
}
],
"city": "Brno",
"postalCode": "60200",
"country": "CZ"
}
],
"gender": "male",
"birthDate": "1972-05-18",
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "cs"
}
]
}
]
}