Personal Health Device Implementation Guide
1.1.0 - STU 1.1 International flag

This page is part of the Personal Health Device FHIR IG (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example of a first time Bundle upload - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "nonin-hdp-1542718631721"] ; # 
  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:1.2.3.4.5.6.6.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><a name=\"patient-001-en-US\"> </a><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>"
  ] ; # 
  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:text [ fhir:v "Medical record number" ]     ] ;
fhir:system [ fhir:v "urn:oid:1.2.3.4.5.6.6.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><a name=\"phg-001-en-US\"> </a><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}\">MDC_MOC_VMS_MDS_AHD: Continua compliant Gateway</span></p><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}\">MDC_REG_CERT_DATA_CONTINUA_VERSION: 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}\">MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHD 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}\">MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST: Continua certified Health&amp;Fitness interfaces list</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 0}\">observation-upload-soap</span>, <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 3}\">observation-upload-hdata</span>, <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 7}\">observation-upload-fhir</span>, <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS 2}\">capabilities</span>, <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://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7 532354.0}\">regulation-status</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">Device is Unregulated</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: Time synchronization protocol</span></p><p><b>valueCode</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532226}\">MDC_TIME_SYNC_NTPV4: NTPV4 time synchronization</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: unknown code 68221</span></p><p><b>valueQuantity</b>: 120000000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeus = 'us')</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/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 "MDC_MOC_VMS_MDS_AHD: Continua compliant Gateway" ]
  ] ; # 
  fhir:version ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532352" ]       ] ) ;
fhir:text [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_VERSION: 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:text [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list" ]     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHD"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ]       ] )     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532355" ]       ] ) ;
fhir:text [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST: Continua certified Health&Fitness interfaces list" ]     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ]       ] )     ] [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6" ]       ] )     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532354.0" ] ;
fhir:display [ fhir:v "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:text [ fhir:v "Device is Unregulated" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68220" ]       ] ) ;
fhir:text [ fhir:v "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol" ]     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532226" ]       ] ) ;
fhir:text [ fhir:v "MDC_TIME_SYNC_NTPV4: NTPV4 time synchronization" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68221" ]       ] ) ;
fhir:text [ fhir:v "MDC_TIME_SYNC_ACCURACY: unknown code 68221" ]     ] ;
    ( 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><a name=\"phd-001-en-US\"> </a><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}\">MDC_MOC_VMS_MDS_SIMP: 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}\">MDC_DEV_SPEC_PROFILE_PULS_OXIM: 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}\">MDC_ID_PROD_SPEC_FW: 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}\">MDC_REG_CERT_DATA_CONTINUA_VERSION: 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}\">MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHD 4}\">Pulse Oximeter certified</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7 532354.0}\">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}\">MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol</span></p><p><b>valueCode</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 532224}\">MDC_TIME_SYNC_NONE: No time synchronization</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7 68219.0}\">mds-time-capab-real-time-clock</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">real time clock supported</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7 68219.1}\">mds-time-capab-set-clock</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">setting the time supported</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7 68219.2}\">mds-time-capab-relative-time</span></p><p><b>valueCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}\">relative time supported</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 68222}\">MDC_TIME_RES_ABS: Resolution of absolute time clock</span></p><p><b>valueQuantity</b>: 1000000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeus = 'us')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 68223}\">MDC_TIME_RES_REL: Resolution of relative time clock</span></p><p><b>valueQuantity</b>: 10000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeus = 'us')</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/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://hl7.org/fhir/uv/phd/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 "MDC_MOC_VMS_MDS_SIMP: 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:text [ fhir:v "MDC_DEV_SPEC_PROFILE_PULS_OXIM: 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:text [ fhir:v "MDC_ID_PROD_SPEC_FW: 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:text [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_VERSION: 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:text [ fhir:v "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list" ]     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHD"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ]       ] )     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532354.0" ] ;
fhir:display [ fhir:v "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: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:text [ fhir:v "MDC_TIME_SYNC_PROTOCOL: 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:text [ fhir:v "MDC_TIME_SYNC_NONE: No time synchronization" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219.0" ] ;
fhir:display [ fhir:v "mds-time-capab-real-time-clock" ]       ] )     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ]       ] ) ;
fhir:text [ fhir:v "real time clock supported" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219.1" ] ;
fhir:display [ fhir:v "mds-time-capab-set-clock" ]       ] )     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ]       ] ) ;
fhir:text [ fhir:v "setting the time supported" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219.2" ] ;
fhir:display [ fhir:v "mds-time-capab-relative-time" ]       ] )     ] ;
    ( fhir:valueCode [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ]       ] ) ;
