MCC eCare Plan Implementation Guide
1.0.0-ballot - Comment only US

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: MCC Diagnostic Report and Note Example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DiagnosticReport;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "BoneSurvey"]; # 
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "6" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-08-02T18:25:58.212+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#IabLyRh2BJxb1PdV" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCDiagnosticReportAndNote";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCDiagnosticReportAndNote>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\"> XR Bones Survey Views </div>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Status</td>\n                        <td>FINAL</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  ]; # 
  fhir:DiagnosticReport.status [ fhir:value "final"]; # 
  fhir:DiagnosticReport.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:LP29684-5;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "LP29684-5" ];
       fhir:Coding.display [ fhir:value "Radiology" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Radiology" ]
  ]; # 
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:43518-0;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.code [ fhir:value "43518-0" ];
       fhir:Coding.display [ fhir:value "XR Bones Survey Views" ]     ];
     fhir:CodeableConcept.text [ fhir:value "XR Bones Survey Views" ]
  ]; # 
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
     fhir:Reference.display [ fhir:value "Patricia Noelle" ]
  ]; # 
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2019-02-03T19:43:30.000Z"^^xsd:dateTime]. # 

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

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