@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DeviceMetric; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "example"

identifier: id: 345675

type: MDC_PULS_OXIM_SAT_O2 (ISO 11073-10101 Health informatics - Point-of-care#150456)

unit: MDC_DIM_PERCENT (ISO 11073-10101 Health informatics - Point-of-care#262688)

source: Device/dev1

parent: DeviceDefinition/dc102

operationalStatus: on

color: blue

category: measurement

measurementPeriod: Do Once per 1 seconds

Calibrations

-TypeStateTime
*two-pointcalibrated29/12/2016 1:03:04 AM
" ]; fhir:DeviceMetric.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://goodcare.org/devicemetric/id" ]; fhir:Identifier.value [ fhir:value "345675" ] ]; fhir:DeviceMetric.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:Coding.code [ fhir:value "150456" ]; fhir:Coding.display [ fhir:value "MDC_PULS_OXIM_SAT_O2" ] ] ]; fhir:DeviceMetric.unit [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:Coding.code [ fhir:value "262688" ]; fhir:Coding.display [ fhir:value "MDC_DIM_PERCENT" ] ] ]; fhir:DeviceMetric.source [ fhir:link ; fhir:Reference.reference [ fhir:value "Device/dev1" ] ]; fhir:DeviceMetric.parent [ fhir:link ; fhir:Reference.reference [ fhir:value "DeviceDefinition/dc102" ] ]; fhir:DeviceMetric.operationalStatus [ fhir:value "on"]; fhir:DeviceMetric.color [ fhir:value "blue"]; fhir:DeviceMetric.category [ fhir:value "measurement"]; fhir:DeviceMetric.measurementPeriod [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ]; fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "s" ] ] ]; fhir:DeviceMetric.calibration [ fhir:index 0; fhir:DeviceMetric.calibration.type [ fhir:value "two-point" ]; fhir:DeviceMetric.calibration.state [ fhir:value "calibrated" ]; fhir:DeviceMetric.calibration.time [ fhir:value "2016-12-28T09:03:04-05:00"^^xsd:dateTime ] ] . a fhir:Device . a fhir:DeviceDefinition . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------