Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/device-productidentifierinudi (Turtle)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemDeviceProductionIdentifierInUDI

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "device-productidentifierinudi"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-07T11:58:29.429+11:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "oo" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "0" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://terminology.hl7.org/CodeSystem/device-productidentifierinudi"];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
  fhir:CanonicalResource.name [ fhir:value "DeviceProductionIdentifierInUDI"];
  fhir:CanonicalResource.title [ fhir:value "DeviceProductionIdentifierInUDI"];
  fhir:CanonicalResource.status [ fhir:value "draft"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2021-01-05T10:01:24+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "The production identifier(s) that are expected to appear in the UDI carrier."];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/device-productidentifierinudi"];
  fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "DeviceProductionIdentifierInUDI"];
  fhir:CodeSystem.title [ fhir:value "DeviceProductionIdentifierInUDI"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2021-01-05T10:01:24+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "The production identifier(s) that are expected to appear in the UDI carrier."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "lot-number" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Lot Number" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The label includes the lot number." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "manufactured-date" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Manufactured date" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The label includes the manufacture date." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "serial-number" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Serial Number" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The label includes the serial number." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "expiration-date" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Expiration date" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The label includes the expiration date." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "biological-source" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Biological source" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The label includes the biological source identifier." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "software-version" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Software Version" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The label includes the software version." ]
  ] .

# -------------------------------------------------------------------------------------


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.