CH ALIS Connect (R4)
1.0.0-ballot - ballot Switzerland flag

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

: ALIS 5.1 FHIR ChargeItemLKAATIcd-45679 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ChargeItemLKAATIcd-45679"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem ChargeItemLKAATIcd-45679</b></p><a name=\"ChargeItemLKAATIcd-45679\"> </a><a name=\"hcChargeItemLKAATIcd-45679\"> </a><p><b>CH ALIS Extension ItemNumber</b>: 45679</p><p><b>CH ALIS Extension SessionID</b>: 1</p><p><b>CH ALIS Extension OrderID</b>: 20250305-1</p><p><b>CH ALIS Extension SectionCode</b>: <a href=\"CodeSystem-swiss-medical-specialties.html#swiss-medical-specialties-M850.4604\">Swiss Medical Specialties (Fachbereiche): M850.04</a> (Radiologie)</p><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{http://forum-datenaustausch.ch/tariff/TMA GM.05.0010}\">GM.05.0010</span></p><p><b>subject</b>: <a href=\"#hcChargeItemLKAATIcd-45679/pat\">Paul Tester  Male, DoB: 1982-03-22 ( Medical record number)</a></p><p><b>context</b>: <a href=\"#hcChargeItemLKAATIcd-45679/enc\">Encounter: identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP)</a></p><p><b>occurrence</b>: 2024-04-05 09:00:00+0000</p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-persontyp ResponsiblePhysician}\">ResponsiblePhysician</span></p><p><b>actor</b>: 7653253256988</p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-persontyp ProvidingPhysician}\">ProvidingPhysician</span></p><p><b>actor</b>: 7653253256988</p></blockquote><p><b>performingOrganization</b>: 2400</p><p><b>costCenter</b>: 007</p><p><b>quantity</b>: 1</p><p><b>enterer</b>: 7653253256988</p><p><b>enteredDate</b>: 2025-03-05 10:05:36+0000</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #pat</b></p><a name=\"ChargeItemLKAATIcd-45679/pat\"> </a><a name=\"hcChargeItemLKAATIcd-45679/pat\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Paul Tester  Male, DoB: 1982-03-22 ( Medical record number)</p><hr/></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Encounter #enc</b></p><a name=\"ChargeItemLKAATIcd-45679/enc\"> </a><a name=\"hcChargeItemLKAATIcd-45679/enc\"> </a><p><b>identifier</b>: Visit number/987654</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"#hcChargeItemLKAATIcd-45679/pat\">Paul Tester  Male, DoB: 1982-03-22 ( Medical record number)</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "pat" ] ;
    ( fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]         ] )       ] ;
fhir:system [ fhir:v "http://www.example.ch/patienteniddomain"^^xsd:anyURI ] ;
fhir:value [ fhir:v "102" ]     ] ) ;
    ( fhir:name [
fhir:family [ fhir:v "Tester" ] ;
      ( fhir:given [ fhir:v "Paul" ] )     ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1982-03-22"^^xsd:date ]
  ] [
a fhir:Encounter ;
fhir:id [ fhir:v "enc" ] ;
    ( fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VN" ]         ] )       ] ;
fhir:system [ fhir:v "http://www.example.ch/fallnummerdomain"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654" ]     ] ) ;
fhir:status [ fhir:v "finished" ] ;
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]     ] ;
fhir:subject [
fhir:reference [ fhir:v "#pat" ]     ]
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-itemnumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "45679"     ]
  ] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-sessionid"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1"     ]
  ] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-orderid"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "20250305-1"     ]
  ] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-ext-sectioncode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://fhir.ch/ig/ch-alis-connect/CodeSystem/swiss-medical-specialties"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M850.04" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "billable"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://forum-datenaustausch.ch/tariff/TMA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GM.05.0010" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "#pat" ]
  ] ; # 
  fhir:context [
fhir:reference [ fhir:v "#enc" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2024-04-05T09:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-persontyp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ResponsiblePhysician" ]       ] )     ] ;
fhir:actor [
fhir:display [ fhir:v "7653253256988" ]     ]
  ] [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-alis-connect/CodeSystem/ch-alis-connect-persontyp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ProvidingPhysician" ]       ] )     ] ;
fhir:actor [
fhir:display [ fhir:v "7653253256988" ]     ]
  ] ) ; # 
  fhir:performingOrganization [
fhir:display [ fhir:v "2400" ]
  ] ; # 
  fhir:costCenter [
fhir:display [ fhir:v "007" ]
  ] ; # 
  fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
  ] ; # 
  fhir:enterer [
fhir:display [ fhir:v "7653253256988" ]
  ] ; # 
  fhir:enteredDate [ fhir:v "2025-03-05T10:05:36Z"^^xsd:dateTime] . #