CH ALIS (R4)
0.3.0 - CI build Switzerland flag

CH ALIS (R4), published by ALIS-Connect. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-alis/ and changes regularly. See the Directory of published versions

: ALIS 5.0 FHIR Bundle Alis5AmbPauschalen-CHOP-ICD - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Alis5AmbPauschalen-CHOP-ICD",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-message"
    ]
  },
  "type" : "message",
  "timestamp" : "2024-04-05T10:06:44Z",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:009a939b-8ef0-4488-b804-7a301c0b80ec",
      "resource" : {
        "resourceType" : "MessageHeader",
        "id" : "009a939b-8ef0-4488-b804-7a301c0b80ec",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_009a939b-8ef0-4488-b804-7a301c0b80ec\"> </a><p><b>Generated Narrative: MessageHeader</b><a name=\"009a939b-8ef0-4488-b804-7a301c0b80ec\"> </a><a name=\"hc009a939b-8ef0-4488-b804-7a301c0b80ec\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;009a939b-8ef0-4488-b804-7a301c0b80ec&quot; </p></div><p><b>event</b>: <a href=\"http://fhir.ch/ig/ch-alis-43\">http://fhir.ch/ig/ch-alis-43</a></p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><code>urn:TARDOCTest:1234:Radiologie</code></td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Version</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>1.1.0</td><td><code>urn:ALIS:4321:4321</code></td></tr></table><p><b>focus</b>: See on this page: urn:uuid:dcc72a03-c85d-4010-b8e9-12125cc59a8e</p></div>"
        },
        "eventUri" : "http://fhir.ch/ig/ch-alis-43",
        "destination" : [
          {
            "endpoint" : "urn:TARDOCTest:1234:Radiologie"
          }
        ],
        "source" : {
          "version" : "1.1.0",
          "endpoint" : "urn:ALIS:4321:4321"
        },
        "focus" : [
          {
            "reference" : "urn:uuid:dcc72a03-c85d-4010-b8e9-12125cc59a8e",
            "type" : "Bundle"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:dcc72a03-c85d-4010-b8e9-12125cc59a8e",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "dcc72a03-c85d-4010-b8e9-12125cc59a8e",
        "type" : "transaction",
        "entry" : [
          {
            "resource" : {
              "resourceType" : "ChargeItem",
              "contained" : [
                {
                  "resourceType" : "Patient",
                  "id" : "pat",
                  "identifier" : [
                    {
                      "type" : {
                        "coding" : [
                          {
                            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                            "code" : "MR"
                          }
                        ]
                      },
                      "system" : "http://www.example.ch/patienteniddomain",
                      "value" : "102"
                    }
                  ],
                  "name" : [
                    {
                      "family" : "Tester",
                      "given" : [
                        "Paul"
                      ]
                    }
                  ],
                  "gender" : "male",
                  "birthDate" : "1982-03-22"
                },
                {
                  "resourceType" : "Encounter",
                  "id" : "enc",
                  "identifier" : [
                    {
                      "type" : {
                        "coding" : [
                          {
                            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                            "code" : "VN"
                          }
                        ]
                      },
                      "system" : "http://www.example.ch/fallnummerdomain",
                      "value" : "987654"
                    }
                  ],
                  "status" : "finished",
                  "class" : {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                    "code" : "IMP",
                    "display" : "inpatient encounter"
                  },
                  "subject" : {
                    "reference" : "#pat"
                  },
                  "diagnosis" : [
                    {
                      "condition" : {
                        "reference" : "#5cebad0d-5fc3-4420-8130-2f93a5c04def"
                      }
                    }
                  ]
                },
                {
                  "resourceType" : "Condition",
                  "id" : "5cebad0d-5fc3-4420-8130-2f93a5c04def",
                  "identifier" : [
                    {
                      "value" : "DIAG1"
                    }
                  ],
                  "code" : {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/sid/icd-10",
                        "code" : "B01.2",
                        "display" : "Varizellen-Pneumonie"
                      }
                    ]
                  },
                  "bodySite" : [
                    {
                      "coding" : [
                        {
                          "system" : "http://snomed.info/sct",
                          "code" : "7771000"
                        }
                      ]
                    }
                  ],
                  "subject" : {
                    "reference" : "#pat"
                  },
                  "onsetDateTime" : "2024-04-01T17:06:50Z"
                },
                {
                  "resourceType" : "Procedure",
                  "id" : "84b2ed9a-1dcd-4390-84f8-1bd640a5a00e",
                  "identifier" : [
                    {
                      "value" : "PROC1"
                    }
                  ],
                  "status" : "completed",
                  "code" : {
                    "coding" : [
                      {
                        "system" : "https://www.bfs.admin.ch/bfs/statistiche/catalog/chop2023",
                        "code" : "87.41.99",
                        "display" : "Computertomographie des Thorax, sonstige"
                      }
                    ]
                  },
                  "subject" : {
                    "reference" : "#pat"
                  },
                  "performedDateTime" : "2024-04-04T10:06:50Z",
                  "performer" : [
                    {
                      "function" : {
                        "coding" : [
                          {
                            "system" : "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp",
                            "code" : "ResponsiblePhysician"
                          }
                        ]
                      },
                      "actor" : {
                        "identifier" : {
                          "value" : "7653253256999"
                        }
                      }
                    }
                  ],
                  "bodySite" : [
                    {
                      "coding" : [
                        {
                          "system" : "http://snomed.info/sct",
                          "code" : "7771000"
                        }
                      ]
                    }
                  ]
                }
              ],
              "extension" : [
                {
                  "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-sessionid",
                  "valueString" : "1"
                },
                {
                  "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-orderid",
                  "valueString" : "20240405-1"
                }
              ],
              "identifier" : [
                {
                  "value" : "20230404-1"
                }
              ],
              "status" : "billable",
              "subject" : {
                "reference" : "#pat"
              },
              "context" : {
                "reference" : "#enc"
              },
              "occurrenceDateTime" : "2024-04-04T09:00:00Z",
              "performingOrganization" : {
                "display" : "2400"
              },
              "costCenter" : {
                "display" : "007"
              },
              "enterer" : {
                "display" : "7653253256988"
              },
              "service" : [
                {
                  "reference" : "#84b2ed9a-1dcd-4390-84f8-1bd640a5a00e"
                }
              ]
            },
            "request" : {
              "method" : "POST",
              "url" : "ChargeItem"
            }
          }
        ]
      }
    }
  ]
}