FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/encounter-admit-source

Packagesignal.core.r4
Resource TypeValueSet
Idencounter-admit-source
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=http://hl7.org/fhir/ValueSet/encounter-admit-source
URLhttp://hl7.org/fhir/ValueSet/encounter-admit-source
Version4.0.1
Statusdraft
Date2019-11-01T09:29:23+11:00
NameAdmitSource
TitleAdmit source
Realmus
Authorityhl7
DescriptionThis value set defines a set of codes that can be used to indicate from where the patient came in.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
admit-sourceAdmit source

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "encounter-admit-source",
  "meta": {
    "lastUpdated": "2019-11-01T09:29:23.356+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/encounter-admit-source",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.257"
    }
  ],
  "version": "4.0.1",
  "name": "AdmitSource",
  "title": "Admit source",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T09:29:23+11:00",
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set defines a set of codes that can be used to indicate from where the patient came in.",
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source"
      }
    ]
  },
  "expansion": {
    "timestamp": "2019-11-01T09:29:23.356+11:00",
    "total": 11,
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "hosp-trans",
        "display": "Transferred from other hospital"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "emd",
        "display": "From accident/emergency department"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "outp",
        "display": "From outpatient department"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "born",
        "display": "Born in hospital"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "gp",
        "display": "General Practitioner referral"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "mp",
        "display": "Medical Practitioner/physician referral"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "nursing",
        "display": "From nursing home"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "psych",
        "display": "From psychiatric hospital"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "rehab",
        "display": "From rehabilitation facility"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/admit-source",
        "version": "4.0.1",
        "code": "other",
        "display": "Other"
      }
    ]
  }
}