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

FHIR IG analytics

Packagech.fhir.ig.ch-alis-connect
Resource TypeChargeItem
IdChargeItem-ChargeItemLKAATIcdSessionB-45679.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ChargeItem ChargeItemLKAATIcdSessionB-45679

CH ALIS Extension ItemNumber: 45679

CH ALIS Extension OrderID: 20250305-1

CH ALIS Extension SessionAnnexB

  • SessionIDSectionB: urn:uuid:28d92aa9-452a-459a-9baf-7c58910f2ab8

status: Billable

code: GM.05.0010

subject: Paul Tester Male, DoB: 1982-03-22 ( Medical record number)

context: Encounter: identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP)

occurrence: 2024-04-05 09:00:00+0000

performer

function: ResponsiblePhysician

actor: 7653253256988

performer

function: ProvidingPhysician

actor: 7653253256988

performingOrganization: 2400

costCenter: 007

quantity: 1

enterer: 7653253256988

enteredDate: 2025-03-05 10:05:36+0000


Generated Narrative: Patient #pat

Paul Tester Male, DoB: 1982-03-22 ( Medical record number)



Generated Narrative: Encounter #enc

identifier: Visit number/987654

status: Finished

class: ActCode: IMP (inpatient encounter)

subject: Paul Tester Male, DoB: 1982-03-22 ( Medical record number)


Source1

{
  "resourceType": "ChargeItem",
  "id": "ChargeItemLKAATIcdSessionB-45679",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ],
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-itemnumber",
      "valueString": "45679"
    },
    {
      "url": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-orderid",
      "valueString": "20250305-1"
    },
    {
      "url": "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-sessionannexb",
      "extension": [
        {
          "url": "SessionIDSectionB",
          "valueUuid": "urn:uuid:28d92aa9-452a-459a-9baf-7c58910f2ab8"
        }
      ]
    }
  ],
  "status": "billable",
  "code": {
    "coding": [
      {
        "system": "http://forum-datenaustausch.ch/tariff/TMA",
        "code": "GM.05.0010"
      }
    ]
  },
  "subject": {
    "reference": "#pat"
  },
  "context": {
    "reference": "#enc"
  },
  "occurrenceDateTime": "2024-04-05T09:00:00Z",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-persontyp",
            "code": "ResponsiblePhysician"
          }
        ]
      },
      "actor": {
        "display": "7653253256988"
      }
    },
    {
      "function": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-persontyp",
            "code": "ProvidingPhysician"
          }
        ]
      },
      "actor": {
        "display": "7653253256988"
      }
    }
  ],
  "performingOrganization": {
    "display": "2400"
  },
  "costCenter": {
    "display": "007"
  },
  "quantity": {
    "value": 1
  },
  "enterer": {
    "display": "7653253256988"
  },
  "enteredDate": "2025-03-05T10:05:36Z"
}