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

: Raised PSA diagnosis - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "RaisedPSACondition",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition RaisedPSACondition</b></p><a name=\"RaisedPSACondition\"> </a><a name=\"hcRaisedPSACondition\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 396152005}\">Raised prostate specific antigen</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-PCaPSA1.html\">Observation Prostate specific antigen measurement</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" : "396152005"
      }
    ]
  },
  "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/PCaPSA1"
        },
        {
          🔗 "reference" : "Observation/PCaPSA2"
        }
      ]
    }
  ]
}