CH CRL (R4)
0.9.0 - Draft

This page is part of the CH CRL (R4) (v0.9.0: STU Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Bundle UC 1b Info (2018-12-07) - TTL Representation

Raw ttl | Download


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

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

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "BundleUC1bInfo20181207"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-bundle";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-bundle>     ]
  ];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://example.fhir" ];
     fhir:Identifier.value [ fhir:value "1234" ]
  ];
  fhir:Bundle.type [ fhir:value "document"];
  fhir:Bundle.timestamp [ fhir:value "2018-12-07T16:19:20.680+00:00"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Composition/CompUC1bInfo20181207" ];
     fhir:Bundle.entry.resource <http://test.fhir.ch/r4/Composition/CompUC1bInfo20181207>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Observation/ICD-10-Kolon-final" ];
     fhir:Bundle.entry.resource <http://test.fhir.ch/r4/Observation/ICD-10-Kolon-final>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Communication/CommMeier" ];
     fhir:Bundle.entry.resource <http://test.fhir.ch/r4/Communication/CommMeier>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Practitioner/AgnesBauer" ];
     fhir:Bundle.entry.resource <http://test.fhir.ch/r4/Practitioner/AgnesBauer>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.ch/r4/Patient/RobertMeier" ];
     fhir:Bundle.entry.resource <http://test.fhir.ch/r4/Patient/RobertMeier>
  ].

<http://test.fhir.ch/r4/Composition/CompUC1bInfo20181207> a fhir:Composition;
  fhir:Resource.id [ fhir:value "CompUC1bInfo20181207"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-composition";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-composition>     ]
  ];
  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><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 \"CompUC1bInfo20181207\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-crl-composition.html\">CH CRL Composition</a></p></div><p><b>status</b>: final</p><p><b>type</b>: Cancer event report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72134-0)</span></p><p><b>date</b>: 2018-12-07T13:00:00+02:00</p><p><b>author</b>: <a href=\"#Practitioner_AgnesBauer\">See above (Practitioner/AgnesBauer)</a></p><p><b>title</b>: Information über Diagnose und Patienteninformation</p></div>"
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:72134-0;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "72134-0" ];
       fhir:Coding.display [ fhir:value "Cancer event report" ]     ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ]
  ];
  fhir:Composition.date [ fhir:value "2018-12-07T13:00:00+02:00"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/AgnesBauer" ]
  ];
  fhir:Composition.title [ fhir:value "Information über Diagnose und Patienteninformation"];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Registration requirements" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:307782001;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "307782001" ];
         fhir:Coding.display [ fhir:value "Registration procedure (procedure)" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Communication/CommMeier" ]     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Coding" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:95365-3;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "95365-3" ];
         fhir:Coding.display [ fhir:value "Criteria used for case classification" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Observation/ICD-10-Kolon-final" ]     ]
  ].

<http://test.fhir.ch/r4/Observation/ICD-10-Kolon-final> a fhir:Observation;
  fhir:Resource.id [ fhir:value "ICD-10-Kolon-final"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-icd10";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-icd10>     ]
  ];
  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><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 \"ICD-10-Kolon-final\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-crl-observation-icd10.html\">CH CRL Observation ICD-10</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Primary diagnosis ICD code <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#86255-7)</span></p><p><b>subject</b>: <a href=\"#Patient_RobertMeier\">See above (Patient/RobertMeier)</a></p><p><b>effective</b>: 2018-12-02</p><p><b>value</b>: Bösartige Neubildung des Kolons <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (icd-10-gm[2019]#C18)</span></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:86255-7;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "86255-7" ];
       fhir:Coding.display [ fhir:value "Primary diagnosis ICD code" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2018-12-02"^^xsd:date];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/dimdi/icd-10-gm" ];
       fhir:Coding.version [ fhir:value "2019" ];
       fhir:Coding.code [ fhir:value "C18" ];
       fhir:Coding.display [ fhir:value "Bösartige Neubildung des Kolons" ]     ]
  ].

<http://test.fhir.ch/r4/Communication/CommMeier> a fhir:Communication;
  fhir:Resource.id [ fhir:value "CommMeier"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-communication";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-communication>     ]
  ];
  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><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 \"CommMeier\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-crl-communication.html\">CH CRL Communication</a></p></div><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"#Patient_RobertMeier\">See above (Patient/RobertMeier)</a></p><p><b>topic</b>: 2018-12-07 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated])</span></p><p><b>sent</b>: 2018-12-07T13:00:00+02:00</p></div>"
  ];
  fhir:Communication.status [ fhir:value "completed"];
  fhir:Communication.subject [
     fhir:Reference.reference [ fhir:value "Patient/RobertMeier" ]
  ];
  fhir:Communication.topic [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.display [ fhir:value "2018-12-07" ]     ]
  ];
  fhir:Communication.sent [ fhir:value "2018-12-07T13:00:00+02:00"^^xsd:dateTime].

<http://test.fhir.ch/r4/Practitioner/AgnesBauer> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "AgnesBauer"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-practitioner";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-practitioner>     ]
  ];
  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><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 \"AgnesBauer\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-crl-practitioner.html\">CH CRL Practitioner</a></p></div><p><b>identifier</b>: id: 7601900041930</p><p><b>name</b>: Agnes Bauer </p><p><b>telecom</b>: ph: 031 683 13 03, <a href=\"mailto:agnes.bauer@hausarzt.ch\">agnes.bauer@hausarzt.ch</a></p><p><b>address</b>: Seestrasse 11 Zürich ZH 8001 </p><p><b>gender</b>: female</p></div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:oid:2.51.1.3" ];
     fhir:Identifier.value [ fhir:value "7601900041930" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Bauer" ];
     fhir:HumanName.given [
       fhir:value "Agnes";
       fhir:index 0     ]
  ];
  fhir:Practitioner.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "031 683 13 03" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "agnes.bauer@hausarzt.ch" ]
  ];
  fhir:Practitioner.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "Seestrasse 11";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Zürich" ];
     fhir:Address.state [ fhir:value "ZH" ];
     fhir:Address.postalCode [ fhir:value "8001" ]
  ];
  fhir:Practitioner.gender [ fhir:value "female"].

<http://test.fhir.ch/r4/Patient/RobertMeier> a fhir:Patient;
  fhir:Resource.id [ fhir:value "RobertMeier"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient";
       fhir:index 0;
       fhir:link <http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient>     ]
  ];
  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><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 \"RobertMeier\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-crl-patient.html\">CH CRL Patient</a></p></div><p><b>identifier</b>: id: 756.9217.0023.43</p><p><b>name</b>: Robert Meier </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1955-01-27</p><p><b>deceased</b>: false</p><p><b>address</b>: Winterthurerstrasse 13a Wallisellen ZH 8304 </p></div>"
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.32" ];
     fhir:Identifier.value [ fhir:value "756.9217.0023.43" ]
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Meier" ];
     fhir:HumanName.given [
       fhir:value "Robert";
       fhir:index 0     ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1955-01-27"^^xsd:date];
  fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "Winterthurerstrasse 13a";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Wallisellen" ];
     fhir:Address.state [ fhir:value "ZH" ];
     fhir:Address.postalCode [ fhir:value "8304" ]
  ].

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

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