FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeBundle
IdBundle_CODI_codifiche.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "AREAS.bundle-codi-inserimento-classiesenzioni",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Bundle_CODI_codifiche"
    ]
  },
  "type": "message",
  "timestamp": "2023-02-22T14:27:57.887+01:00",
  "entry": [
    {
      "resource": {
        "resourceType": "MessageHeader",
        "id": "IHUB.messageheader-codi",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/MessageHeader_CODI_codifiche_Eng"
          ]
        },
        "extension": [
          {
            "url": "http://cct.eng.it/FHIR/schema/messageHeader-operator",
            "extension": [
              {
                "url": "name",
                "valueCode": "nome operatore"
              },
              {
                "url": "surname",
                "valueCode": "cognome operatore"
              },
              {
                "url": "code",
                "valueCode": "nome.cognome"
              }
            ]
          }
        ],
        "eventCoding": {
          "system": "http://ihub.eng.it/fhir/message-events",
          "code": "INS_CLASSI_ESENZIONI",
          "display": "inserimento codifica classi esenzioni"
        },
        "destination": [
          {
            "name": "AREAS-INS_CLASSI_ESENZIONI",
            "endpoint": "http://areas.eng.it/INS_CLASSI_ESENZIONI"
          }
        ],
        "source": {
          "name": "IHUB",
          "endpoint": "http://ihub.eng.it"
        }
      }
    },
    {
      "resource": {
        "resourceType": "CodeSystem",
        "id": "ClassiEsenzioneCodeEsempio",
        "meta": {
          "profile": [
            "https://eng.it/fhir/StructureDefinition/CodeSystem_ClassiEsenzione"
          ]
        },
        "url": "http://cct.eng.it/FHIR/schema/classi_esenzione",
        "version": "1.0.1",
        "name": "ClassiEsenzioneCode",
        "title": "ClassiEsenzioneCode",
        "status": "draft",
        "date": "2023-03-31T17:23:04+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 classi di esenzione",
        "hierarchyMeaning": "grouped-by",
        "content": "complete",
        "property": [
          {
            "code": "tipo",
            "uri": "http://cct.eng.it/FHIR/schema/generic/tipi_esenzione",
            "description": "Codice tipo",
            "type": "code"
          },
          {
            "code": "data_inizio",
            "description": "Data inizio validità",
            "type": "dateTime"
          },
          {
            "code": "data_fine",
            "description": "Data fine validità",
            "type": "dateTime"
          }
        ],
        "concept": [
          {
            "code": "RARE",
            "definition": "MALATTIE RARE",
            "property": [
              {
                "code": "tipo",
                "valueCode": "S"
              },
              {
                "code": "data_inizio",
                "valueDateTime": "2000-01-01"
              },
              {
                "code": "data_fine",
                "valueDateTime": "2003-11-18"
              }
            ]
          }
        ]
      }
    }
  ]
}