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

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

: DeviceNameType - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "device-nametype",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem device-nametype</b></p><a name=\"device-nametype\"> </a><a name=\"hcdevice-nametype\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/device-nametype</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\">udi-label-name<a name=\"device-nametype-udi-label-name\"> </a></td><td>UDI Label name</td><td>UDI Label name.</td></tr><tr><td style=\"white-space:nowrap\">user-friendly-name<a name=\"device-nametype-user-friendly-name\"> </a></td><td>User Friendly name</td><td>User Friendly name.</td></tr><tr><td style=\"white-space:nowrap\">patient-reported-name<a name=\"device-nametype-patient-reported-name\"> </a></td><td>Patient Reported name</td><td>Patient Reported name.</td></tr><tr><td style=\"white-space:nowrap\">manufacturer-name<a name=\"device-nametype-manufacturer-name\"> </a></td><td>Manufacturer name</td><td>Manufacturer name.</td></tr><tr><td style=\"white-space:nowrap\">model-name<a name=\"device-nametype-model-name\"> </a></td><td>Model name</td><td>Model name.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"device-nametype-other\"> </a></td><td>other</td><td>other.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    }
  ],
  "url" : "http://hl7.org/fhir/device-nametype",
  "version" : "4.0.1",
  "name" : "DeviceNameType",
  "title" : "DeviceNameType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T08:29:23+10:00",
  "publisher" : "Orders and Observations",
  "contact" : [
    {
      "name" : "Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "The type of name the device is referred by.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/device-nametype|4.3.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "udi-label-name",
      "display" : "UDI Label name",
      "definition" : "UDI Label name."
    },
    {
      "code" : "user-friendly-name",
      "display" : "User Friendly name",
      "definition" : "User Friendly name."
    },
    {
      "code" : "patient-reported-name",
      "display" : "Patient Reported name",
      "definition" : "Patient Reported name."
    },
    {
      "code" : "manufacturer-name",
      "display" : "Manufacturer name",
      "definition" : "Manufacturer name."
    },
    {
      "code" : "model-name",
      "display" : "Model name",
      "definition" : "Model name."
    },
    {
      "code" : "other",
      "display" : "other",
      "definition" : "other."
    }
  ]
}