This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Health Care Devices Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device |
General DeviceComponent example
@prefix fhir: <http://hl7.org/fhir/> . @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 ------------------------------------------------------------------- <http://hl7.org/fhir/DeviceComponent/example> a fhir:DeviceComponent; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 0</p><p><b>type</b>: MDC_DEV_ANALY_SAT_O2_MDS <span>(Details : {urn:iso:std:iso:11073:10101 code '2000' = '2000', given as 'MDC_DEV_ANALY_SAT_O2_MDS'})</span></p><p><b>lastSystemChange</b>: 07/10/2014 2:45:00 PM</p><p><b>source</b>: <a>Device/d1</a></p><p><b>parent</b>: <a>DeviceComponent/dc1</a></p><p><b>operationalStatus</b>: Off <span>(Details : {urn:iso:std:iso:11073:10101 code 'off' = 'off', given as 'Off'})</span></p><p><b>parameterGroup</b>: Miscellaneous Parameter Group <span>(Details : {urn:iso:std:iso:11073:10101 code 'miscellaneous' = 'miscellaneous', given as 'Miscellaneous Parameter Group'})</span></p><p><b>measurementPrinciple</b>: optical</p><p><b>languageCode</b>: English (Region=United States) <span>(Details : {urn:ietf:bcp:47 code 'en-US' = 'English (Region=United States))</span></p></div>" ]; fhir:DeviceComponent.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "0" ] ]; fhir:DeviceComponent.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:Coding.code [ fhir:value "2000" ]; fhir:Coding.display [ fhir:value "MDC_DEV_ANALY_SAT_O2_MDS" ] ] ]; fhir:DeviceComponent.lastSystemChange [ fhir:value "2014-10-07T14:45:00Z"^^xsd:dateTime]; fhir:DeviceComponent.source [ fhir:link <http://hl7.org/fhir/Device/d1>; fhir:Reference.reference [ fhir:value "Device/d1" ] ]; fhir:DeviceComponent.parent [ fhir:link <http://hl7.org/fhir/DeviceComponent/dc1>; fhir:Reference.reference [ fhir:value "DeviceComponent/dc1" ] ]; fhir:DeviceComponent.operationalStatus [ 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 "off" ]; fhir:Coding.display [ fhir:value "Off" ] ] ]; fhir:DeviceComponent.parameterGroup [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ]; fhir:Coding.code [ fhir:value "miscellaneous" ]; fhir:Coding.display [ fhir:value "Miscellaneous Parameter Group" ] ] ]; fhir:DeviceComponent.measurementPrinciple [ fhir:value "optical"]; fhir:DeviceComponent.languageCode [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "en-US" ] ] ] . <http://hl7.org/fhir/Device/d1> a fhir:Device . <http://hl7.org/fhir/DeviceComponent/dc1> a fhir:DeviceComponent . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/DeviceComponent/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/DeviceComponent/example.ttl> . # -------------------------------------------------------------------------------------
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.