Personal Health Device Implementation Guide
1.1.0 - STU 1 International flag

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 1.1.0 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

: 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 "http://example.org/Patient/patient-001"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Patient/patient-001> ) ;
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 "http://example.org/Device/phg-001"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Device/phg-001> ) ;
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 "http://example.org/Device/phd-001"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Device/phd-001> ) ;
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 "http://example.org/Observation/cts-001"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/Observation/cts-001> ) ;
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 ]     ]
  ] ) . # 

<http://example.org/Patient/patient-001> 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><b>Generated Narrative: Patient</b><a name=\"patient-001\"> </a><a name=\"hcpatient-001\"> </a></p><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\">ResourcePatient &quot;patient-001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PhdPatient.html\">PhdPatient</a></p></div><p><b>identifier</b>: Medical record number/sisansarahId</p><p><b>name</b>: Sisansarah Gyannea </p></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" ] )
  ] ) . # 

<http://example.org/Device/phg-001> 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><b>Generated Narrative: Device</b><a name=\"phg-001\"> </a><a name=\"hcphg-001\"> </a></p><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\">ResourceDevice &quot;phg-001&quot; </p><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>: MDC_MOC_VMS_MDS_AHD: Continua compliant Gateway <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#531981 &quot;MDC_MOC_VMS_MDS_AHD&quot;)</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>MDC_REG_CERT_DATA_CONTINUA_VERSION: Continua version <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532352)</span></td><td>6.0</td></tr></table><blockquote><p><b>property</b></p><p><b>type</b>: MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532353)</span></p><p><b>valueCode</b>: Pulse Oximeter certified <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaPHD.html\">Continua Device Interfaces</a>#4)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST: Continua certified Health&amp;Fitness interfaces list <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532355)</span></p><p><b>valueCode</b>: observation-upload-soap <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">Continua Health and Fitness Continua Service Interfaces</a>#0)</span>, observation-upload-hdata <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">Continua Health and Fitness Continua Service Interfaces</a>#3)</span>, observation-upload-fhir <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">Continua Health and Fitness Continua Service Interfaces</a>#7)</span>, capabilities <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">Continua Health and Fitness Continua Service Interfaces</a>#2)</span>, aps <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">Continua Health and Fitness Continua Service Interfaces</a>#6)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: regulation-status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ASN1ToHL7.html\">ASN1 bits to HL7 enumerated values</a>#532354.0)</span></p><p><b>valueCode</b>: Device is Unregulated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\">v2 Y/N Indicator</a>#Y)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68220)</span></p><p><b>valueCode</b>: MDC_TIME_SYNC_NTPV4: NTPV4 time synchronization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532226)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_TIME_SYNC_ACCURACY: unknown code 68221 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68221)</span></p><p><b>valueQuantity</b>: 120000000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code us = '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" ]     ] )
  ] ) . # 

<http://example.org/Device/phd-001> 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><b>Generated Narrative: Device</b><a name=\"phd-001\"> </a><a name=\"hcphd-001\"> </a></p><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\">ResourceDevice &quot;phd-001&quot; </p><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>: MDC_MOC_VMS_MDS_SIMP: Personal Health Device <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#65573 &quot;MDC_MOC_VMS_MDS_SIMP&quot;)</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>MDC_DEV_SPEC_PROFILE_PULS_OXIM: Pulse Oximeter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#528388)</span></td><td>1</td></tr></table><blockquote><p><b>version</b></p><p><b>type</b>: MDC_ID_PROD_SPEC_FW: Firmware revision <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#531976)</span></p><p><b>value</b>: 0.9C</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: MDC_REG_CERT_DATA_CONTINUA_VERSION: Continua version <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532352)</span></p><p><b>value</b>: 1.0</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532353)</span></p><p><b>valueCode</b>: Pulse Oximeter certified <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaPHD.html\">Continua Device Interfaces</a>#4)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: regulation-status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ASN1ToHL7.html\">ASN1 bits to HL7 enumerated values</a>#532354.0)</span></p><p><b>valueCode</b>: Device is Regulated <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\">v2 Y/N Indicator</a>#N)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68220)</span></p><p><b>valueCode</b>: MDC_TIME_SYNC_NONE: No time synchronization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#532224)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: mds-time-capab-real-time-clock <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ASN1ToHL7.html\">ASN1 bits to HL7 enumerated values</a>#68219.0)</span></p><p><b>valueCode</b>: real time clock supported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\">v2 Y/N Indicator</a>#Y)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: mds-time-capab-set-clock <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ASN1ToHL7.html\">ASN1 bits to HL7 enumerated values</a>#68219.1)</span></p><p><b>valueCode</b>: setting the time supported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\">v2 Y/N Indicator</a>#Y)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: mds-time-capab-relative-time <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ASN1ToHL7.html\">ASN1 bits to HL7 enumerated values</a>#68219.2)</span></p><p><b>valueCode</b>: relative time supported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/v2/0136/index.html\">v2 Y/N Indicator</a>#Y)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_TIME_RES_ABS: Resolution of absolute time clock <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68222)</span></p><p><b>valueQuantity</b>: 1000000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code us = 'us')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: MDC_TIME_RES_REL: Resolution of relative time clock <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68223)</span></p><p><b>valueQuantity</b>: 10000 us<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code us = '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" ]     ] )
  ] ) . # 

