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" : "Encounter",
"id" : "random-encounter-id-123",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter random-encounter-id-123</b></p><a name=\"random-encounter-id-123\"> </a><a name=\"hcrandom-encounter-id-123\"> </a><p><b>identifier</b>: <code>https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr</code>/123456</p><p><b>status</b>: In Progress</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">patient</span></td><td><a href=\"Patient-random-patient-id-123.html\">Jan Jansens Male, DoB: 1970-01-01 ( https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr#123456)</a></td></tr></table><p><b>plannedStartDate</b>: 2024-06-22</p><p><b>plannedEndDate</b>: 2024-06-22</p></div>"
},
"identifier" : [
{
"system" : "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr",
"value" : "123456"
}
],
"status" : "in-progress",
"participant" : [
{
"type" : [
{
"coding" : [
{
"code" : "patient"
}
]
}
],
"actor" : {
🔗 "reference" : "Patient/random-patient-id-123"
}
}
],
"plannedStartDate" : "2024-06-22",
"plannedEndDate" : "2024-06-22"
}