FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/device-productidentifierinudi (JSON)

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

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemDeviceProductionIdentifierInUDI

{
  "resourceType" : "CodeSystem",
  "id" : "device-productidentifierinudi",
  "meta" : {
    "lastUpdated" : "2024-04-23T01:44:42.841+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/device-productidentifierinudi</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">lot-number<a name=\"device-productidentifierinudi-lot-number\"> </a></td><td>Lot Number</td><td>The label includes the lot number.</td></tr><tr><td style=\"white-space:nowrap\">manufactured-date<a name=\"device-productidentifierinudi-manufactured-date\"> </a></td><td>Manufactured date</td><td>The label includes the manufacture date.</td></tr><tr><td style=\"white-space:nowrap\">serial-number<a name=\"device-productidentifierinudi-serial-number\"> </a></td><td>Serial Number</td><td>The label includes the serial number.</td></tr><tr><td style=\"white-space:nowrap\">expiration-date<a name=\"device-productidentifierinudi-expiration-date\"> </a></td><td>Expiration date</td><td>The label includes the expiration date.</td></tr><tr><td style=\"white-space:nowrap\">biological-source<a name=\"device-productidentifierinudi-biological-source\"> </a></td><td>Biological source</td><td>The label includes the biological source identifier.</td></tr><tr><td style=\"white-space:nowrap\">software-version<a name=\"device-productidentifierinudi-software-version\"> </a></td><td>Software Version</td><td>The label includes the software version.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/device-productidentifierinudi",
  "version" : "6.0.0-cibuild",
  "name" : "DeviceProductionIdentifierInUDI",
  "title" : "Device Production Identifier In UDI",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The production identifier(s) that are expected to appear in the UDI carrier.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "lot-number",
    "display" : "Lot Number",
    "definition" : "The label includes the lot number."
  },
  {
    "code" : "manufactured-date",
    "display" : "Manufactured date",
    "definition" : "The label includes the manufacture date."
  },
  {
    "code" : "serial-number",
    "display" : "Serial Number",
    "definition" : "The label includes the serial number."
  },
  {
    "code" : "expiration-date",
    "display" : "Expiration date",
    "definition" : "The label includes the expiration date."
  },
  {
    "code" : "biological-source",
    "display" : "Biological source",
    "definition" : "The label includes the biological source identifier."
  },
  {
    "code" : "software-version",
    "display" : "Software Version",
    "definition" : "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.