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 |
Example for DeviceComponent includes production specification information
@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-prodspec> a fhir:DeviceComponent; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-prodspec"]; 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-prodspec</p><p><b>identifier</b>: 789123</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>operationalStatus</b>: Off <span>(Details : {[not stated] code 'off' = 'off', given as 'Off'})</span></p><blockquote><p><b>productionSpecification</b></p><p><b>specType</b>: Serial number <span>(Details : {[not stated] code 'serial-number' = 'serial-number', given as 'Serial number'})</span></p><p><b>productionSpec</b>: xa-12324-b</p></blockquote><blockquote><p><b>productionSpecification</b></p><p><b>specType</b>: Hardware Revision <span>(Details : {[not stated] code 'hardware-revision' = 'hardware-revision', given as 'Hardware Revision'})</span></p><p><b>productionSpec</b>: 1.1</p></blockquote><blockquote><p><b>productionSpecification</b></p><p><b>specType</b>: Software Revision <span>(Details : {[not stated] code 'software-revision' = 'software-revision', given as 'Software Revision'})</span></p><p><b>productionSpec</b>: 1.12</p></blockquote><blockquote><p><b>productionSpecification</b></p><p><b>specType</b>: Firmware Revision <span>(Details : {[not stated] code 'firmware-revision' = 'firmware-revision', given as 'Firmware Revision'})</span></p><p><b>productionSpec</b>: 1.0.23</p></blockquote><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 "789123" ] ]; 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.operationalStatus [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "off" ]; fhir:Coding.display [ fhir:value "Off" ] ] ]; fhir:DeviceComponent.productionSpecification [ fhir:index 0; fhir:DeviceComponent.productionSpecification.specType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "serial-number" ]; fhir:Coding.display [ fhir:value "Serial number" ] ] ]; fhir:DeviceComponent.productionSpecification.productionSpec [ fhir:value "xa-12324-b" ] ], [ fhir:index 1; fhir:DeviceComponent.productionSpecification.specType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "hardware-revision" ]; fhir:Coding.display [ fhir:value "Hardware Revision" ] ] ]; fhir:DeviceComponent.productionSpecification.productionSpec [ fhir:value "1.1" ] ], [ fhir:index 2; fhir:DeviceComponent.productionSpecification.specType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "software-revision" ]; fhir:Coding.display [ fhir:value "Software Revision" ] ] ]; fhir:DeviceComponent.productionSpecification.productionSpec [ fhir:value "1.12" ] ], [ fhir:index 3; fhir:DeviceComponent.productionSpecification.specType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "firmware-revision" ]; fhir:Coding.display [ fhir:value "Firmware Revision" ] ] ]; fhir:DeviceComponent.productionSpecification.productionSpec [ fhir:value "1.0.23" ] ]; 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 . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/DeviceComponent/example-prodspec.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/DeviceComponent/example-prodspec.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.