Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions
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:DiagnosticReport; fhir:nodeRole fhir:treeRoot; 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>contained</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>: unknown resource contained</p><p><b>encounter</b>: unknown resource contained</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: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" ] ] ]; 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)" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.