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

FHIR IG Statistics: ValueSet/accdr-vs-location-physical-type

Packageca.on.dhdr.r4.v4
Resource TypeValueSet
Idaccdr-vs-location-physical-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ontariohealth.ca/fhir/ValueSet/acCDR-location-physical-type
URLhttp://ontariohealth.ca/fhir/ValueSet/acCDR-location-physical-type
Version1.0.0
Statusactive
NameLocationPhysicalType
TitleLocation Physical Type
Realmus
Authorityhl7
DescriptionLocation Physical Type - this value set specifies the aspect of the patient location data being contributed in PV1-3 (Assigned Patient Location) in HL7 v2 and used in FHIR element Encounter.location.physicalType

Resources that use this resource

StructureDefinition
ca-on-medications-profile-EncounterEncounter

Resources that this resource uses

CodeSystem
location-physical-typeLocation type
accdr-bed-desc-codeaccdr Bed Desc Code

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "accdr-vs-location-physical-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/acCDR-location-physical-type",
  "version": "1.0.0",
  "name": "LocationPhysicalType",
  "title": "Location Physical Type",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Location Physical Type  - this value set specifies the aspect of the patient location data being contributed in PV1-3 (Assigned Patient Location) in HL7 v2 and used in FHIR element Encounter.location.physicalType",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "concept": [
          {
            "code": "bd",
            "display": "Bed"
          },
          {
            "code": "ro",
            "display": "room"
          },
          {
            "code": "si",
            "display": "site or facility"
          },
          {
            "code": "bu",
            "display": "building"
          },
          {
            "code": "lvl",
            "display": "level or floor"
          },
          {
            "code": "wi",
            "display": "wing or point of care"
          }
        ]
      },
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/accdr-bed-desc-code",
        "concept": [
          {
            "code": "ld",
            "display": "location or bed description"
          }
        ]
      }
    ]
  }
}