Personal Health Device Implementation Guide
1.0.0 - STU 1

This page is part of the Personal Health Device FHIR IG (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. 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: <http://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:Resource.id [ fhir:value "nonin-hdp-1542718631721"];
  fhir:Bundle.type [ fhir:value "transaction"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:oid:1.2.3.0" ];
     fhir:Bundle.entry.resource <urn:oid:1.2.3.0>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Patient" ];
       fhir:Bundle.entry.request.ifNoneExist [ fhir:value "identifier=urn:oid:1.2.3.4.5.6.6.8.10|sisansarahId" ]     ]
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:oid:1.2.3.1" ];
     fhir:Bundle.entry.resource <urn:oid:1.2.3.1>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Device" ];
       fhir:Bundle.entry.request.ifNoneExist [ fhir:value "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:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:oid:1.2.3.2" ];
     fhir:Bundle.entry.resource <urn:oid:1.2.3.2>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Device" ];
       fhir:Bundle.entry.request.ifNoneExist [ fhir:value "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:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:oid:0.1568.997631834" ];
     fhir:Bundle.entry.resource <urn:oid:0.1568.997631834>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Observation" ]     ]
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:oid:1.0.0.1" ];
     fhir:Bundle.entry.resource <urn:oid:1.0.0.1>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Observation" ]     ]
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:oid:1.0.0.2" ];
     fhir:Bundle.entry.resource <urn:oid:1.0.0.2>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "Observation" ]     ]
  ].

<urn:oid:1.2.3.0> a fhir:Patient;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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-PhdPatient.html\">PhdPatient</a></p></div><p><b>identifier</b>: Medical record number: sisansarahId</p><p><b>name</b>: Sisansarah Gyannea </p></div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "MR" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Medical record number" ]     ];
     fhir:Identifier.system [ fhir:value "urn:oid:1.2.3.4.5.6.6.8.10" ];
     fhir:Identifier.value [ fhir:value "sisansarahId" ]
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Gyannea" ];
     fhir:HumanName.given [
       fhir:value "Sisansarah";
       fhir:index 0     ]
  ].

<urn:oid:1.2.3.1> a fhir:Device;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/phd/StructureDefinition/PhgDevice";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhgDevice>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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-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/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#531981 \"MDC_MOC_VMS_MDS_AHD\")</span></p><h3>Versions</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>*</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/3.1.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/3.1.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\">ContinuaPHD</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/3.1.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\">ContinuaHFS</a>#0)</span>, observation-upload-hdata <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">ContinuaHFS</a>#3)</span>, observation-upload-fhir <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">ContinuaHFS</a>#7)</span>, capabilities <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">ContinuaHFS</a>#2)</span>, aps <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ContinuaHFS.html\">ContinuaHFS</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\">ASN1ToHL7</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/3.1.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/3.1.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/3.1.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:Device.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers" ];
         fhir:Coding.code [ fhir:value "SYSID" ];
         fhir:Coding.display [ fhir:value "IEEE 11073 System Identifier" ]       ]     ];
     fhir:Identifier.system [ fhir:value "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680" ];
     fhir:Identifier.value [ fhir:value "4C-4E-49-12-34-56-FF-FF" ]
  ];
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
       fhir:Coding.code [ fhir:value "531981" ];
       fhir:Coding.display [ fhir:value "MDC_MOC_VMS_MDS_AHD" ]     ];
     fhir:CodeableConcept.text [ fhir:value "MDC_MOC_VMS_MDS_AHD: Continua compliant Gateway" ]
  ];
  fhir:Device.version [
     fhir:index 0;
     fhir:Device.version.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532352" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_REG_CERT_DATA_CONTINUA_VERSION: Continua version" ]     ];
     fhir:Device.version.value [ fhir:value "6.0" ]
  ];
  fhir:Device.property [
     fhir:index 0;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532353" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list" ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHD" ];
         fhir:Coding.code [ fhir:value "4" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532355" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_REG_CERT_DATA_CONTINUA_AHD_CERT_LIST: Continua certified Health&Fitness interfaces list" ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS" ];
         fhir:Coding.code [ fhir:value "0" ]       ]     ], [
       fhir:index 1;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS" ];
         fhir:Coding.code [ fhir:value "3" ]       ]     ], [
       fhir:index 2;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS" ];
         fhir:Coding.code [ fhir:value "7" ]       ]     ], [
       fhir:index 3;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS" ];
         fhir:Coding.code [ fhir:value "2" ]       ]     ], [
       fhir:index 4;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaHFS" ];
         fhir:Coding.code [ fhir:value "6" ]       ]     ]
  ], [
     fhir:index 2;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7" ];
         fhir:Coding.code [ fhir:value "532354.0" ];
         fhir:Coding.display [ fhir:value "regulation-status" ]       ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ];
         fhir:Coding.code [ fhir:value "Y" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Device is Unregulated" ]     ]
  ], [
     fhir:index 3;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68220" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol" ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532226" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_SYNC_NTPV4: NTPV4 time synchronization" ]     ]
  ], [
     fhir:index 4;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68221" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_SYNC_ACCURACY: unknown code 68221" ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "120000000"^^xsd:decimal ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "us" ]     ]
  ].

