Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). 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: R4B R4

Example ValueSet/care-plan-activity-kind (JSON)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Value SetCare Plan Activity Kind

{
  "resourceType" : "ValueSet",
  "id" : "care-plan-activity-kind",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"codesystem-fhir-types.html\"><code>http://hl7.org/fhir/fhir-types</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Appointment\">Appointment</a></td><td>Appointment</td><td>A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-CommunicationRequest\">CommunicationRequest</a></td><td>CommunicationRequest</td><td>A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-DeviceRequest\">DeviceRequest</a></td><td>DeviceRequest</td><td>Represents a request a device to be provided to a specific patient. The device may be an implantable device to be subsequently implanted, or an external assistive device, such as a walker, to be delivered and subsequently be used.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-MedicationRequest\">MedicationRequest</a></td><td>MedicationRequest</td><td>An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called &quot;MedicationRequest&quot; rather than &quot;MedicationPrescription&quot; or &quot;MedicationOrder&quot; to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-NutritionOrder\">NutritionOrder</a></td><td>NutritionOrder</td><td>A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-Task\">Task</a></td><td>Task</td><td>A task to be performed.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-ServiceRequest\">ServiceRequest</a></td><td>ServiceRequest</td><td>A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.</td></tr><tr><td><a href=\"codesystem-fhir-types.html#fhir-types-VisionPrescription\">VisionPrescription</a></td><td>VisionPrescription</td><td>An authorization for the provision of glasses and/or contact lenses to a patient.</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/ValueSet/care-plan-activity-kind",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.145"
  }],
  "version" : "5.0.0-ballot",
  "name" : "CarePlanActivityKind",
  "title" : "Care Plan Activity Kind",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "HL7 International - Patient Care WG",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare/"
    }]
  }],
  "description" : "Resource types defined as part of FHIR that can be represented as in-line definitions of a care plan activity.",
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/fhir-types",
      "concept" : [{
        "code" : "Appointment"
      },
      {
        "code" : "CommunicationRequest"
      },
      {
        "code" : "DeviceRequest"
      },
      {
        "code" : "MedicationRequest"
      },
      {
        "code" : "NutritionOrder"
      },
      {
        "code" : "Task"
      },
      {
        "code" : "ServiceRequest"
      },
      {
        "code" : "VisionPrescription"
      }]
    }]
  }
}

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.