Tiro.health Implementation Guide
0.1.0 - ci-build
Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "random-patient-id-123",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient random-patient-id-123</b></p><a name=\"random-patient-id-123\"> </a><a name=\"hcrandom-patient-id-123\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jan Jansens Male, DoB: 1970-01-01 ( https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr#123456)</p><hr/></div>"
},
"identifier" : [
{
"system" : "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr",
"value" : "123456"
}
],
"name" : [
{
"family" : "Jansens",
"given" : [
"Jan"
]
}
],
"gender" : "male",
"birthDate" : "1970-01-01"
}