0.1.0 - ci-build

MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: value-set-encounter-status-my-core - JSON Representation

Active as of 2024-02-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "value-set-encounter-status-my-core",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet value-set-encounter-status-my-core</b></p><a name=\"value-set-encounter-status-my-core\"> </a><a name=\"hcvalue-set-encounter-status-my-core\"> </a><a name=\"value-set-encounter-status-my-core-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\"><code>http://hl7.org/fhir/encounter-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=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-arrived\">arrived</a></td><td>Arrived</td><td>The Patient is present for the encounter, however is not currently meeting with a practitioner.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-in-progress\">in-progress</a></td><td>In Progress</td><td>The Encounter has begun and the patient is present / the practitioner and the patient are meeting.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-finished\">finished</a></td><td>Finished</td><td>The Encounter has ended.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-unknown\">unknown</a></td><td>Unknown</td><td>The encounter status is unknown. Note that &quot;unknown&quot; is a value of last resort and every attempt should be made to provide a meaningful value other than &quot;unknown&quot;.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.hie.moh.gov.my/ValueSet/encounter-status-my-core",
  "version" : "0.1.0",
  "name" : "ValueSetEncounterStatusMyCore",
  "title" : "value-set-encounter-status-my-core",
  "status" : "active",
  "date" : "2024-02-12T04:04:09.5621857+00:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Encounter priority value set",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/encounter-status",
        "concept" : [
          {
            "code" : "arrived",
            "display" : "Arrived"
          },
          {
            "code" : "in-progress",
            "display" : "In Progress"
          },
          {
            "code" : "finished",
            "display" : "Finished"
          },
          {
            "code" : "unknown",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}