FHIR IG analytics| Package | hl7.fhir.cz.img |
| Resource Type | Patient |
| Id | Patient-cz-examplebase-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient cz-examplebase-patient
Profile: Patient (CZ core)
Mračena Mrakomorová Female, DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rcis#2716126452 (use: official, ))
| Other Id: | https://ncez.mzcr.cz/fhir/sid/rid/2066425387 | ||
| Contact Detail |
| ||
| Languages: |
| ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "cz-examplebase-patient",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://ncez.mzcr.cz/fhir/sid/rid",
"value": "2066425387"
},
{
"use": "official",
"system": "https://ncez.mzcr.cz/fhir/sid/rcis",
"value": "2716126452"
}
],
"name": [
{
"use": "usual",
"family": "Mrakomorová",
"given": [
"Mračena"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+420 603 853 227",
"use": "home"
}
],
"gender": "female",
"birthDate": "1971-11-26",
"address": [
{
"use": "home",
"type": "physical",
"text": "Malé náměstí 13a, 150 00, Praha 5",
"line": [
"Malé náměstí 13a"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Malé náměstí"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "13a"
}
]
}
],
"city": "Praha",
"postalCode": "15000",
"country": "Česko",
"_country": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding",
"valueCoding": {
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
}
]
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "cs"
}
]
},
"preferred": true
},
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
]
}
},
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de"
}
]
}
}
],
"generalPractitioner": [
{
"identifier": {
"system": "https://ncez.mzcr.cz/fhir/sid/krzp",
"value": "123456789"
},
"display": "MUDr. Josef Švejk"
}
]
}