CH ALIS (R4)
0.2.0 - CI build

Publish Box goes here

: Alis Example Complete43 - TTL Representation

Raw ttl | Download


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

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

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "AlisExampleComplete43"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-message";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-message>     ]
  ];
  fhir:Bundle.type [ fhir:value "message"];
  fhir:Bundle.timestamp [ fhir:value "2017-08-30T11:23:05-01:00"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.ch/ig/ch-alis/MessageHeader/1" ];
     fhir:Bundle.entry.resource <http://fhir.ch/ig/ch-alis/MessageHeader/1>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:cbb59175-ad00-4316-8f0f-0cf75a0214b6" ];
     fhir:Bundle.entry.resource <urn:uuid:cbb59175-ad00-4316-8f0f-0cf75a0214b6>
  ].

<http://fhir.ch/ig/ch-alis/MessageHeader/1> a fhir:MessageHeader;
  fhir:Resource.id [ fhir:value "1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><code>urn:ReceivingApplication:ReceivingFacility:ReceivingServiceCode</code></td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Version</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Version der sendenden Software, z.B. 5.12.0</td><td><code>urn:SendingApplication:SendingFacility:SendingServiceCode</code></td></tr></table><p><b>focus</b>: <a href=\"#urnuuidcbb59175-ad00-4316-8f0f-0cf75a0214b6\">See above (Bundle/null)</a></p></div>"
  ];
  fhir:MessageHeader.eventUri [ fhir:value "http://fhir.ch/ig/ch-alis-43"];
  fhir:MessageHeader.destination [
     fhir:index 0;
     fhir:MessageHeader.destination.endpoint [ fhir:value "urn:ReceivingApplication:ReceivingFacility:ReceivingServiceCode" ]
  ];
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.version [ fhir:value "Version der sendenden Software, z.B. 5.12.0" ];
     fhir:MessageHeader.source.endpoint [ fhir:value "urn:SendingApplication:SendingFacility:SendingServiceCode" ]
  ];
  fhir:MessageHeader.focus [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:uuid:cbb59175-ad00-4316-8f0f-0cf75a0214b6" ];
     fhir:Reference.type [ fhir:value "Bundle" ]
  ].

<urn:uuid:cbb59175-ad00-4316-8f0f-0cf75a0214b6> a fhir:Bundle;
  fhir:Bundle.type [ fhir:value "transaction"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:8cC5d1e4-182f-4905-93cc-4ba5c041755f" ];
     fhir:Bundle.entry.resource <urn:uuid:8cC5d1e4-182f-4905-93cc-4ba5c041755f>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "ChargeItem" ]     ]
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:2536b891-13b7-4edb-b00c-25d8f8c6bf23" ];
     fhir:Bundle.entry.resource <urn:uuid:2536b891-13b7-4edb-b00c-25d8f8c6bf23>;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ];
       fhir:Bundle.entry.request.url [ fhir:value "ChargeItem" ]     ]
  ].

