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

'Composition' 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:Composition;
  fhir:nodeRole fhir:treeRoot;
  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>contained</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>: unknown resource contained</p><p><b>date</b>: Mar 29, 2020 8:54:06 PM</p><p><b>author</b>: unknown resource contained</p><p><b>title</b>: Simple Narrative Only Breast Radiology Report</p></div>"
  ];
  fhir:DomainResource.contained [
     a fhir:Patient;
     fhir:index 0;
     fhir:Resource.id [ fhir:value "Patient.Patient1" ];
     fhir:Patient.name [
       fhir:index 0;
       fhir:HumanName.family [ fhir:value "Moose" ];
       fhir:HumanName.given [
         fhir:value "Bullwinkle";
         fhir:index 0       ]     ]
  ], [
     a fhir:Encounter;
     fhir:index 1;
     fhir:Resource.id [ fhir:value "Encounter.Encounter1" ];
     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" ]     ]
  ], [
     a fhir:Device;
     fhir:index 2;
     fhir:Resource.id [ fhir:value "Device.Device1" ];
     fhir:Device.deviceName [
       fhir:index 0;
       fhir:Device.deviceName.name [ fhir:value "Test Author" ];
       fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]     ]
  ], [
     a fhir:DiagnosticReport;
     fhir:index 3;
     fhir:Resource.id [ fhir:value "DiagnosticReport.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: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)" ]     ]
  ];
  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" ]     ]
  ].

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

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