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

FHIR IG Statistics: CodeSystem/ClassiEsenzioneCodeEsempio

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdClassiEsenzioneCodeEsempio
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/classi_esenzione
URLhttp://cct.eng.it/FHIR/schema/classi_esenzione
Version1.0.1
Statusdraft
Date2023-03-31T17:23:04+02:00
NameClassiEsenzioneCode
TitleClassiEsenzioneCode
Authorityhl7
DescriptionQuesto CodeSystem incluce l'elenco delle classi di esenzione
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": "ClassiEsenzioneCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_ClassiEsenzione"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/classi_esenzione",
  "version": "1.0.1",
  "name": "ClassiEsenzioneCode",
  "title": "ClassiEsenzioneCode",
  "status": "draft",
  "date": "2023-03-31T17:23:04+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 classi di esenzione",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "tipo",
      "uri": "http://cct.eng.it/FHIR/schema/generic/tipi_esenzione",
      "description": "Codice tipo",
      "type": "code"
    },
    {
      "code": "data_inizio",
      "description": "Data inizio validità",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine validità",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "RARE",
      "definition": "MALATTIE RARE",
      "property": [
        {
          "code": "tipo",
          "valueCode": "S"
        },
        {
          "code": "data_inizio",
          "valueDateTime": "2000-01-01"
        },
        {
          "code": "data_fine",
          "valueDateTime": "2003-11-18"
        }
      ]
    }
  ]
}