HL7 Czech PS Implementation Guide
0.0.1 - ci-build
HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Example-Patient",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Patient</b></p><a name=\"Example-Patient\"> </a><a name=\"hcExample-Patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jan Novák Male, DoB: 1980-01-01</p><hr/></div>"
},
"name" : [
{
"family" : "Novák",
"given" : [
"Jan"
]
}
],
"gender" : "male",
"birthDate" : "1980-01-01"
}