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

FHIR IG Statistics: ValueSet/locationTypeValueSet

Packageeng.fhir.profile.dev
Resource TypeValueSet
IdlocationTypeValueSet
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/ValueSet/location-type
URLhttp://cct.eng.it/FHIR/ValueSet/location-type
Version1.0.0
Statusactive
Date2023-04-05T08:34:38.9016901+00:00
NameLocation Type ValueSet
TitlelocationTypeValueSet
Authorityhl7
DescriptionContiene la lista di codici da utilizzare per le tipologie di Location

Resources that use this resource

StructureDefinition
Location_EngLocation_Eng
Location_Reparto_EngLocation_Reparto_Eng
Location_StrutturaErogatrice_EngLocation_StrutturaErogatrice_Eng
Location_StrutturaFisica_EngLocation_StrutturaFisica_Eng
MyLocationMyLocation

Resources that this resource uses

CodeSystem
location-typelocationType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "locationTypeValueSet",
  "meta": {
    "tag": [
      {
        "code": "Location_Eng"
      }
    ]
  },
  "url": "http://cct.eng.it/FHIR/ValueSet/location-type",
  "version": "1.0.0",
  "name": "Location Type ValueSet",
  "title": "locationTypeValueSet",
  "status": "active",
  "experimental": true,
  "date": "2023-04-05T08:34:38.9016901+00:00",
  "publisher": "eng.it",
  "description": "Contiene la lista di codici da utilizzare per le tipologie di Location",
  "compose": {
    "include": [
      {
        "system": "http://cct.eng.it/FHIR/schema/location-type",
        "version": "1.0.0",
        "concept": [
          {
            "code": "ERA",
            "display": "Emergency Room Ambulatory"
          },
          {
            "code": "AMB",
            "display": "Ambulatory"
          },
          {
            "code": "AMB-R",
            "display": "Ambulatory Room"
          },
          {
            "code": "ESTAB",
            "display": "ESTABLISHMENT"
          },
          {
            "code": "SITE",
            "display": "site"
          }
        ]
      }
    ]
  }
}