<urn:oid:1.2.3.2> a fhir:Device;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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-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>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</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/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#65573 \"MDC_MOC_VMS_MDS_SIMP\")</span></p><h3>Specializations</h3><table class=\"grid\"><tr><td>-</td><td><b>SystemType</b></td><td><b>Version</b></td></tr><tr><td>*</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/3.1.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/3.1.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/3.1.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/3.1.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\">ContinuaPHD</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\">ASN1ToHL7</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/3.1.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/3.1.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\">ASN1ToHL7</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\">ASN1ToHL7</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\">ASN1ToHL7</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/3.1.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/3.1.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:Device.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers" ];
         fhir:Coding.code [ fhir:value "SYSID" ];
         fhir:Coding.display [ fhir:value "IEEE 11073 System Identifier" ]       ]     ];
     fhir:Identifier.system [ fhir:value "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680" ];
     fhir:Identifier.value [ fhir:value "00-1C-05-04-00-00-78-25" ]
  ], [
     fhir:index 1;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers" ];
         fhir:Coding.code [ fhir:value "BTMAC" ];
         fhir:Coding.display [ fhir:value "Bluetooth MAC Address" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/eui-48/bluetooth" ];
     fhir:Identifier.value [ fhir:value "00-1C-05-00-78-25" ]
  ];
  fhir:Device.manufacturer [ fhir:value "Nonin Medical, Inc."];
  fhir:Device.serialNumber [ fhir:value "0400007825"];
  fhir:Device.deviceName [
     fhir:index 0;
     fhir:Device.deviceName.name [ fhir:value "Nonin_Medical_Inc._323552" ];
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ];
  fhir:Device.modelNumber [ fhir:value "Model 3150"];
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
       fhir:Coding.code [ fhir:value "65573" ];
       fhir:Coding.display [ fhir:value "MDC_MOC_VMS_MDS_SIMP" ]     ];
     fhir:CodeableConcept.text [ fhir:value "MDC_MOC_VMS_MDS_SIMP: Personal Health Device" ]
  ];
  fhir:Device.specialization [
     fhir:index 0;
     fhir:Device.specialization.systemType [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "528388" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_DEV_SPEC_PROFILE_PULS_OXIM: Pulse Oximeter" ]     ];
     fhir:Device.specialization.version [ fhir:value "1" ]
  ];
  fhir:Device.version [
     fhir:index 0;
     fhir:Device.version.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "531976" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_ID_PROD_SPEC_FW: Firmware revision" ]     ];
     fhir:Device.version.value [ fhir:value "0.9C" ]
  ], [
     fhir:index 1;
     fhir:Device.version.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532352" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_REG_CERT_DATA_CONTINUA_VERSION: Continua version" ]     ];
     fhir:Device.version.value [ fhir:value "1.0" ]
  ];
  fhir:Device.property [
     fhir:index 0;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532353" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST: Continua certified device list" ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaPHD" ];
         fhir:Coding.code [ fhir:value "4" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7" ];
         fhir:Coding.code [ fhir:value "532354.0" ];
         fhir:Coding.display [ fhir:value "regulation-status" ]       ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ];
         fhir:Coding.code [ fhir:value "N" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Device is Regulated" ]     ]
  ], [
     fhir:index 2;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68220" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol" ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "532224" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_SYNC_NONE: No time synchronization" ]     ]
  ], [
     fhir:index 3;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7" ];
         fhir:Coding.code [ fhir:value "68219.0" ];
         fhir:Coding.display [ fhir:value "mds-time-capab-real-time-clock" ]       ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ];
         fhir:Coding.code [ fhir:value "Y" ]       ];
       fhir:CodeableConcept.text [ fhir:value "real time clock supported" ]     ]
  ], [
     fhir:index 4;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7" ];
         fhir:Coding.code [ fhir:value "68219.1" ];
         fhir:Coding.display [ fhir:value "mds-time-capab-set-clock" ]       ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ];
         fhir:Coding.code [ fhir:value "Y" ]       ];
       fhir:CodeableConcept.text [ fhir:value "setting the time supported" ]     ]
  ], [
     fhir:index 5;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7" ];
         fhir:Coding.code [ fhir:value "68219.2" ];
         fhir:Coding.display [ fhir:value "mds-time-capab-relative-time" ]       ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ];
         fhir:Coding.code [ fhir:value "Y" ]       ];
       fhir:CodeableConcept.text [ fhir:value "relative time supported" ]     ]
  ], [
     fhir:index 6;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68222" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_RES_ABS: Resolution of absolute time clock" ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "1000000"^^xsd:decimal ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "us" ]     ]
  ], [
     fhir:index 7;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68223" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_TIME_RES_REL: Resolution of relative time clock" ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "10000"^^xsd:decimal ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "us" ]     ]
  ].

