This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example Device/example-udi1 (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
example-udi1
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
# The use case illustrates the use of an UDI for an implant is built with GS-1 format UDI data
[a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-udi1"] ; #
fhir:identifier ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://acme.com/devices/pacemakers/octane/serial"^^xsd:anyURI ]
] )
] ;
fhir:value [ fhir:v "1234-5678-90AB-CDEF" ]
] [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SNO" ]
] )
] ;
fhir:value [ fhir:v "10987654d321" ]
] ) ; #
fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "00844588003288" ] ;
fhir:issuer [ fhir:v "http://hl7.org/fhir/NamingSystem/gs1"^^xsd:anyURI ] ;
fhir:jurisdiction [ fhir:v "http://hl7.org/fhir/NamingSystem/fda-udi"^^xsd:anyURI ] ;
fhir:carrierAIDC [ fhir:v "XWQyMDExMDg1NzY3NDAwMjAxNzE3MTQxMTIwMTBOWUZVTDAx4oaUMjExOTI4MzfihpQ3MTNBMUIyQzNENEU1RjZH"^^xsd:base64Binary ] ;
fhir:carrierHRF [ fhir:v "{01}00844588003288{17}141120{10}7654321D{21}10987654d321" ] ;
fhir:entryType [ fhir:v "barcode" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:manufacturer [ fhir:v "Acme Devices, Inc"] ; #
fhir:expirationDate [ fhir:v "2014-11-20"^^xsd:date] ; #
fhir:lotNumber [ fhir:v "7654321D"] ; #
fhir:name ( [
fhir:value [ fhir:v "PM/Octane 2014" ] ;
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.org/fhir/device-nametype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "user-friendly-name" ]
] )
]
] ) ; #
fhir:type ( [
fhir:coding ( [
a sct:468063009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "468063009" ] ;
fhir:display [ fhir:v "Coated femoral stem prosthesis, modular" ]
] ) ;
fhir:text [ fhir:v "Coated femoral stem prosthesis, modular" ]
] ) ; # note: optional text value added here for a prettier generated narrative
fhir:safety ( [
fhir:coding ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.26.1.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mr-unsafe" ] ;
fhir:display [ fhir:v "MR Unsafe" ]
] ) ;
fhir:text [ fhir:v "MR Unsafe" ]
] )] . # <association>
# <status>
# <coding>
# <system value="http://terminology.hl7.org/CodeSystem/device-association-status" />
# <code value="attached"/>
# </coding>
# </status>
# <humanSubject>
# <reference value="Patient/example"/>
# </humanSubject>
# </association> , note: optional text value added here for a prettier generated narrative
# -------------------------------------------------------------------------------------
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.