<urn:uuid:8cC5d1e4-182f-4905-93cc-4ba5c041755f> a fhir:ChargeItem;
  fhir:Resource.id [ fhir:value "8cC5d1e4-182f-4905-93cc-4ba5c041755f"];
  fhir:DomainResource.contained [
     a fhir:Patient;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "MaxComplete" ];
     fhir:Patient.identifier [
       fhir:index 0;
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "MR" ];
           fhir:Coding.display [ fhir:value "Medical record number" ]         ]       ];
       fhir:Identifier.system [ fhir:value "http://www.example.ch/patienteniddomain" ];
       fhir:Identifier.value [ fhir:value "Patienten-ID" ]     ];
     fhir:Patient.name [
       fhir:index 0;
       fhir:HumanName.family [ fhir:value "Patienten-Name" ];
       fhir:HumanName.given [
         fhir:value "Patienten-Vorname";
         fhir:index 0       ]     ];
     fhir:Patient.gender [ fhir:value "male" ];
     fhir:Patient.birthDate [ fhir:value "1950-01-01"^^xsd:date ]
  ], [
     a fhir:Encounter;
     fhir:index 1;
     fhir:Resource.id [ fhir:value "Visit" ];
     fhir:DomainResource.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-termination" ];
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "TerminationVisit" ];
         fhir:Extension.valueDate [ fhir:value "2017-08-31"^^xsd:date ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "TerminationReason" ];
         fhir:Extension.valueString [ fhir:value "Grund für Fallabschluss" ]       ]     ];
     fhir:Encounter.identifier [
       fhir:index 0;
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "VN" ];
           fhir:Coding.display [ fhir:value "Visit number" ]         ]       ];
       fhir:Identifier.system [ fhir:value "http://www.example.ch/fallnummerdomain" ];
       fhir:Identifier.value [ fhir:value "eindeutige Fall-Identifikation" ]     ];
     fhir:Encounter.status [ fhir:value "finished" ];
     fhir:Encounter.class [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
       fhir:Coding.code [ fhir:value "IMP" ];
       fhir:Coding.display [ fhir:value "inpatient encounter" ]     ];
     fhir:Encounter.subject [
       fhir:Reference.reference [ fhir:value "#MaxComplete" ]     ];
     fhir:Encounter.diagnosis [
       fhir:index 0;
       fhir:Encounter.diagnosis.condition [
         fhir:Reference.reference [ fhir:value "#Diagnosis" ]       ];
       fhir:Encounter.diagnosis.use [
         fhir:CodeableConcept.text [ fhir:value "Eintrittsdiagnose" ]       ]     ]
  ], [
     a fhir:Condition;
     fhir:index 2;
     fhir:Resource.id [ fhir:value "Diagnosis" ];
     fhir:Condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://www.example.com/CHOP" ];
         fhir:Coding.code [ fhir:value "99.99" ]       ]     ];
     fhir:Condition.subject [
       fhir:Reference.reference [ fhir:value "#MaxComplete" ]     ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-sessionid" ];
     fhir:Extension.valueString [ fhir:value "1" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-orderid" ];
     fhir:Extension.valueString [ fhir:value "16595790-a8c1-43e1-b785-bc81f3926482" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-form" ];
     fhir:Extension.valueString [ fhir:value "a1b2c3" ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-parameterv40" ];
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "ParamTyp" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-paramtyp" ];
           fhir:Coding.code [ fhir:value "Duration" ]         ]       ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "ParamValue" ];
       fhir:Extension.valueString [ fhir:value "25" ]     ]
  ], [
     fhir:index 4;
     fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-parameterv40" ];
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "ParamTyp" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.text [ fhir:value "individuell vereinbart" ]       ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "ParamValue" ];
       fhir:Extension.valueString [ fhir:value "beliebige Information" ]     ]
  ];
  fhir:ChargeItem.status [ fhir:value "billable"];
  fhir:ChargeItem.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-alis/CodeSystem/tbd" ];
       fhir:Coding.code [ fhir:value "00.0010" ]     ]
  ];
  fhir:ChargeItem.subject [
     fhir:Reference.reference [ fhir:value "#MaxComplete" ]
  ];
  fhir:ChargeItem.context [
     fhir:Reference.reference [ fhir:value "#Visit" ]
  ];
  fhir:ChargeItem.occurrenceDateTime [ fhir:value "2017-08-30T00:00:00-01:00"^^xsd:dateTime];
  fhir:ChargeItem.performer [
     fhir:index 0;
     fhir:ChargeItem.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp" ];
         fhir:Coding.code [ fhir:value "ResponsiblePhysician" ]       ]     ];
     fhir:ChargeItem.performer.actor [
       fhir:Reference.display [ fhir:value "ID der Person" ]     ]
  ], [
     fhir:index 1;
     fhir:ChargeItem.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp" ];
         fhir:Coding.code [ fhir:value "ProvidingPhysician" ]       ]     ];
     fhir:ChargeItem.performer.actor [
       fhir:Reference.display [ fhir:value "ID der Person" ]     ]
  ];
  fhir:ChargeItem.performingOrganization [
     fhir:Reference.display [ fhir:value "1012" ]
  ];
  fhir:ChargeItem.costCenter [
     fhir:Reference.display [ fhir:value "ABCD" ]
  ];
  fhir:ChargeItem.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
  ];
  fhir:ChargeItem.enterer [
     fhir:Reference.display [ fhir:value "Kennung erfassender Benutzer im senden System" ]
  ];
  fhir:ChargeItem.enteredDate [ fhir:value "2017-08-30T10:17:37-01:00"^^xsd:dateTime].