<urn:oid:0.1568.997631834> a fhir:Observation;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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-PhdCoincidentTimeStampObservation.html\">PhdCoincidentTimeStampObservation</a></p></div><p><b>Gateway Device</b>: <a href=\"#urnoid1.2.3.1\">See above (urn:oid:1.2.3.1)</a></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/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#67975)</span></p><p><b>subject</b>: <a href=\"#urnoid1.2.3.0\">See above (urn:oid:1.2.3.0)</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=\"#urnoid1.2.3.2\">See above (urn:oid:1.2.3.2)</a></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.1" ]     ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
       fhir:Coding.code [ fhir:value "67975" ]     ];
     fhir:CodeableConcept.text [ fhir:value "MDC_ATTR_TIME_ABS: Uses Absolute time clock" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.0" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2019-09-20T12:40:07.936-04:00"^^xsd:dateTime];
  fhir:Observation.valueDateTime [ fhir:value "2019-09-20T12:40:09.000-04:00"^^xsd:dateTime];
  fhir:Observation.device [
     fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.2" ]
  ].

<urn:oid:1.0.0.1> a fhir:Observation;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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>Gateway Device</b>: <a href=\"#urnoid1.2.3.1\">See above (urn:oid:1.2.3.1)</a></p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.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/3.1.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>: <a href=\"#urnoid1.2.3.0\">See above (urn:oid:1.2.3.0)</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=\"#urnoid1.2.3.2\">See above (urn:oid:1.2.3.2)</a></p><p><b>derivedFrom</b>: <a href=\"#urnoid0.1568.997631834\">See above (urn:oid:0.1568.997631834)</a></p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.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/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150588)</span></td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.1" ]     ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "vital-signs" ];
       fhir:Coding.display [ fhir:value "Vital Signs" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
       fhir:Coding.code [ fhir:value "150456" ]     ], [
       fhir:index 1;
       a loinc:2708-6;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "2708-6" ]     ];
     fhir:CodeableConcept.text [ fhir:value "MDC_PULS_OXIM_SAT_O2: Blood 0₂" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.0" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2019-09-20T12:40:16.936-04:00"^^xsd:dateTime];
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "98"^^xsd:decimal ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
     fhir:Quantity.code [ fhir:value "%" ]
  ];
  fhir:Observation.device [
     fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.2" ]
  ];
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:oid:0.1568.997631834" ]
  ];
  fhir:Observation.component [
     fhir:index 0;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68193" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information" ]     ];
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "150588" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_MODALITY_SPOT: Stable mean" ]     ]
  ].

<urn:oid:1.0.0.2> a fhir:Observation;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</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>Gateway Device</b>: <a href=\"#urnoid1.2.3.1\">See above (urn:oid:1.2.3.1)</a></p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.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/3.1.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>: <a href=\"#urnoid1.2.3.0\">See above (urn:oid:1.2.3.0)</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 {beat}/min = '{beat}/min')</span></p><p><b>device</b>: <a href=\"#urnoid1.2.3.2\">See above (urn:oid:1.2.3.2)</a></p><p><b>derivedFrom</b>: <a href=\"#urnoid0.1568.997631834\">See above (urn:oid:0.1568.997631834)</a></p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.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/3.1.0/CodeSystem-v3-mdc.html\">ISO 11073-10101 Health informatics - Point-of-care</a>#150588)</span></td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.1" ]     ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "vital-signs" ];
       fhir:Coding.display [ fhir:value "Vital Signs" ]     ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
       fhir:Coding.code [ fhir:value "149530" ]     ], [
       fhir:index 1;
       a loinc:8867-4;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "8867-4" ]     ];
     fhir:CodeableConcept.text [ fhir:value "MDC_PULS_OXIM_PULS_RATE: Pulse rate" ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.0" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2019-09-20T12:40:16.936-04:00"^^xsd:dateTime];
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "47"^^xsd:decimal ];
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
     fhir:Quantity.code [ fhir:value "{beat}/min" ]
  ];
  fhir:Observation.device [
     fhir:Reference.reference [ fhir:value "urn:oid:1.2.3.2" ]
  ];
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:oid:0.1568.997631834" ]
  ];
  fhir:Observation.component [
     fhir:index 0;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "68193" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_ATTR_SUPPLEMENTAL_TYPES: Supplemental information" ]     ];
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ];
         fhir:Coding.code [ fhir:value "150588" ]       ];
       fhir:CodeableConcept.text [ fhir:value "MDC_MODALITY_SPOT: Stable mean" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.