This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Instance-availability.xml

Definition for Value SetInstanceAvailability

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>InstanceAvailability</h2><p>Availability of the resource</p><p><b>Copyright Statement:</b> These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association</p><p>This value set includes codes defined in other code systems, using the following rules:</p><ul><li>Include these codes as defined in <a href=\"valueset-dicom-dcim.html\">http://nema.org/dicom/dcid</a><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>ONLINE</td><td>Online</td><td>Resources are immediately available,.</td></tr><tr><td>OFFLINE</td><td>Offline</td><td>Resources need to be retrieved by manual intervention.</td></tr><tr><td>NEARLINE</td><td>Nearline</td><td>Resources need to be retrieved from relatively slow media.</td></tr><tr><td>UNAVAILABLE</td><td>Unavailable</td><td>Resources cannot be retrieved.</td></tr></table></li></ul></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/instance-availability",
  "name": "InstanceAvailability",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "Availability of the resource",
  "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association",
  "status": "draft",
  "date": "2014-09-30T18:09:16.976+10:00",
  "compose": {
    "include": [
      {
        "system": "http://nema.org/dicom/dcid",
        "code": [
          "ONLINE",
          "OFFLINE",
          "NEARLINE",
          "UNAVAILABLE"
        ],
        "_code": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/Profile/tools-extensions#definition",
                "valueString": "Resources are immediately available,."
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/Profile/tools-extensions#definition",
                "valueString": "Resources need to be retrieved by manual intervention."
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/Profile/tools-extensions#definition",
                "valueString": "Resources need to be retrieved from relatively slow media."
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/Profile/tools-extensions#definition",
                "valueString": "Resources cannot be retrieved."
              }
            ]
          }
        ]
      }
    ]
  }
}