Breast Radiology Reporting - 1st STU ballot
0.2.0 - STU 1 Ballot 2020May

Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions

'Bundle' example. - TTL Representation

(back to description)

Raw ttl

Source view

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "FhirDocumentBundle"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-03-29T15:54:06.0544604-05:00"^^xsd:dateTime ]
  ];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "fc54c0d9-d263-4da0-88a7-a9b86258e906" ]
  ];
  fhir:Bundle.type [ fhir:value "document"];
  fhir:Bundle.timestamp [ fhir:value "2020-03-29T15:54:06.0527614-05:00"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "Composition/Index" ];
     fhir:Bundle.entry.resource <Composition/Index>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "DiagnosticReport/Report" ];
     fhir:Bundle.entry.resource <DiagnosticReport/Report>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "Patient/Patient1" ];
     fhir:Bundle.entry.resource <Patient/Patient1>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "Encounter/Encounter1" ];
     fhir:Bundle.entry.resource <Encounter/Encounter1>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "Device/Device1" ];
     fhir:Bundle.entry.resource <Device/Device1>
  ].

<Composition/Index> a fhir:Composition;
  fhir:Resource.id [ fhir:value "Index"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadComposition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadComposition>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Index</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>type</b>: US Breast screening <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '42132-1' = 'US Breast screening)</span></p><p><b>encounter</b>: <a href=\"#backboneelement_Encounter1\">Generated Summary: unknown resource entry</a></p><p><b>date</b>: Mar 29, 2020 8:54:06 PM</p><p><b>author</b>: <a href=\"#backboneelement_Device1\">Generated Summary: unknown resource entry</a></p><p><b>title</b>: Simple Narrative Only Breast Radiology Report</p></div>"
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:42132-1;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "42132-1" ]     ];
     fhir:CodeableConcept.text [ fhir:value "US Breast screening" ]
  ];
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
  ];
  fhir:Composition.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/Encounter1" ]
  ];
  fhir:Composition.date [ fhir:value "2020-03-29T15:54:06.019806-05:00"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Device/Device1" ]
  ];
  fhir:Composition.title [ fhir:value "Simple Narrative Only Breast Radiology Report"];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Breast Radiology Report" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/CompositionSectionSliceCodes" ];
         fhir:Coding.code [ fhir:value "sectionReport" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "DiagnosticReport/Report" ]     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Admin" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/CompositionSectionSliceCodes" ];
         fhir:Coding.code [ fhir:value "sectionCodeAdmin" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Patient/Patient1" ]     ], [
       fhir:index 1;
       fhir:Reference.reference [ fhir:value "Encounter/Encounter1" ]     ], [
       fhir:index 2;
       fhir:Reference.reference [ fhir:value "Device/Device1" ]     ]
  ].

<DiagnosticReport/Report> a fhir:DiagnosticReport;
  fhir:Resource.id [ fhir:value "Report"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadReport";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadReport>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Report</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Imaging <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'imaging' = 'Imaging)</span></p><p><b>code</b>: Physical findings of Breasts Narrative <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '10193-1' = 'Physical findings of Breasts Narrative)</span></p><p><b>subject</b>: <a href=\"#backboneelement_Patient1\">Generated Summary: unknown resource entry</a></p><p><b>encounter</b>: <a href=\"#backboneelement_Encounter1\">Generated Summary: unknown resource entry</a></p><p><b>conclusion</b>: Report Narrative conclusion.</p><p><b>conclusionCode</b>: Category 2 (Benign) <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/us/breast-radiology/CodeSystem/BiRadsAssessmentCategoriesCS code 'Category2' = 'Category 2 (Benign))</span></p></div>"
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "imaging" ]     ]
  ];
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:10193-1;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "10193-1" ]     ]
  ];
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
  ];
  fhir:DiagnosticReport.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/Encounter1" ]
  ];
  fhir:DiagnosticReport.conclusion [ fhir:value "Report Narrative conclusion."];
  fhir:DiagnosticReport.conclusionCode [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/BiRadsAssessmentCategoriesCS" ];
       fhir:Coding.code [ fhir:value "Category2" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Category 2 (Benign)" ]
  ].

<Patient/Patient1> a fhir:Patient;
  fhir:Resource.id [ fhir:value "Patient1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Patient1</p><p><b>name</b>: Bullwinkle Moose </p></div>"
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Moose" ];
     fhir:HumanName.given [
       fhir:value "Bullwinkle";
       fhir:index 0     ]
  ].

<Encounter/Encounter1> a fhir:Encounter;
  fhir:Resource.id [ fhir:value "Encounter1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Encounter1</p><p><b>status</b>: finished</p><p><b>class</b>: Cash (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code CASH = 'Cash', stated as 'null')</p></div>"
  ];
  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 "CASH" ]
  ].

<Device/Device1> a fhir:Device;
  fhir:Resource.id [ fhir:value "Device1"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Device1</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Test Author</td><td>user-friendly-name</td></tr></table></div>"
  ];
  fhir:Device.deviceName [
     fhir:index 0;
     fhir:Device.deviceName.name [ fhir:value "Test Author" ];
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ].

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

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