Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "phd-711000FEFF5F49B0.B0495F001071"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device phd-711000FEFF5F49B0.B0495F001071</b></p><a name=\"phd-711000FEFF5F49B0.B0495F001071\"> </a><a name=\"hcphd-711000FEFF5F49B0.B0495F001071\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PhdDevice.html\">PhdDevice</a></p></div><p><b>identifier</b>: IEEE 11073 System Identifier/71-10-00-FE-FF-5F-49-B0, Bluetooth MAC address/B0-49-5F-00-10-71</p><p><b>manufacturer</b>: OMRONHEALTHCARE</p><p><b>serialNumber</b>: 20150200002A</p><p><b>modelNumber</b>: HEM-9200T</p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 65573}\">Simple PHD</span></p><h3>Specializations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>SystemType</b></td><td><b>Version</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 528391}\">Blood Pressure Cuff</span></td><td>1</td></tr></table><blockquote><p><b>version</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 531976}\">Firmware revision</span></p><p><b>value</b>: C.00.7AJ-02</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 531975}\">Software revision</span></p><p><b>value</b>: 0000000000000101</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 531974}\">Hardware revision</span></p><p><b>value</b>: 0000000000000100</p></blockquote><h3>Properties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>ValueCode</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 68220}\">Time synchronization protocol</span></td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 532224}\">None</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SYSID" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680"^^xsd:anyURI ] ;
fhir:value [ fhir:v "71-10-00-FE-FF-5F-49-B0" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BTMAC" ] ] ) ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/eui-48/bluetooth"^^xsd:anyURI ] ;
fhir:value [ fhir:v "B0-49-5F-00-10-71" ]
] ) ; #
fhir:manufacturer [ fhir:v "OMRONHEALTHCARE"] ; #
fhir:serialNumber [ fhir:v "20150200002A"] ; #
fhir:modelNumber [ fhir:v "HEM-9200T"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "65573" ] ;
fhir:display [ fhir:v "MDC_MOC_VMS_MDS_SIMP" ] ] ) ;
fhir:text [ fhir:v "Simple PHD" ]
] ; #
fhir:specialization ( [
fhir:systemType [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "528391" ] ;
fhir:display [ fhir:v "MDC_DEV_SPEC_PROFILE_BP" ] ] ) ;
fhir:text [ fhir:v "Blood Pressure Cuff" ] ] ;
fhir:version [ fhir:v "1" ]
] ) ; #
fhir:version ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531976" ] ;
fhir:display [ fhir:v "MDC_ID_PROD_SPEC_FW" ] ] ) ;
fhir:text [ fhir:v "Firmware revision" ] ] ;
fhir:value [ fhir:v "C.00.7AJ-02" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531975" ] ;
fhir:display [ fhir:v "MDC_ID_PROD_SPEC_SW" ] ] ) ;
fhir:text [ fhir:v "Software revision" ] ] ;
fhir:value [ fhir:v "0000000000000101" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531974" ] ;
fhir:display [ fhir:v "MDC_ID_PROD_SPEC_HW" ] ] ) ;
fhir:text [ fhir:v "Hardware revision" ] ] ;
fhir:value [ fhir:v "0000000000000100" ]
] ) ; #
fhir:property ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68220" ] ;
fhir:display [ fhir:v "MDC_TIME_SYNC_PROTOCOL" ] ] ) ;
fhir:text [ fhir:v "Time synchronization protocol" ] ] ;
( fhir:valueCode [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532224" ] ;
fhir:display [ fhir:v "MDC_TIME_SYNC_NONE" ] ] ) ;
fhir:text [ fhir:v "None" ] ] )
] ) . #
IG © 2016+ HL7 International / Health Care Devices. Package hl7.fhir.uv.phd#2.0.0-ballot2 based on FHIR 4.0.1. Generated 2025-08-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change