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
{
"resourceType" : "Condition",
"meta" : {
"versionId" : "0.0.1",
"profile" : [
🔗 "https://fhir-ig.digital.health.nz/fhir-patient-questionnaires/StructureDefinition/assistance-needs-profile"
]
},
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0))</p></div>"
},
"extension" : [
{
"url" : "https://fhir-ig.digital.health.nz/fhir-patient-questionnaires/StructureDefinition/assistance-needs-ext",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/fhir-patient-questionnaires/CodeSystem/assistance-needs-cs",
"code" : "171671000210109",
"display" : "A New Zealand Sign Language interpreter"
}
]
}
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "717831006",
"display" : "Level of dependence"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "371152001",
"display" : "Assisted"
}
]
},
"subject" : {
"type" : "Patient",
"identifier" : {
"use" : "official",
"system" : "https://standards.digital.health.nz/ns/nhi-id",
"value" : "ZHI0000"
},
"display" : "Marieke Christabel"
}
}