| Package | eng.fhir.profile.dev |
| Resource Type | CodeSystem |
| Id | PrestazioniCodeEsempio |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=http://cct.eng.it/FHIR/schema/prestazioni |
| URL | http://cct.eng.it/FHIR/schema/prestazioni |
| Version | 1.0.1 |
| Status | draft |
| Date | 2023-03-31T16:03:13+02:00 |
| Name | PrestazioniCode |
| Title | PrestazioniCode |
| Authority | hl7 |
| Description | Questo CodeSystem incluce l'elenco delle prestazioni |
| Content | complete |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}