FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample
Profile: Patient (CZ core)
John Doe Male, DoB: 1980-01-01 ( https://ncez.mzcr.cz/fhir/sid/rid#1234567890 (use: official, ))
{
"resourceType": "Patient",
"id": "PatientExample",
"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": "1234567890"
}
],
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1980-01-01"
}