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 Example Mapped - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "AlisExampleMapped",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-message"
    ]
  },
  "type" : "message",
  "timestamp" : "2017-08-30T11:23:05-01:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:13ccd702-fd84-428d-a7d9-924f97ef8b2c",
      "resource" : {
        "resourceType" : "MessageHeader",
        "id" : "13ccd702-fd84-428d-a7d9-924f97ef8b2c",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_13ccd702-fd84-428d-a7d9-924f97ef8b2c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 13ccd702-fd84-428d-a7d9-924f97ef8b2c</b></p><a name=\"13ccd702-fd84-428d-a7d9-924f97ef8b2c\"> </a><a name=\"hc13ccd702-fd84-428d-a7d9-924f97ef8b2c\"> </a><a name=\"13ccd702-fd84-428d-a7d9-924f97ef8b2c-en-US\"> </a><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>urn:Name_des_empfangenden_Systems:Mandant:Code_im_empfangenden_System</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>Version der sendenden Software</td><td>urn:Name_des_senden_Systems:Mandant:Code_im_sendenden:System</td></tr></table><p><b>focus</b>: <a href=\"Bundle-AlisExampleMapped.html#urn-uuid-c11ebbf5-020b-40aa-8338-fca4a1dd2df0\">Bundle: type = message; timestamp = 2017-08-30 11:23:05-0100</a></p></div>"
        },
        "eventUri" : "http://fhir.ch/ig/ch-alis-43",
        "destination" : [
          {
            "endpoint" : "urn:Name_des_empfangenden_Systems:Mandant:Code_im_empfangenden_System"
          }
        ],
        "source" : {
          "version" : "Version der sendenden Software",
          "endpoint" : "urn:Name_des_senden_Systems:Mandant:Code_im_sendenden:System"
        },
        "focus" : [
          {
            "reference" : "urn:uuid:c11ebbf5-020b-40aa-8338-fca4a1dd2df0",
            "type" : "Bundle"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:c11ebbf5-020b-40aa-8338-fca4a1dd2df0",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "c11ebbf5-020b-40aa-8338-fca4a1dd2df0",
        "type" : "transaction",
        "entry" : [
          {
            "fullUrl" : "urn:uuid:8c85d1e4-182f-4905-93cc-4ba5c041755f",
            "resource" : {
              "resourceType" : "ChargeItem",
              "id" : "8c85d1e4-182f-4905-93cc-4ba5c041755f",
              "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" : "Patienten-ID"
                    }
                  ],
                  "name" : [
                    {
                      "family" : "Patienten-Name",
                      "given" : [
                        "Patienten-Vorname"
                      ]
                    }
                  ],
                  "gender" : "male",
                  "birthDate" : "1950-01-01"
                },
                {
                  "resourceType" : "Encounter",
                  "id" : "enc",
                  "extension" : [
                    {
                      "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-termination",
                      "extension" : [
                        {
                          "url" : "TerminationVisit",
                          "valueDate" : "2017-08-31"
                        },
                        {
                          "url" : "TerminationReason",
                          "valueString" : "Grund für Fallabschluss"
                        }
                      ]
                    }
                  ],
                  "identifier" : [
                    {
                      "type" : {
                        "coding" : [
                          {
                            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                            "code" : "VN"
                          }
                        ]
                      },
                      "system" : "http://www.example.ch/fallnummerdomain",
                      "value" : "eindeutige Fall-Identifikation"
                    }
                  ],
                  "status" : "finished",
                  "class" : {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                    "code" : "IMP",
                    "display" : "inpatient encounter"
                  },
                  "subject" : {
                    "reference" : "#pat"
                  },
                  "diagnosis" : [
                    {
                      "condition" : {
                        "reference" : "#cond"
                      },
                      "use" : {
                        "text" : "Eintrittsdiagnose"
                      }
                    }
                  ]
                },
                {
                  "resourceType" : "Condition",
                  "id" : "cond",
                  "code" : {
                    "coding" : [
                      {
                        "system" : "urn:oid:2.16.756.5.30.1.126.3.2",
                        "code" : "99.99"
                      }
                    ]
                  },
                  "subject" : {
                    "reference" : "#pat"
                  }
                }
              ],
              "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" : "16595790-A8C1-43E1-B785-BC81F3926482"
                },
                {
                  "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-form",
                  "valueString" : "a1b2c3"
                },
                {
                  "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-parameterv40",
                  "extension" : [
                    {
                      "url" : "ParamTyp",
                      "valueCodeableConcept" : {
                        "text" : "Duration"
                      }
                    },
                    {
                      "url" : "ParamValue",
                      "valueString" : "25"
                    }
                  ]
                },
                {
                  "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-parameterv40",
                  "extension" : [
                    {
                      "url" : "ParamTyp",
                      "valueCodeableConcept" : {
                        "text" : "individuell vereinbart"
                      }
                    },
                    {
                      "url" : "ParamValue",
                      "valueString" : "beliebige Information"
                    }
                  ]
                }
              ],
              "status" : "billable",
              "code" : {
                "coding" : [
                  {
                    "system" : "urn:oid:2.16.756.5.30.1.129.1.4",
                    "code" : "00.0010"
                  }
                ]
              },
              "subject" : {
                "reference" : "#pat"
              },
              "context" : {
                "reference" : "#enc"
              },
              "occurrenceDateTime" : "2017-08-30T00:00:00-01:00",
              "performer" : [
                {
                  "function" : {
                    "coding" : [
                      {
                        "system" : "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp",
                        "code" : "ResponsiblePhysician"
                      }
                    ]
                  },
                  "actor" : {
                    "display" : "ID der Person"
                  }
                },
                {
                  "function" : {
                    "coding" : [
                      {
                        "system" : "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp",
                        "code" : "ProvidingPhysician"
                      }
                    ]
                  },
                  "actor" : {
                    "display" : "ID der Person"
                  }
                }
              ],
              "performingOrganization" : {
                "display" : "1012"
              },
              "costCenter" : {
                "display" : "ABCD"
              },
              "quantity" : {
                "value" : 1
              },
              "enterer" : {
                "display" : "Kennung erfassender Benutzer im senden System"
              },
              "enteredDate" : "2017-08-30T10:17:37-01:00"
            },
            "request" : {
              "method" : "POST",
              "url" : "ChargeItem"
            }
          },
          {
            "fullUrl" : "urn:uuid:2536b891-13b7-4edb-b00c-25d8f8c6bf23",
            "resource" : {
              "resourceType" : "ChargeItem",
              "id" : "2536b891-13b7-4edb-b00c-25d8f8c6bf23",
              "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" : "Patienten-ID"
                    }
                  ],
                  "name" : [
                    {
                      "family" : "Patienten-Name",
                      "given" : [
                        "Patienten-Vorname"
                      ]
                    }
                  ],
                  "gender" : "male",
                  "birthDate" : "1950-01-01"
                },
                {
                  "resourceType" : "Encounter",
                  "id" : "enc",
                  "extension" : [
                    {
                      "url" : "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-termination",
                      "extension" : [
                        {
                          "url" : "TerminationVisit",
                          "valueDate" : "2017-08-31"
                        },
                        {
                          "url" : "TerminationReason",
                          "valueString" : "Grund für Fallabschluss"
                        }
                      ]
                    }
                  ],
                  "identifier" : [
                    {
                      "type" : {
                        "coding" : [
                          {
                            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                            "code" : "VN"
                          }
                        ]
                      },
                      "system" : "http://www.example.ch/fallnummerdomain",
                      "value" : "eindeutige Fall-Identifikation"
                    }
                  ],
                  "status" : "finished",
                  "class" : {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
                    "code" : "IMP",
                    "display" : "inpatient encounter"
                  },
                  "subject" : {
                    "reference" : "#pat"
                  },
                  "diagnosis" : [
                    {
                      "condition" : {
                        "reference" : "#cond"
                      },
                      "use" : {
                        "text" : "Eintrittsdiagnose"
                      }
                    }
                  ]
                },
                {
                  "resourceType" : "Condition",
                  "id" : "cond",
                  "code" : {
                    "coding" : [
                      {
                        "system" : "urn:oid:2.16.756.5.30.1.126.3.2",
                        "code" : "99.99"
                      }
                    ]
                  },
                  "subject" : {
                    "reference" : "#pat"
                  }
                }
              ],
              "status" : "billable",
              "partOf" : [
                {
                  "reference" : "urn:uuid:8c85d1e4-182f-4905-93cc-4ba5c041755f",
                  "type" : "ChargeItem"
                }
              ],
              "code" : {
                "coding" : [
                  {
                    "code" : "00.0030"
                  }
                ]
              },
              "subject" : {
                "reference" : "#pat"
              },
              "context" : {
                "reference" : "#enc"
              },
              "occurrenceDateTime" : "2017-08-30T00:00:00-01:00",
              "quantity" : {
                "value" : 1
              }
            },
            "request" : {
              "method" : "POST",
              "url" : "ChargeItem"
            }
          }
        ]
      }
    }
  ]
}