| Package | eng.fhir.profile.dev | 
| Resource Type | CodeSystem | 
| Id | InterventiCodeEsempio | 
| FHIR Version | R4 | 
| Source | https://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/interventi | 
| URL | http://cct.eng.it/FHIR/schema/interventi | 
| Version | 1.0.1 | 
| Status | draft | 
| Date | 2023-03-31T18:00:18+02:00 | 
| Name | InterventiCode | 
| Title | InterventiCode | 
| Authority | hl7 | 
| Description | Questo CodeSystem incluce l'elenco degli interventi | 
| Content | complete | 
No resources found
No resources found
No narrative content found in resource
{
  "resourceType": "CodeSystem",
  "id": "InterventiCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_Interventi"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/interventi",
  "version": "1.0.1",
  "name": "InterventiCode",
  "title": "InterventiCode",
  "status": "draft",
  "date": "2023-03-31T18:00:18+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 degli interventi",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "sesso",
      "description": "sesso (1=Maschio, 2=Femmina, 0=Entrambi)",
      "type": "code"
    },
    {
      "code": "chirurgico",
      "description": "Chirurgico",
      "type": "boolean"
    },
    {
      "code": "day_surgery",
      "description": "Day Surgery",
      "type": "boolean"
    },
    {
      "code": "principale",
      "description": "Principale",
      "type": "boolean"
    },
    {
      "code": "maggior_tutela",
      "description": "Maggior tutela",
      "type": "boolean"
    },
    {
      "code": "fascia_eta",
      "uri": "http://cct.eng.it/FHIR/schema/fasce_eta",
      "description": "Fascia età",
      "type": "code"
    },
    {
      "code": "categoria",
      "uri": "http://cct.eng.it/FHIR/schema/generic/categorie_intervento",
      "description": "Categoria",
      "type": "code"
    },
    {
      "code": "data_inizio",
      "description": "Data inizio validità",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine validità",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "SEB3",
      "definition": "SEB3",
      "property": [
        {
          "code": "sesso",
          "valueCode": "2"
        },
        {
          "code": "chirurgico",
          "valueBoolean": false
        },
        {
          "code": "day_surgery",
          "valueBoolean": false
        },
        {
          "code": "principale",
          "valueBoolean": false
        },
        {
          "code": "maggior_tutela",
          "valueBoolean": false
        },
        {
          "code": "fascia_eta",
          "valueCode": "SEB3"
        },
        {
          "code": "categoria",
          "valueCode": "456"
        },
        {
          "code": "data_inizio",
          "valueDateTime": "2022-01-01"
        }
      ]
    }
  ]
}