<urn:uuid:2536b891-13b7-4edb-b00c-25d8f8c6bf23> a fhir:ChargeItem;
  fhir:Resource.id [ fhir:value "2536b891-13b7-4edb-b00c-25d8f8c6bf23"];
  fhir:DomainResource.contained [
     a fhir:Patient;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "MaxComplete" ];
     fhir:Patient.identifier [
       fhir:index 0;
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "MR" ];
           fhir:Coding.display [ fhir:value "Medical record number" ]         ]       ];
       fhir:Identifier.system [ fhir:value "http://www.example.ch/patienteniddomain" ];
       fhir:Identifier.value [ fhir:value "Patienten-ID" ]     ];
     fhir:Patient.name [
       fhir:index 0;
       fhir:HumanName.family [ fhir:value "Patienten-Name" ];
       fhir:HumanName.given [
         fhir:value "Patienten-Vorname";
         fhir:index 0       ]     ];
     fhir:Patient.gender [ fhir:value "male" ];
     fhir:Patient.birthDate [ fhir:value "1950-01-01"^^xsd:date ]
  ], [
     a fhir:Encounter;
     fhir:index 1;
     fhir:Resource.id [ fhir:value "Visit" ];
     fhir:DomainResource.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-alis/StructureDefinition/ch-alis-ext-termination" ];
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "TerminationVisit" ];
         fhir:Extension.valueDate [ fhir:value "2017-08-31"^^xsd:date ]       ], [
         fhir:index 1;
         fhir:Extension.url [ fhir:value "TerminationReason" ];
         fhir:Extension.valueString [ fhir:value "Grund für Fallabschluss" ]       ]     ];
     fhir:Encounter.identifier [
       fhir:index 0;
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "VN" ];
           fhir:Coding.display [ fhir:value "Visit number" ]         ]       ];
       fhir:Identifier.system [ fhir:value "http://www.example.ch/fallnummerdomain" ];
       fhir:Identifier.value [ fhir:value "eindeutige Fall-Identifikation" ]     ];
     fhir:Encounter.status [ fhir:value "finished" ];
     fhir:Encounter.class [
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
       fhir:Coding.code [ fhir:value "IMP" ];
       fhir:Coding.display [ fhir:value "inpatient encounter" ]     ];
     fhir:Encounter.subject [
       fhir:Reference.reference [ fhir:value "#MaxComplete" ]     ];
     fhir:Encounter.diagnosis [
       fhir:index 0;
       fhir:Encounter.diagnosis.condition [
         fhir:Reference.reference [ fhir:value "#Diagnosis" ]       ];
       fhir:Encounter.diagnosis.use [
         fhir:CodeableConcept.text [ fhir:value "Eintrittsdiagnose" ]       ]     ]
  ], [
     a fhir:Condition;
     fhir:index 2;
     fhir:Resource.id [ fhir:value "Diagnosis" ];
     fhir:Condition.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://www.example.com/CHOP" ];
         fhir:Coding.code [ fhir:value "99.99" ]       ]     ];
     fhir:Condition.subject [
       fhir:Reference.reference [ fhir:value "#MaxComplete" ]     ]
  ];
  fhir:ChargeItem.status [ fhir:value "billable"];
  fhir:ChargeItem.partOf [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:uuid:8cC5d1e4-182f-4905-93cc-4ba5c041755f" ];
     fhir:Reference.type [ fhir:value "ChargeItem" ]
  ];
  fhir:ChargeItem.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-alis/CodeSystem/tbd" ];
       fhir:Coding.code [ fhir:value "00.0030" ]     ]
  ];
  fhir:ChargeItem.subject [
     fhir:Reference.reference [ fhir:value "#MaxComplete" ]
  ];
  fhir:ChargeItem.context [
     fhir:Reference.reference [ fhir:value "#Visit" ]
  ];
  fhir:ChargeItem.occurrenceDateTime [ fhir:value "2017-08-30T00:00:00-01:00"^^xsd:dateTime];
  fhir:ChargeItem.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.