Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: ServiceRequest: Mammography Recommendation - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-ServiceRequest-Mammo-Recommendation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-recommendation-service-request"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-recommendation-service-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-ServiceRequest-Mammo-Recommendation</b></p><a name=\"example-ServiceRequest-Mammo-Recommendation\"> </a><a name=\"hcexample-ServiceRequest-Mammo-Recommendation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-idr-recommendation-service-request.html\">IDR Recommendation ServiceRequest</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: Proposal</p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.ama-assn.org/go/cpt 77066}\">Diagnostic mammography, including computer-aided detection (CAD) when performed; bilateral</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Jane Doe  Female, DoB Unknown ( Medical Record Number: 1234567)</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-example-Condition-Infarct.html\">Condition Pulmonary infarct</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:code [
fhir:concept [
      ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77066" ] ;
fhir:display [ fhir:v "Diagnostic mammography, including computer-aided detection (CAD) when performed; bilateral" ]       ] )     ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-Patient" ]
  ] ; # 
  fhir:reason ( [
fhir:reference [
fhir:reference [ fhir:v "Condition/example-Condition-Infarct" ]     ]
  ] ) . #