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

FHIR IG Statistics: CodeSystem/CittadinanzeCodeEsempio

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdCittadinanzeCodeEsempio
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/cittadinanze
URLhttp://cct.eng.it/FHIR/schema/cittadinanze
Version1.0.0
Statusdraft
Date2023-04-03T17:56:54+02:00
NameCittadinanzeCode
TitleCittadinanzeCode
Authorityhl7
DescriptionQuesto CodeSystem incluce l'elenco delle cittadinanze
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "CittadinanzeCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_Cittadinanze"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/cittadinanze",
  "version": "1.0.0",
  "name": "CittadinanzeCode",
  "title": "CittadinanzeCode",
  "status": "draft",
  "date": "2023-04-03T17:56:54+02:00",
  "publisher": "Engineering Informatica SPA",
  "contact": [
    {
      "name": "GRP_esb.sanita",
      "telecom": [
        {
          "system": "email",
          "value": "grp_esb.sanita@eng.it"
        }
      ]
    }
  ],
  "description": "Questo CodeSystem incluce l'elenco delle cittadinanze",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "sigla_iso",
      "description": "Sigla ISO",
      "type": "string"
    },
    {
      "code": "appartenenza_ue",
      "description": "Appartenenza ad U.E.",
      "type": "boolean"
    },
    {
      "code": "data_inizio",
      "description": "Data inizio validità",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine validità",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "221",
      "definition": "IRLANDA",
      "property": [
        {
          "code": "appartenenza_ue",
          "valueBoolean": true
        },
        {
          "code": "data_inizio",
          "valueDateTime": "1800-01-01"
        },
        {
          "code": "data_fine",
          "valueDateTime": "2400-12-31"
        }
      ]
    }
  ]
}