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" : "Condition",
"id" : "PCaCondition",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition PCaCondition</b></p><a name=\"PCaCondition\"> </a><a name=\"hcPCaCondition\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 254900004}\">Carcinoma of prostate</span></p><p><b>subject</b>: <a href=\"Patient-PCaPatient.html\">Anonymous Patient Male, DoB: 2023-04-06 ( http://hospital.be/official-patient-id#8242)</a></p><p><b>recordedDate</b>: 2023-05-23 00:00:00+0000</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type custodian}\">Treating physician</span></td><td><a href=\"Practitioner-DrHause.html\">Practitioner</a></td></tr></table><blockquote><p><b>stage</b></p><p><b>assessment</b>: </p><ul><li><a href=\"Observation-PCacTStage.html\">Observation Clinical TNM stage grouping (observable entity)</a></li><li><a href=\"Observation-PCaEAURisk.html\">Observation EAU risicogroep</a></li><li><a href=\"Observation-PCaGleason.html\">Observation Gleason score</a></li><li><a href=\"Observation-PCaPSA2.html\">Observation Prostate specific antigen measurement</a></li></ul></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"code" : "active"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "254900004"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PCaPatient"
},
"recordedDate" : "2023-05-23T00:00:00+00:00",
"participant" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code" : "custodian",
"display" : "Custodian"
}
],
"text" : "Treating physician"
},
"actor" : {
🔗 "reference" : "Practitioner/DrHause"
}
}
],
"stage" : [
{
"assessment" : [
{
🔗 "reference" : "Observation/PCacTStage"
},
{
🔗 "reference" : "Observation/PCaEAURisk"
},
{
🔗 "reference" : "Observation/PCaGleason"
},
{
🔗 "reference" : "Observation/PCaPSA2"
}
]
}
]
}