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

: Prostate Cancer MDT - JSON Representation

Draft as of 2023-05-31

Raw json | Download

{
  "resourceType" : "GraphDefinition",
  "id" : "PCaMDTResources",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: GraphDefinition PCaMDTResources</b></p><a name=\"PCaMDTResources\"> </a><a name=\"hcPCaMDTResources\"> </a><p><b>name</b>: PCaMDT</p><p><b>status</b>: Draft</p><p><b>date</b>: 2023-05-31</p><blockquote><p><b>node</b></p><p><b>nodeId</b>: patient</p><p><b>description</b>: The subject of the MDT</p><p><b>type</b>: Patient</p></blockquote><blockquote><p><b>node</b></p><p><b>nodeId</b>: psa</p><p><b>description</b>: PSA measurement of the patient</p><p><b>type</b>: Observation</p></blockquote><blockquote><p><b>node</b></p><p><b>nodeId</b>: biopsy</p><p><b>description</b>: Biopsy of the patient</p><p><b>type</b>: DiagnosticReport</p></blockquote><blockquote><p><b>link</b></p><p><b>sourceId</b>: psa</p><p><b>path</b>: subject</p><p><b>targetId</b>: patient</p></blockquote><blockquote><p><b>link</b></p><p><b>sourceId</b>: biopsy</p><p><b>path</b>: subject</p><p><b>targetId</b>: patient</p></blockquote></div>"
  },
  "name" : "PCaMDT",
  "status" : "draft",
  "date" : "2023-05-31",
  "node" : [
    {
      "nodeId" : "patient",
      "description" : "The subject of the MDT",
      "type" : "Patient"
    },
    {
      "nodeId" : "psa",
      "description" : "PSA measurement of the patient",
      "type" : "Observation"
    },
    {
      "nodeId" : "biopsy",
      "description" : "Biopsy of the patient",
      "type" : "DiagnosticReport"
    }
  ],
  "link" : [
    {
      "sourceId" : "psa",
      "path" : "subject",
      "targetId" : "patient"
    },
    {
      "sourceId" : "biopsy",
      "path" : "subject",
      "targetId" : "patient"
    }
  ]
}