1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: VitalSignStatus - JSON Representation

Active as of 2021-06-07

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "VitalSignStatus",
  "meta" : {
    "lastUpdated" : "2021-06-07T13:46:05.067+00:00"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VitalSignStatus</b></p><a name=\"VitalSignStatus\"> </a><a name=\"hcVitalSignStatus\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2021-06-07 13:46:05+0000</p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</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-observation-status.html#observation-status-preliminary\">preliminary</a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td></tr><tr><td><a href=\"CodeSystem-observation-status.html#observation-status-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such &quot;released&quot;, &quot;signed&quot;, etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr><tr><td><a href=\"CodeSystem-observation-status.html#observation-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The observation is unavailable because the measurement was not started or not completed (also sometimes called &quot;aborted&quot;).</td></tr><tr><td><a href=\"CodeSystem-observation-status.html#observation-status-entered-in-error\">entered-in-error</a></td><td>Entered-in-error</td><td>The observation has been withdrawn following previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.).</td></tr><tr><td><a href=\"CodeSystem-observation-status.html#observation-status-amended\">amended</a></td><td>Amended</td><td>Subsequent to being Final, the observation has been modified subsequent.  This includes updates/new information and corrections.</td></tr></table></li></ul></div>"
  },
  "url" : "https://cambio.codes/fhir/vs/vital-sign-status/v1",
  "version" : "1.1.0",
  "name" : "VitalSignStatus",
  "title" : "VitalSignStatus",
  "status" : "active",
  "date" : "2021-06-07T13:46:04.259735+00:00",
  "publisher" : "Cambio",
  "contact" : [
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://cambio.se"
        }
      ]
    },
    {
      "name" : "Cambio",
      "telecom" : [
        {
          "system" : "email",
          "value" : "informatics@cambio.se",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A subset of the  FHIR valueset observation status https://www.hl7.org/fhir/valueset-observation-status.html",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/observation-status",
        "concept" : [
          {
            "code" : "preliminary",
            "display" : "Preliminary"
          },
          {
            "code" : "final",
            "display" : "Final"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "entered-in-error",
            "display" : "Entered-in-error"
          },
          {
            "code" : "amended",
            "display" : "Amended"
          }
        ]
      }
    ]
  }
}