MCC eCare Plan Implementation Guide
1.0.0 - ballot United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. 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: <https://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:id [ fhir:v "BoneSurvey"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "6" ] ;
fhir:lastUpdated [ fhir:v "2022-08-02T18:25:58.212+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#IabLyRh2BJxb1PdV"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCDiagnosticReportAndNote"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCDiagnosticReportAndNote>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:LP29684-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29684-5" ] ;
fhir:display [ fhir:v "Radiology" ]     ] ) ;
fhir:text [ fhir:v "Radiology" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:43518-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "43518-0" ] ;
fhir:display [ fhir:v "XR Bones Survey Views" ]     ] ) ;
fhir:text [ fhir:v "XR Bones Survey Views" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cc-pat-pnoelle" ] ;
fhir:display [ fhir:v "Patricia Noelle" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-02-03T19:43:30.000Z"^^xsd:dateTime] . #