FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: UDIEntryType - TTL Representation

Page standards status: Informative Maturity Level: 2

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "udi-entry-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n            <h2>UDIEntryType</h2>\n      \n      \n            <div>\n        \n        \n              <p>Codes to identify how UDI data was entered.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://hl7.org/fhir/udi-entry-type defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">barcode\n            \n            \n                  <a name=\"udi-entry-type-barcode\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Barcode</td>\n          \n          \n                <td>a barcodescanner captured the data from the device label.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">rfid\n            \n            \n                  <a name=\"udi-entry-type-rfid\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>RFID</td>\n          \n          \n                <td>An RFID chip reader captured the data from the device label.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">manual\n            \n            \n                  <a name=\"udi-entry-type-manual\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Manual</td>\n          \n          \n                <td>The data was read from the label by a person and manually entered. (e.g.  via a keyboard).</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">card\n            \n            \n                  <a name=\"udi-entry-type-card\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Card</td>\n          \n          \n                <td>The data originated from a patient's implant card and was read by an operator.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">self-reported\n            \n            \n                  <a name=\"udi-entry-type-self-reported\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Self Reported</td>\n          \n          \n                <td>The data originated from a patient source and was not directly scanned or read from a label or card.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">unknown\n            \n            \n                  <a name=\"udi-entry-type-unknown\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Unknown</td>\n          \n          \n                <td>The method of data capture has not been determined.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "oo"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/udi-entry-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "UDIEntryType"] ; # 
  fhir:title [ fhir:v "UDIEntryType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-17T06:06:13+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Orders and Observations"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Orders and Observations" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes to identify how UDI data was entered."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/udi-entry-type|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/udi-entry-type|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "barcode" ] ;
fhir:display [ fhir:v "Barcode" ] ;
fhir:definition [ fhir:v "a barcodescanner captured the data from the device label." ]
  ] [
fhir:code [ fhir:v "rfid" ] ;
fhir:display [ fhir:v "RFID" ] ;
fhir:definition [ fhir:v "An RFID chip reader captured the data from the device label." ]
  ] [
fhir:code [ fhir:v "manual" ] ;
fhir:display [ fhir:v "Manual" ] ;
fhir:definition [ fhir:v "The data was read from the label by a person and manually entered. (e.g.  via a keyboard)." ]
  ] [
fhir:code [ fhir:v "card" ] ;
fhir:display [ fhir:v "Card" ] ;
fhir:definition [ fhir:v "The data originated from a patient's implant card and was read by an operator." ]
  ] [
fhir:code [ fhir:v "self-reported" ] ;
fhir:display [ fhir:v "Self Reported" ] ;
fhir:definition [ fhir:v "The data originated from a patient source and was not directly scanned or read from a label or card." ]
  ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ;
fhir:definition [ fhir:v "The method of data capture has not been determined." ]
  ] ) . #