fhir:text [ fhir:v "relative time supported" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68222" ]       ] ) ;
fhir:text [ fhir:v "MDC_TIME_RES_ABS: Resolution of absolute time clock" ]     ] ;
    ( fhir:valueQuantity [
fhir:value [ fhir:v "1000000"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "us" ]     ] )
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68223" ]       ] ) ;
fhir:text [ fhir:v "MDC_TIME_RES_REL: Resolution of relative time clock" ]     ] ;
    ( fhir:valueQuantity [
fhir:value [ fhir:v "10000"^^xsd:decimal ] ;
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 "extensions" ] ;
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><a name=\"cts-001-en-US\"> </a><p><b>Observation Gateway Device</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-d44b0315-947e-4da5-bb6d-533eceb7a294\">Bundle: type = transaction</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 67975}\">MDC_ATTR_TIME_ABS: Uses Absolute time clock</span></p><p><b>subject</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-5b7842fe-978d-4182-a41f-0d07a8617bc2\">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-nonin-hdp-1542718631721.html#urn-uuid-c87cc91b-8b31-4e6f-b636-75e52891d10a\">Bundle: type = transaction</a></p></div>"
  ] ; # 
  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: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:text [ fhir:v "MDC_ATTR_TIME_ABS: Uses Absolute time clock" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-09-20T12:40:07.936-04:00"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "2019-09-20T12:40:09.000-04:00"^^xsd:dateTime] ; # 
  fhir:device [
fhir:reference [ fhir:v "urn:uuid:c87cc91b-8b31-4e6f-b636-75e52891d10a" ]
  ] . # 

<urn:uuid:752b1a27-bbed-47d6-bbb8-b649a5261c52> a fhir:Observation ;
  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_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation </b></p><p><b>Observation Gateway Device</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-d44b0315-947e-4da5-bb6d-533eceb7a294\">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-observation}\">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: Blood 0₂</span></p><p><b>subject</b>: <a href=\"Bundle-nonin-hdp-1542718631721.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 Superfluous mandatory field!<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><p><b>device</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-c87cc91b-8b31-4e6f-b636-75e52891d10a\">Bundle: type = transaction</a></p><p><b>derivedFrom</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-323f0631-6bca-47aa-8adf-69fdaf910108\">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}\">MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information</span></td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 150588}\">MDC_MODALITY_SPOT: Stable mean</span></td></tr></table></div>"
  ] ; # 
  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: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-observation" ]     ] )
  ] [
    ( 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" ]     ] [
a loinc:2708-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2708-6" ]     ] ) ;
fhir:text [ fhir:v "MDC_PULS_OXIM_SAT_O2: Blood 0₂" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2" ]
  ] ; # 
  fhir:effective [ 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 "Superfluous mandatory field!" ] ;
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:derivedFrom ( [
fhir:reference [ fhir:v "urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68193" ]       ] ) ;
fhir:text [ fhir:v "MDC_ATTR_SUPPLEMENTAL_TYPES: 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:text [ fhir:v "MDC_MODALITY_SPOT: Stable mean" ]     ]
  ] ) . # 

<urn:uuid:9b676667-4eea-4837-8c6e-df5c1bce9b38> a fhir:Observation ;
  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_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation </b></p><p><b>Observation Gateway Device</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-d44b0315-947e-4da5-bb6d-533eceb7a294\">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-observation}\">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: Pulse rate</span></p><p><b>subject</b>: <a href=\"Bundle-nonin-hdp-1542718631721.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-nonin-hdp-1542718631721.html#urn-uuid-c87cc91b-8b31-4e6f-b636-75e52891d10a\">Bundle: type = transaction</a></p><p><b>derivedFrom</b>: <a href=\"Bundle-nonin-hdp-1542718631721.html#urn-uuid-323f0631-6bca-47aa-8adf-69fdaf910108\">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}\">MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information</span></td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 150588}\">MDC_MODALITY_SPOT: Stable mean</span></td></tr></table></div>"
  ] ; # 
  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: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-observation" ]     ] )
  ] [
    ( 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 "149530" ]     ] [
a loinc:8867-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ]     ] ) ;
fhir:text [ fhir:v "MDC_PULS_OXIM_PULS_RATE: Pulse rate" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:5b7842fe-978d-4182-a41f-0d07a8617bc2" ]
  ] ; # 
  fhir:effective [ 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:derivedFrom ( [
fhir:reference [ fhir:v "urn:uuid:323f0631-6bca-47aa-8adf-69fdaf910108" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68193" ]       ] ) ;
fhir:text [ fhir:v "MDC_ATTR_SUPPLEMENTAL_TYPES: 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:text [ fhir:v "MDC_MODALITY_SPOT: Stable mean" ]     ]
  ] ) . #