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
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bundle-example-1"] ; # fhir:type [ fhir:v "transaction"] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "Patient"^^xsd:anyURI ] ; fhir:ifNoneExist [ fhir:v "identifier=urn:oid:2.9991.2.3.4.5.6.7.8.10|sisansarahId" ] ] ] [ fhir:fullUrl [ fhir:v "urn:uuid:d44b0315-947e-4da5-bb6d-533eceb7a294"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:d44b0315-947e-4da5-bb6d-533eceb7a294> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "Device"^^xsd:anyURI ] ; fhir:ifNoneExist [ fhir:v "identifier=urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680|4C-4E-49-12-34-56-FF-FF" ] ] ] [ fhir:fullUrl [ fhir:v "urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "Device"^^xsd:anyURI ] ; fhir:ifNoneExist [ fhir:v "identifier=urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680|00-1C-05-04-00-00-78-25" ] ] ] [ fhir:fullUrl [ fhir:v "urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "Observation"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "urn:uuid:752b1a27-bbed-47d6-bbb8-b649a5261c52"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:752b1a27-bbed-47d6-bbb8-b649a5261c52> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "Observation"^^xsd:anyURI ] ] ] [ fhir:fullUrl [ fhir:v "urn:uuid:9b676667-4eea-4837-8c6e-df5c1bce9b38"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:9b676667-4eea-4837-8c6e-df5c1bce9b38> ) ; fhir:request [ fhir:method [ fhir:v "POST" ] ; fhir:url [ fhir:v "Observation"^^xsd:anyURI ] ] ] ) . # <urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2> a fhir:Patient ; fhir:id [ fhir:v "patient-001"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-001</b></p><a name=\"patient-001\"> </a><a name=\"hcpatient-001\"> </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-PhdPatient.html\">PhdPatient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Sisansarah Gyannea (no stated gender), DoB Unknown ( Medical record number: sisansarahId)</p><hr/></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical record number" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.999.1.2.3.4.5.6.7.8.10"^^xsd:anyURI ] ; fhir:value [ fhir:v "sisansarahId" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Gyannea" ] ; ( fhir:given [ fhir:v "Sisansarah" ] ) ] ) . # <urn:uuid:d44b0315-947e-4da5-bb6d-533eceb7a294> a fhir:Device ; fhir:id [ fhir:v "phg-001"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhgDevice"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhgDevice> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Device_phg-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device phg-001</b></p><a name=\"phg-001\"> </a><a name=\"hcphg-001\"> </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-PhgDevice.html\">PhgDevice</a></p></div><p><b>identifier</b>: IEEE 11073 System Identifier/4C-4E-49-12-34-56-FF-FF</p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 531981}\">Application Hosting Device, a.k.a. PHG</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 528457}\">Device following the IEEE 11073-10206 standard but no specific specialization</span></td><td>2</td></tr></table><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 532352}\">Continua version</span></td><td>6.0</td></tr></table><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532353}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHDInterfaceIDs 4}\">Pulse Oximeter certified</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532355}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 0}\">observation-upload-soap</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532355}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 3}\">observation-upload-hdata</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532355}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 7}\">observation-upload-fhir</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532355}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 2}\">capabilities</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532355}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 6}\">aps</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ASN1ToHL7 532354.0}\">negated-regulation-status</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Device is not regulated</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 68220}\">MDC_TIME_SYNC_PROTOCOL</span></p><p><b>valueCode</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532226}\">MDC_TIME_SYNC_NTPV4</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 68221}\">MDC_TIME_SYNC_ACCURACY</span></p><p><b>valueQuantity</b>: 120000000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeus = 'us')</span></p></blockquote></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:display [ fhir:v "IEEE 11073 System Identifier" ] ] ) ] ; 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 "4C-4E-49-12-34-56-FF-FF" ] ] ) ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "531981" ] ; fhir:display [ fhir:v "MDC_MOC_VMS_MDS_AHD" ] ] ) ; fhir:text [ fhir:v "Application Hosting Device, a.k.a. PHG" ] ] ; # fhir:specialization ( [ fhir:systemType [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "528457" ] ; fhir:display [ fhir:v "MDC_DEV_SPEC_PROFILE_GENERIC" ] ] ) ; fhir:text [ fhir:v "Device following the IEEE 11073-10206 standard but no specific specialization" ] ] ; fhir:version [ fhir:v "2" ] ] ) ; # fhir:version ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532352" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_VERSION" ] ] ) ; fhir:text [ fhir:v "Continua version" ] ] ; fhir:value [ fhir:v "6.0" ] ] ) ; # fhir:property ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532353" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHDInterfaceIDs"^^xsd:anyURI ] ; fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Pulse Oximeter certified" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532355" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "observation-upload-soap" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532355" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ; fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "observation-upload-hdata" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532355" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ; fhir:code [ fhir:v "7" ] ; fhir:display [ fhir:v "observation-upload-fhir" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532355" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "capabilities" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532355" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ; fhir:code [ fhir:v "6" ] ; fhir:display [ fhir:v "aps" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ; fhir:code [ fhir:v "532354.0" ] ; fhir:display [ fhir:v "negated-regulation-status" ] ] ) ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ; fhir:text [ fhir:v "Device is not regulated" ] ] ) ] [ 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:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532226" ] ; fhir:display [ fhir:v "MDC_TIME_SYNC_NTPV4" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "68221" ] ; fhir:display [ fhir:v "MDC_TIME_SYNC_ACCURACY" ] ] ) ] ; ( fhir:valueQuantity [ fhir:value [ fhir:v "120000000"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "us" ] ] ) ] ) . # <urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a> a fhir:Device ; fhir:id [ fhir:v "phd-001"] ; # 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\"><a name=\"Device_phd-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Device phd-001</b></p><a name=\"phd-001\"> </a><a name=\"hcphd-001\"> </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/00-1C-05-04-00-00-78-25, Bluetooth MAC Address/00-1C-05-00-78-25</p><p><b>manufacturer</b>: Nonin Medical, Inc.</p><p><b>serialNumber</b>: 0400007825</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Nonin_Medical_Inc._323552</td><td>User Friendly name</td></tr></table><p><b>modelNumber</b>: Model 3150</p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 65573}\">Personal Health Device</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 528388}\">Pulse Oximeter</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>: 0.9C</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532352}\">Continua version</span></p><p><b>value</b>: 1.0</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532353}\">Each element of the certified interfaces list as a separate property</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHDInterfaceIDs 4}\">Pulse Oximeter certified</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ASN1ToHL7 532354.0}\">negated-regulation-status</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}\">Device is regulated</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 68220}\">Time synchronization protocol</span></p><p><b>valueCode</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532224}\">No time synchronization</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ASN1ToHL7 68219.0}\">real time clock supported</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ASN1ToHL7 68219.1}\">setting the time supported</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ASN1ToHL7 68219.2}\">relative time supported</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Yes</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 68222}\">Resolution of absolute time clock</span></p><p><b>valueQuantity</b>: 1000000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeus = 'us')</span></p></blockquote></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:display [ fhir:v "IEEE 11073 System Identifier" ] ] ) ] ; 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 "00-1C-05-04-00-00-78-25" ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ] ; fhir:code [ fhir:v "BTMAC" ] ; fhir:display [ fhir:v "Bluetooth MAC Address" ] ] ) ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/eui-48/bluetooth"^^xsd:anyURI ] ; fhir:value [ fhir:v "00-1C-05-00-78-25" ] ] ) ; # fhir:manufacturer [ fhir:v "Nonin Medical, Inc."] ; # fhir:serialNumber [ fhir:v "0400007825"] ; # fhir:deviceName ( [ fhir:name [ fhir:v "Nonin_Medical_Inc._323552" ] ; fhir:type [ fhir:v "user-friendly-name" ] ] ) ; # fhir:modelNumber [ fhir:v "Model 3150"] ; # 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 "Personal Health Device" ] ] ; # fhir:specialization ( [ fhir:systemType [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "528388" ] ; fhir:display [ fhir:v "MDC_DEV_SPEC_PROFILE_PULS_OXIM" ] ] ) ; fhir:text [ fhir:v "Pulse Oximeter" ] ] ; 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 "0.9C" ] ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532352" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_VERSION" ] ] ) ; fhir:text [ fhir:v "Continua version" ] ] ; fhir:value [ fhir:v "1.0" ] ] ) ; # fhir:property ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "532353" ] ; fhir:display [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST" ] ] ) ; fhir:text [ fhir:v "Each element of the certified interfaces list as a separate property" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHDInterfaceIDs"^^xsd:anyURI ] ; fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Pulse Oximeter certified" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ; fhir:code [ fhir:v "532354.0" ] ; fhir:display [ fhir:v "negated-regulation-status" ] ] ) ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "No" ] ] ) ; fhir:text [ fhir:v "Device is regulated" ] ] ) ] [ 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 "No time synchronization" ] ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ; fhir:code [ fhir:v "68219.0" ] ; fhir:display [ fhir:v "mds-time-capab-real-time-clock" ] ] ) ; fhir:text [ fhir:v "real time clock supported" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ; fhir:code [ fhir:v "68219.1" ] ; fhir:display [ fhir:v "mds-time-capab-set-clock" ] ] ) ; fhir:text [ fhir:v "setting the time supported" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ; fhir:code [ fhir:v "68219.2" ] ; fhir:display [ fhir:v "mds-time-capab-relative-time" ] ] ) ; fhir:text [ fhir:v "relative time supported" ] ] ; ( fhir:valueCode [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ; fhir:code [ fhir:v "Y" ] ; fhir:display [ fhir:v "Yes" ] ] ) ] ) ] [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "68222" ] ; fhir:display [ fhir:v "MDC_TIME_RES_ABS" ] ] ) ; fhir:text [ fhir:v "Resolution of absolute time clock" ] ] ; ( fhir:valueQuantity [ fhir:value [ fhir:v "1000000"^^xsd:decimal ] ; fhir:unit [ fhir:v "us" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "us" ] ] ) ] ) . # <urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108> a fhir:Observation ; fhir:id [ fhir:v "cts-001"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_cts-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation cts-001</b></p><a name=\"cts-001\"> </a><a name=\"hccts-001\"> </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-PhdCoincidentTimeStampObservation.html\">PhdCoincidentTimeStampObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 67975}\">Uses Absolute time clock</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-c87cc91b-8b31-4e6f-b636-75e52891d10a\">Bundle: type = transaction</a></p><p><b>effective</b>: 2019-09-20 12:40:07-0400</p><p><b>value</b>: 2019-09-20 12:40:09-0400</p><p><b>device</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-d44b0315-947e-4da5-bb6d-533eceb7a294\">Bundle: type = transaction</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "67975" ] ; fhir:display [ fhir:v "MDC_ATTR_TIME_ABS" ] ] ) ; fhir:text [ fhir:v "Uses Absolute time clock" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2019-09-20T12:40:07.936-04:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:dateTime ; fhir:v "2019-09-20T12:40:09.000-04:00"^^xsd:dateTime ] ; # fhir:device [ fhir:reference [ fhir:v "urn:uuid:d44b0315-947e-4da5-bb6d-533eceb7a294" ] ] . # <urn:uuid:752b1a27-bbed-47d6-bbb8-b649a5261c52> a fhir:Observation ; fhir:id [ fhir:v "pulse-ox-001"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_pulse-ox-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation pulse-ox-001</b></p><a name=\"pulse-ox-001\"> </a><a name=\"hcpulse-ox-001\"> </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-PhdNumericObservation.html\">PhdNumericObservation</a></p></div><p><b>Observation Gateway Device</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-d44b0315-947e-4da5-bb6d-533eceb7a294\">Bundle: type = transaction</a></p><p><b>Coincident Timestamp Reference</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-323f0631-6bca-47aa-8adf-69fdaf910108\">Bundle: type = transaction</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories phd}\">PHD generated Observation</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 150456}, {http://loinc.org 2708-6}\">MDC_PULS_OXIM_SAT_O2</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-5b7842fe-978d-4182-a41f-0d07a8617bc2\">Bundle: type = transaction</a></p><p><b>effective</b>: 2019-09-20 12:40:16-0400</p><p><b>value</b>: 98 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><p><b>device</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-c87cc91b-8b31-4e6f-b636-75e52891d10a\">Bundle: type = transaction</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 68193}\">Supplemental information</span></td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 150588}\">Stable mean</span></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:d44b0315-947e-4da5-bb6d-533eceb7a294" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/CoincidentTimeStampReference"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories"^^xsd:anyURI ] ; fhir:code [ fhir:v "phd" ] ] ) ] [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "150456" ] ; fhir:display [ fhir:v "MDC_PULS_OXIM_SAT_O2" ] ] [ a loinc:2708-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "2708-6" ] ; fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2019-09-20T12:40:16.936-04:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "98"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "%" ] ] ; # fhir:device [ fhir:reference [ fhir:v "urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "68193" ] ; fhir:display [ fhir:v "MDC_ATTR_SUPPLEMENTAL_TYPES" ] ] ) ; fhir:text [ fhir:v "Supplemental information" ] ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "150588" ] ; fhir:display [ fhir:v "MDC_MODALITY_SPOT" ] ] ) ; fhir:text [ fhir:v "Stable mean" ] ] ] ) . # <urn:uuid:9b676667-4eea-4837-8c6e-df5c1bce9b38> a fhir:Observation ; fhir:id [ fhir:v "pulse-ox-002"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_pulse-ox-002\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation pulse-ox-002</b></p><a name=\"pulse-ox-002\"> </a><a name=\"hcpulse-ox-002\"> </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-PhdNumericObservation.html\">PhdNumericObservation</a></p></div><p><b>Observation Gateway Device</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-d44b0315-947e-4da5-bb6d-533eceb7a294\">Bundle: type = transaction</a></p><p><b>Coincident Timestamp Reference</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-323f0631-6bca-47aa-8adf-69fdaf910108\">Bundle: type = transaction</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories phd}\">PHD generated Observation</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 149530}, {http://loinc.org 8867-4}\">MDC_PULS_OXIM_PULS_RATE</span></p><p><b>subject</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-5b7842fe-978d-4182-a41f-0d07a8617bc2\">Bundle: type = transaction</a></p><p><b>effective</b>: 2019-09-20 12:40:16-0400</p><p><b>value</b>: 47 {beat}/min}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code/min = '/min')</span></p><p><b>device</b>: <a href=\"Bundle-bundle-example-1.html#urn-uuid-c87cc91b-8b31-4e6f-b636-75e52891d10a\">Bundle: type = transaction</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 68193}\">Supplemental information</span></td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 150588}\">Stable mean</span></td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:d44b0315-947e-4da5-bb6d-533eceb7a294" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/CoincidentTimeStampReference"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/PhdObservationCategories"^^xsd:anyURI ] ; fhir:code [ fhir:v "phd" ] ] ) ] [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "vital-signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "149530" ] ; fhir:display [ fhir:v "MDC_PULS_OXIM_PULS_RATE" ] ] [ a loinc:8867-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "8867-4" ] ; fhir:display [ fhir:v "Heart rate" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2019-09-20T12:40:16.936-04:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "47"^^xsd:decimal ] ; fhir:unit [ fhir:v "{beat}/min}" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "/min" ] ] ; # fhir:device [ fhir:reference [ fhir:v "urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a" ] ] ; # fhir:component ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "68193" ] ; fhir:display [ fhir:v "MDC_ATTR_SUPPLEMENTAL_TYPES" ] ] ) ; fhir:text [ fhir:v "Supplemental information" ] ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ; fhir:code [ fhir:v "150588" ] ; fhir:display [ fhir:v "MDC_MODALITY_SPOT" ] ] ) ; fhir:text [ fhir:v "Stable mean" ] ] ] ) . #
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