FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | Patient |
| Id | Patient-b7e6c8a1-4a8d-4d9f-8f69-df4f210cb2d7.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient b7e6c8a1-4a8d-4d9f-8f69-df4f210cb2d7
Profile: Patient (CZ core)
Jan Novak (official) Male, DoB: 2025-05-18 ( https://ncez.mzcr.cz/fhir/sid/rid#9009876543 (use: official, ))
| Multiple Birth: | false | ||
| Contact Detail | Kvetna 12, 60200 Brno(home) | ||
| Language: | Czech (preferred) | ||
| mother: |
| ||
| Links: | |||
{
"resourceType": "Patient",
"id": "b7e6c8a1-4a8d-4d9f-8f69-df4f210cb2d7",
"meta": {
"profile": [
"https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://ncez.mzcr.cz/fhir/sid/rid",
"value": "9009876543"
}
],
"name": [
{
"use": "official",
"family": "Novak",
"given": [
"Jan"
]
}
],
"gender": "male",
"birthDate": "2025-05-18",
"address": [
{
"use": "home",
"type": "physical",
"text": "Kvetna 12, 60200 Brno",
"line": [
"Kvetna 12"
],
"city": "Brno",
"postalCode": "60200",
"country": "CZ"
}
],
"multipleBirthBoolean": false,
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "mother"
}
]
}
],
"name": {
"family": "Novakova",
"given": [
"Jana"
]
},
"telecom": [
{
"system": "phone",
"value": "+420777222333",
"use": "mobile"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "cs"
}
]
},
"preferred": true
}
],
"link": [
{
"other": {
"reference": "Patient/6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731"
},
"type": "seealso"
}
]
}