Health NZ | Te Whatu Ora FHIR Assistance Needs Questionnaires Implementation Guide
0.0.1 - draft
Health NZ | Te Whatu Ora FHIR Assistance Needs Questionnaires Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-patient-questionnaires/ and changes regularly. See the Directory of published versions
<Condition xmlns="http://hl7.org/fhir">
<meta>
<versionId value="0.0.1"/>
<profile
value="https://fhir-ig.digital.health.nz/fhir-patient-questionnaires/StructureDefinition/assistance-needs-profile"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition NeedsAssistanceExample</b></p><a name="NeedsAssistanceExample"> </a><a name="hcNeedsAssistanceExample"> </a><a name="NeedsAssistanceExample-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">version: 0.0.1</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-assistance-needs-profile.html">Assistance Needs Profle</a></p></div><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 717831006}">Level of dependence</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 371152001}">Assisted</span></p><p><b>subject</b>: Marieke Christabel (Identifier: NHI/ZHI0000 (use: official, ))</p></div>
</text>
<extension
url="https://fhir-ig.digital.health.nz/fhir-patient-questionnaires/StructureDefinition/assistance-needs-ext">
<valueCodeableConcept>
<coding>
<system
value="https://fhir-ig.digital.health.nz/fhir-patient-questionnaires/CodeSystem/assistance-needs-cs"/>
<code value="171671000210109"/>
<display value="A New Zealand Sign Language interpreter"/>
</coding>
</valueCodeableConcept>
</extension>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<category>
<coding>
<system value="http://snomed.info/sct"/>
<code value="717831006"/>
<display value="Level of dependence"/>
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="371152001"/>
<display value="Assisted"/>
</coding>
</code>
<subject>
<type value="Patient"/>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/nhi-id"/>
<value value="ZHI0000"/>
</identifier>
<display value="Marieke Christabel"/>
</subject>
</Condition>