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

FHIR IG Statistics: CodeSystem/PrestazioniCodeEsempio

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdPrestazioniCodeEsempio
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/prestazioni
URLhttp://cct.eng.it/FHIR/schema/prestazioni
Version1.0.1
Statusdraft
Date2023-03-31T16:03:13+02:00
NamePrestazioniCode
TitlePrestazioniCode
Authorityhl7
DescriptionQuesto CodeSystem incluce l'elenco delle prestazioni
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": "PrestazioniCodeEsempio",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CodeSystem_Prestazioni"
    ]
  },
  "url": "http://cct.eng.it/FHIR/schema/prestazioni",
  "version": "1.0.1",
  "name": "PrestazioniCode",
  "title": "PrestazioniCode",
  "status": "draft",
  "date": "2023-03-31T16:03:13+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 prestazioni",
  "hierarchyMeaning": "grouped-by",
  "content": "complete",
  "property": [
    {
      "code": "descrizione_lunga",
      "description": "Descrizione lunga",
      "type": "string"
    },
    {
      "code": "nota",
      "description": "Nota",
      "type": "string"
    },
    {
      "code": "costo",
      "description": "Tariffa",
      "type": "decimal"
    },
    {
      "code": "codice_ministeriale",
      "description": "Codice ministeriale",
      "type": "string"
    },
    {
      "code": "branca",
      "uri": "http://cct.eng.it/FHIR/schema/branche",
      "description": "Codice della branca a cui afferisce la prestazione",
      "type": "code"
    },
    {
      "code": "data_inizio",
      "description": "Data inizio validità",
      "type": "dateTime"
    },
    {
      "code": "data_fine",
      "description": "Data fine validità",
      "type": "dateTime"
    }
  ],
  "concept": [
    {
      "code": "VCAR",
      "definition": "VISITA CARDIOLOGICA",
      "property": [
        {
          "code": "descrizione_lunga",
          "valueString": "VISITA CARDIOLOGICA"
        },
        {
          "code": "costo",
          "valueDecimal": 18.91
        },
        {
          "code": "codice_ministeriale",
          "valueString": "89.7"
        },
        {
          "code": "branca",
          "valueCode": "08"
        },
        {
          "code": "branca",
          "valueCode": "RAD-TRAD"
        },
        {
          "code": "data_inizio",
          "valueDateTime": "2005-06-08"
        }
      ]
    }
  ]
}