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

FHIR IG Statistics: CodeSystem/ProvinceCodeEsempio

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdProvinceCodeEsempio
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/province
URLhttp://cct.eng.it/FHIR/schema/province
Version1.0.1
Statusdraft
Date2023-04-04T18:11:56+02:00
NameProvinceCode
TitleProvinceCode
Authorityhl7
DescriptionQuesto CodeSystem incluce l'elenco delle province.
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": "ProvinceCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_Province"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/province",
  "version": "1.0.1",
  "name": "ProvinceCode",
  "title": "ProvinceCode",
  "status": "draft",
  "date": "2023-04-04T18:11:56+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 province.",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "sigla",
      "description": "Sigla",
      "type": "string"
    },
    {
      "code": "codice_regione",
      "uri": "http://cct.eng.it/FHIR/schema/regioni",
      "description": "Codice Regione",
      "type": "code"
    },
    {
      "code": "data_inizio",
      "description": "Data inizio validità",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine validità",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "071",
      "definition": "FOGGIA",
      "property": [
        {
          "code": "sigla",
          "valueString": "FG"
        },
        {
          "code": "codice_regione",
          "valueCode": "160"
        },
        {
          "code": "data_inizio",
          "valueDateTime": "1799-12-30"
        }
      ]
    }
  ]
}