International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: ActStatus - JSON Representation

Active as of 2023-01-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.1.11.15933--20140326000000",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.5.14</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>normal</td><td>normal</td></tr><tr><td>aborted</td><td>aborted</td></tr><tr><td>active</td><td>active</td></tr><tr><td>cancelled</td><td>cancelled</td></tr><tr><td>completed</td><td>completed</td></tr><tr><td>held</td><td>held</td></tr><tr><td>new</td><td>new</td></tr><tr><td>suspended</td><td>suspended</td></tr><tr><td>nullified</td><td>nullified</td></tr><tr><td>obsolete</td><td>obsolete</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod" : {
        "start" : "2014-03-26T00:00:00+01:00"
      }
    }
  ],
  "url" : "http://localhost:8877/fhir/ValueSet/2.16.840.1.113883.1.11.15933--20140326000000",
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.15933"
    }
  ],
  "version" : "1.0",
  "name" : "ActStatus",
  "title" : "ActStatus",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-12T22:27:49+01:00",
  "publisher" : "Health Level Seven",
  "contact" : [
    {
      "name" : "HL7 International - International Patient Summary",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description" : "**History description 2014-03-26: **Lock all vaue sets untouched since 2014-03-26 to trackingId 2014T1_2014_03_26\n**description: **                 \nContains the names (codes.html) for each of the states in the state-machine of the RIM Act class.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.5.14",
        "concept" : [
          {
            "code" : "normal",
            "display" : "normal"
          },
          {
            "code" : "aborted",
            "display" : "aborted"
          },
          {
            "code" : "active",
            "display" : "active"
          },
          {
            "code" : "cancelled",
            "display" : "cancelled"
          },
          {
            "code" : "completed",
            "display" : "completed"
          },
          {
            "code" : "held",
            "display" : "held"
          },
          {
            "code" : "new",
            "display" : "new"
          },
          {
            "code" : "suspended",
            "display" : "suspended"
          },
          {
            "code" : "nullified",
            "display" : "nullified"
          },
          {
            "code" : "obsolete",
            "display" : "obsolete"
          }
        ]
      }
    ]
  }
}