<http://example.org/Observation/cts-001> 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><b>Generated Narrative: Observation</b><a name=\"cts-001\"> </a><a name=\"hccts-001\"> </a></p><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\">ResourceObservation &quot;cts-001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PhdCoincidentTimeStampObservation.html\">PhdCoincidentTimeStampObservation</a></p></div><p><b>Observation Gateway Device</b>: See on this page: Device/phg-001</p><p><b>status</b>: final</p><p><b>code</b>: MDC_ATTR_TIME_ABS: Uses Absolute time clock <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#67975)</span></p><p><b>subject</b>: See on this page: Patient/patient-001</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>: See on this page: Device/phd-001</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 "Device/phg-001" ]     ]
  ] ) ; # 
  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 "Patient/patient-001" ]
  ] ; # 
  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 "Device/phd-001" ]
  ] . # 

<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><b>Generated Narrative: Observation</b></p><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\">Profile: <a href=\"StructureDefinition-PhdNumericObservation.html\">PhdNumericObservation</a></p></div><p><b>Observation Gateway Device</b>: See on this page: Device/phg-001</p><p><b>status</b>: final</p><p><b>category</b>: PHD generated Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PhdObservationCategories.html\">PHD Observation Categories Code System</a>#phd-observation)</span>, Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: MDC_PULS_OXIM_SAT_O2: Blood 0₂ <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150456; <a href=\"https://loinc.org/\">LOINC</a>#2708-6)</span></p><p><b>subject</b>: See on this page: Patient/patient-001</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>: See on this page: Device/phd-001</p><p><b>derivedFrom</b>: See on this page: Observation/cts-001</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>MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68193)</span></td><td>MDC_MODALITY_SPOT: Stable mean <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150588)</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 "Device/phg-001" ]     ]
  ] ) ; # 
  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 "Patient/patient-001" ]
  ] ; # 
  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 "Device/phd-001" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/cts-001" ]
  ] ) ; # 
  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><b>Generated Narrative: Observation</b></p><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\">Profile: <a href=\"StructureDefinition-PhdNumericObservation.html\">PhdNumericObservation</a></p></div><p><b>Observation Gateway Device</b>: See on this page: Device/phg-001</p><p><b>status</b>: final</p><p><b>category</b>: PHD generated Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PhdObservationCategories.html\">PHD Observation Categories Code System</a>#phd-observation)</span>, Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: MDC_PULS_OXIM_PULS_RATE: Pulse rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#149530; <a href=\"https://loinc.org/\">LOINC</a>#8867-4)</span></p><p><b>subject</b>: See on this page: Patient/patient-001</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>: See on this page: Device/phd-001</p><p><b>derivedFrom</b>: See on this page: Observation/cts-001</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>MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#68193)</span></td><td>MDC_MODALITY_SPOT: Stable mean <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150588)</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 "Device/phg-001" ]     ]
  ] ) ; # 
  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 "Patient/patient-001" ]
  ] ; # 
  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 "Device/phd-001" ]
  ] ; # 
  fhir:derivedFrom ( [
fhir:reference [ fhir:v "Observation/cts-001" ]
  ] ) ; # 
  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" ]     ]
  ] ) . #