FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Device/device-example-bpmonitor (Turtle)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: Device

Raw Turtle (+ also see Turtle/RDF Format Specification)

device-example-bpmonitor

@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/Device/device-example-bpmonitor> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "device-example-bpmonitor"] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers>
         ] ;
         fhir:code [ fhir:v "SYSID" ] ;
         fhir:display [ fhir:v "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:l <urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680>
     ] ;
     fhir:value [ fhir:v "00-09-1F-FF-FE-80-07-3A" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers>
         ] ;
         fhir:code [ fhir:v "BTMAC" ] ;
         fhir:display [ fhir:v "Bluetooth Address" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://hl7.org/fhir/sid/eui-48"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/sid/eui-48>
     ] ;
     fhir:value [ fhir:v "00-09-1F-80-07-3A" ]
  ] ) ; # 
  fhir:definition [] ; # 
  fhir:location [
     fhir:l <http://hl7.org/fhir/Location/2> ;
     fhir:reference [ fhir:v "Location/2" ]
  ] ; # 
  fhir:parent [
     fhir:l <http://hl7.org/fhir/Device/345675> ;
     fhir:reference [ fhir:v "Device/345675" ]
  ] ; # 
  fhir:udiCarrier ( [
     fhir:deviceIdentifier [ fhir:v "39183189818" ] ;
     fhir:issuer [
       fhir:v "http://hl7.org/fhir/NamingSystem/gs1-di"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/gs1-di>
     ] ;
     fhir:jurisdiction [
       fhir:v "http://hl7.org/fhir/NamingSystem/fda-udi"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/NamingSystem/fda-udi>
     ] ;
     fhir:carrierHRF [ fhir:v "(01)39183189818(21)5091100966" ] ;
     fhir:entryType [ fhir:v "electronic-transmission" ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "MediTech Solutions"] ; # 
  fhir:serialNumber [ fhir:v "5091100966"] ; # 
  fhir:name ( [
     fhir:value [ fhir:v "MediTech Solutions MT-BP2000X" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/device-nametype"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/device-nametype>
         ] ;
         fhir:code [ fhir:v "user-friendly-name" ]
       ] )
     ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "MT-BP2000X"] ; # 
  fhir:type ( [
     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 "65573" ] ;
       fhir:display [ fhir:v "MDC_MOC_VMS_MDS_SIMP" ]
     ] ) ;
     fhir:text [ fhir:v "MDC_MOC_VMS_MDS_SIMP: Personal Health Device" ]
  ] ) ; # 
  fhir:conformsTo ( [
     fhir:specification [
       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 "528391" ]
       ] ) ;
       fhir:text [ fhir:v "MDC_DEV_SPEC_PROFILE_BP: Blood Pressure meter" ]
     ] ;
     fhir:version [ fhir:v "1" ]
  ] ) ; # 
  fhir:property ( [
     fhir:type [
       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:text [ fhir:v "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol" ]
     ] ;
     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 "532224" ]
       ] ) ;
       fhir:text [ fhir:v "MDC_TIME_SYNC_NONE: No time synchronization" ]
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/ASN1ToHL7>
         ] ;
         fhir:code [ fhir:v "68219.0" ]
       ] ) ;
       fhir:text [ fhir:v "mds-time-capab-real-time-clock" ]
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:v true
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/ASN1ToHL7>
         ] ;
         fhir:code [ fhir:v "68219.1" ]
       ] ) ;
       fhir:text [ fhir:v "mds-time-capab-set-clock" ]
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:v true
     ]
  ] ) . # 

<http://hl7.org/fhir/Location/2> a fhir:Location .

<http://hl7.org/fhir/Device/345675> a fhir:Device .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.