This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
General Device Example (id = "example")
<Device xmlns="http://hl7.org/fhir"> <id value="example"/> <!-- text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p>example</p> </div> </text --> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675, Serial Number = AMID-342135-8464</p><p><b>type</b>: ECG <span>(Details : {SNOMED CT code '86184003' = '86184003', given as 'Electrocardiographic monitor and recorder'})</span></p><p><b>note</b>: QA Checked</p><p><b>status</b>: available</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>model</b>: AB 45-J</p><p><b>lotNumber</b>: 43453424</p><p><b>contact</b>: ph: ext 4352</p></div></text><identifier> <system value="http://goodcare.org/devices/id"/> <value value="345675"/> </identifier> <identifier> <type> <coding> <system value="http://hl7.org/fhir/identifier-type"/> <code value="SNO"/> </coding> <text value="Serial Number"/> </type> <value value="AMID-342135-8464"/> </identifier> <type> <coding> <system value="http://snomed.info/sct"/> <code value="86184003"/> <display value="Electrocardiographic monitor and recorder"/> </coding> <text value="ECG"/> </type> <note> <authorReference> <reference value="Practitioner/xcda-author"/> </authorReference> <time value="2015-06-28T14:03:32+10:00"/> <text value="QA Checked"/> </note> <status value="available"/> <manufacturer value="Acme Devices, Inc"/> <model value="AB 45-J"/> <lotNumber value="43453424"/> <contact> <system value="phone"/> <value value="ext 4352"/> </contact> </Device>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.