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
Draft as of 2023-05-31 |
<GraphDefinition xmlns="http://hl7.org/fhir">
<id value="PCaMDTResources"/>
<text>
<status value="generated"/>
<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>
</text>
<name value="PCaMDT"/>
<status value="draft"/>
<date value="2023-05-31"/>
<node>
<nodeId value="patient"/>
<description value="The subject of the MDT"/>
<type value="Patient"/>
</node>
<node>
<nodeId value="psa"/>
<description value="PSA measurement of the patient"/>
<type value="Observation"/>
</node>
<node>
<nodeId value="biopsy"/>
<description value="Biopsy of the patient"/>
<type value="DiagnosticReport"/>
</node>
<link>
<sourceId value="psa"/>
<path value="subject"/>
<targetId value="patient"/>
</link>
<link>
<sourceId value="biopsy"/>
<path value="subject"/>
<targetId value="patient"/>
</link>
</GraphDefinition>