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

FHIR IG Statistics: CodeSystem/CategorieInterventoCodeEsempio

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdCategorieInterventoCodeEsempio
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/generic/categorie_intervento
URLhttp://cct.eng.it/FHIR/schema/generic/categorie_intervento
Version1.0.0
Statusdraft
Date2023-04-03T10:50:48+02:00
NameCategorieInterventoCode
TitleCategorieInterventoCode
Authorityhl7
DescriptionQuesto CodeSystem incluce l'elenco di Categorie Intervento
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": "CategorieInterventoCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_Generic"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/generic/categorie_intervento",
  "version": "1.0.0",
  "name": "CategorieInterventoCode",
  "title": "CategorieInterventoCode",
  "status": "draft",
  "date": "2023-04-03T10:50:48+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 di Categorie Intervento",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "data_inizio",
      "description": "Data inizio validità",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine validità",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "456",
      "definition": "ALTRA ASPORTAZIONE DELL'INTESTINO TENUE",
      "property": [
        {
          "code": "data_inizio",
          "valueDateTime": "2004-01-01"
        }
      ]
    }
  ]
}