Release 5 Ballot

This page is part of the FHIR Specification (v0.0.82: DSTU (v5.0.0-ballot: R5 Ballot - see ballot notes 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 . Page versions: R5 R4B

Example ValueSet/device-availability-status (JSON)

Vocabulary R4 Work Group Maturity Level : N/A Standards Status : Informative

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

Stroke example (for prognosis) Definition for Value SetFHIRDeviceAvailabilityStatus

{
  "resourceType": "Condition",
  "id": "stroke",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"

  "resourceType" : "ValueSet",
  "id" : "device-availability-status",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]

  },
  "patient": {
    "reference": "Patient/example"

  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"codesystem-device-availability-status.html\"><code>http://hl7.org/fhir/device-availability-status</code></a></li></ul></div>"

  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "422504002",
        "display": "Ischemic stroke (disorder)"
      }
    ],
    "text": "Stroke"

  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"

  },
  "category": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/condition-category",
        "code": "diagnosis",
        "display": "Diagnosis"
      }
    ]

  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"

  },
  "clinicalStatus": "confirmed",
  "onsetDateTime": "2010-07-18"

  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/ValueSet/device-availability-status",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.3198"
  }],
  "version" : "5.0.0-ballot",
  "name" : "FHIRDeviceAvailabilityStatus",
  "title" : "FHIRDeviceAvailabilityStatus",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-12-28T16:55:11+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The availability status of the device.",
  "immutable" : true,
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/device-availability-status"
    }]
  }

}

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.