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

FHIR IG analytics

Packagerlfhir.lab
Resource TypeValueSet
IdValueSet_TipologiaCaregiver.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "ValueSet-SIAD-TipologiaCaregiver",
  "url": "https://fhir.siss.regione.lombardia.it/ValueSet/TipologiaCaregiver",
  "version": "1.0.0",
  "name": "SIAD - Tipologia Caregiver",
  "status": "active",
  "date": "2023-01-24",
  "description": "ValueSet relativo alla codifica della tipologia di caregiver",
  "compose": {
    "include": [
      {
        "system": "https://fhir.siss.regione.lombardia.it/CodeSystem/TipologiaCaregiver",
        "version": "1.0.0",
        "concept": [
          {
            "code": "CARE01",
            "display": "Formale"
          },
          {
            "code": "CARE02",
            "display": "Non Formale"
          }
        ]
      }
    ]
  }
}