FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-encounter-subject-status.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://terminology.hl7.org/CodeSystem/encounter-subject-status defines the following codes:

CodeDisplayDefinition
arrived ArrivedThe subject has arrived at the physical or virtual location and is ready to receive care.
triaged TriagedThe subject has been seen triaged by staff and is waiting for further care.
receiving-care Receiving CareThe subject is present and commenced receiving care. This can include periods of waiting between care.
on-leave On LeaveThe subject has left the physical or virtual location, but is expected to return and resume care as part of this encounter.
departed DepartedThe subject has left the physical or virtual location, and is not expected to return as part of this encounter.

Source1

{
  "resourceType": "CodeSystem",
  "id": "encounter-subject-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/encounter-subject-status",
  "version": "1.0.0",
  "name": "EncounterSubjectStatus",
  "title": "Encounter subject status",
  "status": "draft",
  "experimental": false,
  "date": "2023-02-26T04:07:30+10:00",
  "publisher": "Patient Administration",
  "contact": [
    {
      "name": "Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "This example value set defines a set of codes that can be used to indicate the status of the subject within the encounter",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/encounter-subject-status|1.0.1",
  "content": "complete",
  "concept": [
    {
      "code": "arrived",
      "display": "Arrived",
      "definition": "The subject has arrived at the physical or virtual location and is ready to receive care."
    },
    {
      "code": "triaged",
      "display": "Triaged",
      "definition": "The subject has been seen triaged by staff and is waiting for further care."
    },
    {
      "code": "receiving-care",
      "display": "Receiving Care",
      "definition": "The subject is present and commenced receiving care.  This can include periods of waiting between care."
    },
    {
      "code": "on-leave",
      "display": "On Leave",
      "definition": "The subject has left the physical or virtual location, but is expected to return and resume care as part of this encounter."
    },
    {
      "code": "departed",
      "display": "Departed",
      "definition": "The subject has left the physical or virtual location, and is not expected to return as part of this encounter."
    }
  ]
}