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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeValueSet
IdValueSet-admission-source-vs.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/ValueSet/admission-source-vs
URLhttp://testSK.org/ValueSet/admission-source-vs
Version0.1.0
Statusdraft
Date2025-03-31
NameAdmissionSourceValueSet
TitleAdmission Sources ValueSet
DescriptionDefines the modes of transport or pathways by which the patient arrived.
PurposeTo standardize the capture of patient admission sources for workflow, reporting, and interoperability.
CopyrightThis value set includes SNOMED CT® content. SNOMED CT® is distributed by SNOMED International.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet admission-source-vs

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    715537001Transportation by ambulance (procedure)
    715957006Transportation by own transport (procedure)
    384762007Transportation procedure (procedure)

Source1

{
  "resourceType": "ValueSet",
  "id": "admission-source-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://testSK.org/ValueSet/admission-source-vs",
  "version": "0.1.0",
  "name": "AdmissionSourceValueSet",
  "title": "Admission Sources ValueSet",
  "status": "draft",
  "experimental": true,
  "date": "2025-03-31",
  "publisher": "UMU",
  "contact": [
    {
      "name": "UMU",
      "telecom": [
        {
          "system": "url",
          "value": "http://testSK.org/umu"
        }
      ]
    }
  ],
  "description": "Defines the modes of transport or pathways by which the patient arrived.",
  "immutable": false,
  "purpose": "To standardize the capture of patient admission sources for workflow, reporting, and interoperability.",
  "copyright": "This value set includes SNOMED CT® content. SNOMED CT® is distributed by SNOMED International.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "715537001",
            "display": "Transportation by ambulance (procedure)"
          },
          {
            "code": "715957006",
            "display": "Transportation by own transport (procedure)"
          },
          {
            "code": "384762007",
            "display": "Transportation procedure (procedure)"
          }
        ]
      }
    ]
  }
}