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

FHIR IG Statistics: CodeSystem/BrancheCodeEsempio

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdBrancheCodeEsempio
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/branche
URLhttp://cct.eng.it/FHIR/schema/branche
Version1.0.1
Statusdraft
Date2023-03-31T17:16:35+02:00
NameBrancheCode
TitleBrancheCode
Authorityhl7
DescriptionQuesto CodeSystem incluce l'elenco delle branche
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": "BrancheCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_Branche"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/branche",
  "version": "1.0.1",
  "name": "BrancheCode",
  "title": "BrancheCode",
  "status": "draft",
  "date": "2023-03-31T17:16:35+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 branche",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "descrizione_aggintiva",
      "description": "Descrizione aggiuntiva",
      "type": "string"
    },
    {
      "code": "data_inizio",
      "description": "Data inizio",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "08",
      "definition": "CARDIOLOGIA",
      "property": [
        {
          "code": "descrizione_aggintiva",
          "valueString": "CARDIOLOGIA"
        },
        {
          "code": "data_inizio",
          "valueDateTime": "2005-06-08"
        }
      ]
    }
  ]
}