@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/phd/Observation/coin-20181119174911> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "coin-20181119174911"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation coin-20181119174911</b></p><a name=\"coin-20181119174911\"> </a><a name=\"hccoin-20181119174911\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PhdCoincidentTimeStampObservation.html\">PhdCoincidentTimeStampObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 67975}\">Absolute time</span></p><p><b>subject</b>: <a href=\"Device-phd-711000FEFF5F49B0.B0495F001071.html\">Device: identifier = IEEE 11073 System Identifier,Bluetooth MAC address; manufacturer = OMRONHEALTHCARE; serialNumber = 20150200002A; modelNumber = HEM-9200T; type = MDC_MOC_VMS_MDS_SIMP</a></p><p><b>effective</b>: 2018-11-11 11:38:10-0500</p><p><b>value</b>: 2018-11-11 11:38:10-0500</p><p><b>device</b>: <a href=\"Device-phg-ecde3d4e58532d31.000000000000.html\">Device: identifier = IEEE 11073 System Identifier,Bluetooth MAC address,Ethernet MAC address; type = MDC_MOC_VMS_MDS_AHD</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 68220}\">Clock Synchronization Method</span></td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 532234}\">MDC_TIME_SYNC_EBWW</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:11073:10101>
       ] ;
       fhir:code [ fhir:v "67975" ] ;
       fhir:display [ fhir:v "MDC_ATTR_TIME_ABS" ]
     ] ) ;
     fhir:text [ fhir:v "Absolute time" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/uv/phd/Device/phd-711000FEFF5F49B0.B0495F001071> ;
     fhir:reference [ fhir:v "Device/phd-711000FEFF5F49B0.B0495F001071" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2018-11-11T11:38:10-05:00"^^xsd:dateTime
  ] ; # 
  fhir:value [
     a fhir:DateTime ;
     fhir:v "2018-11-11T11:38:10-05:00"^^xsd:dateTime
  ] ; # 
  fhir:device [
     fhir:l <http://hl7.org/fhir/uv/phd/Device/phg-ecde3d4e58532d31.000000000000> ;
     fhir:reference [ fhir:v "Device/phg-ecde3d4e58532d31.000000000000" ]
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
           fhir:l <urn:iso:std:iso:11073:10101>
         ] ;
         fhir:code [ fhir:v "68220" ] ;
         fhir:display [ fhir:v "MDC_TIME_SYNC_PROTOCOL" ]
       ] ) ;
       fhir:text [ fhir:v "Clock Synchronization Method" ]
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ;
           fhir:l <urn:iso:std:iso:11073:10101>
         ] ;
         fhir:code [ fhir:v "532234" ] ;
         fhir:display [ fhir:v "MDC_TIME_SYNC_EBWW" ]
       ] )
     ]
  ] ) . # 

<http://hl7.org/fhir/uv/phd/Device/phd-711000FEFF5F49B0.B0495F001071> a fhir:Uv .

<http://hl7.org/fhir/uv/phd/Device/phg-ecde3d4e58532d31.000000000000> a fhir:Uv .

# -------------------------------------------------------------------------------------

