Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

: CompartmentType - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "compartment-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/compartment-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Patient\n                  <a name=\"compartment-type-Patient\"> </a>\n                </td>\n                <td>The compartment definition is for the patient compartment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Encounter\n                  <a name=\"compartment-type-Encounter\"> </a>\n                </td>\n                <td>The compartment definition is for the encounter compartment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">RelatedPerson\n                  <a name=\"compartment-type-RelatedPerson\"> </a>\n                </td>\n                <td>The compartment definition is for the related-person compartment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Practitioner\n                  <a name=\"compartment-type-Practitioner\"> </a>\n                </td>\n                <td>The compartment definition is for the practitioner compartment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Device\n                  <a name=\"compartment-type-Device\"> </a>\n                </td>\n                <td>The compartment definition is for the device compartment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">EpisodeOfCare\n                  <a name=\"compartment-type-EpisodeOfCare\"> </a>\n                </td>\n                <td>The compartment definition is for the episodeofcare compartment.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/compartment-type",
  "version" : "5.0.0",
  "name" : "CompartmentType",
  "title" : "Compartment Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-04T17:01:24-06:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Which type a compartment definition describes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/compartment-type|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Patient",
      "display" : "Patient",
      "definition" : "The compartment definition is for the patient compartment."
    },
    {
      "code" : "Encounter",
      "display" : "Encounter",
      "definition" : "The compartment definition is for the encounter compartment."
    },
    {
      "code" : "RelatedPerson",
      "display" : "RelatedPerson",
      "definition" : "The compartment definition is for the related-person compartment."
    },
    {
      "code" : "Practitioner",
      "display" : "Practitioner",
      "definition" : "The compartment definition is for the practitioner compartment."
    },
    {
      "code" : "Device",
      "display" : "Device",
      "definition" : "The compartment definition is for the device compartment."
    },
    {
      "code" : "EpisodeOfCare",
      "display" : "EpisodeOfCare",
      "definition" : "The compartment definition is for the episodeofcare compartment."
    }
  ]
}