Smart Bear Implementation Guide
3.4.1 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DeviceUseStatement",
"id" : "HearingAidUsageTime001",
"meta" : {
"profile" : [
🔗 "https://smart-bear.eu/fhir/StructureDefinition/HearingAidUsageTimeDeviceUseStatement"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement HearingAidUsageTime001</b></p><a name=\"HearingAidUsageTime001\"> </a><a name=\"hcHearingAidUsageTime001\"> </a><a name=\"HearingAidUsageTime001-en-US\"> </a><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p><p><b>timing</b>: 2020-01-11 --> 2020-12-15</p><p><b>device</b>: Sample device</p></div>"
},
"status" : "active",
"subject" : {
🔗 "reference" : "Patient/Patient001"
},
"timingPeriod" : {
"start" : "2020-01-11",
"end" : "2020-12-15"
},
"device" : {
"type" : "6012004",
"display" : "Sample device"
}
}