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

FHIR IG analytics

Packagegdr.lab
Resource TypeValueSet
IdValueSet_Parentela.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-Parentela",
  "url": "https://fhir.siss.regione.lombardia.it/ValueSet/Parentela",
  "version": "1.0.0",
  "name": "Codice Parentela",
  "status": "active",
  "date": "2024-03-18T09:51:42.448468+00:00",
  "description": "ValueSet relativo alla codifica della parentela con il paziente",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "version": "1.0.0",
        "concept": [
          {
            "code": "MTH",
            "display": "mother"
          },
          {
            "code": "FTH",
            "display": "father"
          }
        ]
      }
    ]
  }
}