US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 10.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/chest-xray-report> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "chest-xray-report"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|10.0.0-ballot" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|10.0.0-ballot>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport chest-xray-report</b></p><a name=\"chest-xray-report\"> </a><a name=\"hcchest-xray-report\"> </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-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note Exchange</a> version: 10.0.0-ballot</p></div><h2><span title=\"Codes:{http://loinc.org 30746-2}\">Portable XR Chest Views</span> (<span title=\"Codes:{http://loinc.org LP29684-5}\">Radiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</td></tr><tr><td>Relevant Time</td><td>2019-02-03 19:43:30+0000</td></tr><tr><td>Reported</td><td>2019-02-04 19:43:30+0000</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-practitioner-1.html\">Ronald Bone</a></td></tr><tr><td>Presented Form</td><td> application/xhtml: PCFET0NUWVBFIGh0bWwgUFVCTElDICIt...</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Relevant Time</b></td></tr><tr><td><a href=\"Observation-xray-chest-findings.html\"><span title=\"Codes:{http://loinc.org 18782-3}\">Findings</span></a></td><td>LINES AND TUBES: None.\\n LUNGS AND PLEURA:\\n Clear lungs. Normal pulmonary vascularity.\\n No pleural effusion.\\n No pneumothorax.\\n HEART, MEDIASTINUM AND HILA:\\n Heart is normal in size.\\n Normal mediastinal and hilar contour.\\n BONES AND SOFT TISSUES:\\n No acute abnormality.\\n</td><td>Final</td><td>2019-02-03 19:43:30+0000</td></tr><tr><td><a href=\"Observation-xray-chest-impression.html\"><span title=\"Codes:{http://loinc.org 19005-8}\">Impression</span></a></td><td>No acute abnormality</td><td>Final</td><td>2019-02-03 19:43:30+0000</td></tr></table></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:30746-2 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "30746-2" ] ;
fhir:Coding.display [ fhir:value "Portable XR Chest Views" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Portable XR Chest Views" ]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2019-02-03T19:43:30.000Z"^^xsd:dateTime] ;
fhir:DiagnosticReport.issued [ fhir:value "2019-02-04T19:43:30.000Z"^^xsd:dateTime] ;
fhir:DiagnosticReport.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/practitioner-1> ;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ] ;
fhir:Reference.display [ fhir:value "Ronald Bone" ]
] ;
fhir:DiagnosticReport.resultsInterpreter [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/practitioner-1> ;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ] ;
fhir:Reference.display [ fhir:value "Dr Ronald Bone" ]
] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/xray-chest-findings> ;
fhir:Reference.reference [ fhir:value "Observation/xray-chest-findings" ] ;
fhir:Reference.display [ fhir:value "Findings" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/Observation/xray-chest-impression> ;
fhir:Reference.reference [ fhir:value "Observation/xray-chest-impression" ] ;
fhir:Reference.display [ fhir:value "Impression" ]
] ;
fhir:DiagnosticReport.media [
fhir:index 0 ;
fhir:DiagnosticReport.media.link [
fhir:link <http://hl7.org/fhir/Media/chest-xray> ;
fhir:Reference.reference [ fhir:value "Media/chest-xray" ] ;
fhir:Reference.display [ fhir:value "Chest Xray" ]
]
] ;
fhir:DiagnosticReport.presentedForm [
fhir:index 0 ;
fhir:Attachment.contentType [ fhir:value "application/xhtml" ] ;
fhir:Attachment.data [ fhir:value "PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBYSFRNTCAxLjAgVHJhbnNpdGlvbmFsLy9FTiIgIkRURC94aHRtbDEtdHJhbnNpdGlvbmFsLmR0ZCI+CgkJPGh0bWwgeG1sOmxhbmc9ImVuIiBsYW5nPSJlbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwiPgkJCiAgPGhlYWQ+CiAgICA8dGl0bGU+Q2hlc3QgUG9ydGFibGU8L3RpdGxlPgogIDwvaGVhZD4KICA8Ym9keT4KICAgIDxwPlJlc3VsdDwvcD4KICAgIDxici8+Q2hlc3QgUG9ydGFibGUgCiAgICAgIAogICAgICA8cD5JTkRJQ0FUSU9OL0NMSU5JQ0FMIFFVRVNUSU9OOiBGZXZlciAvIFBuZXVtb25pYTwvcD4KICAgICAgCiAgICAgIDxwPkNPTVBBUklTT046IE5vbmUuPC9wPgogICAgICAKICAgICAgPHA+RklORElOR1M6PC9wPgogICAgICAKICAgICAgPHA+TElORVMgQU5EIFRVQkVTOiBOb25lLjwvcD4KICAgICAgCiAgICAgIDxwPkxVTkdTIEFORCBQTEVVUkE6PC9wPgogICAgICA8YnIvPkNsZWFyIGx1bmdzLiBOb3JtYWwgcHVsbW9uYXJ5IHZhc2N1bGFyaXR5LgogICAgICA8YnIvPk5vIHBsZXVyYWwgZWZmdXNpb24uCiAgICAgIDxici8+Tm8gcG5ldW1vdGhvcmF4LgogICAgICAKICAgICAgPHA+SEVBUlQsIE1FRElBU1RJTlVNIEFORCBISUxBOjwvcD4KICAgICAgPGJyLz5IZWFydCBpcyBub3JtYWwgaW4gc2l6ZS4KICAgICAgPGJyLz5Ob3JtYWwgbWVkaWFzdGluYWwgYW5kIGhpbGFyIGNvbnRvdXIuCiAgICAgIAogICAgICA8cD5CT05FUyBBTkQgU09GVCBUSVNTVUVTOjwvcD4KICAgICAgPGJyLz5ObyBhY3V0ZSBhYm5vcm1hbGl0eS4KICAgICAgCiAgICAgIDxwPklNUFJFU1NJT046PC9wPgogICAgICA8YnIvPk5vIGFjdXRlIGFibm9ybWFsaXR5LgogICAgICAKICAgICAgPHA+V1NOOiBPMTlJQy1TQy0wMjExPC9wPgogICAgICAKICAgICAgPHA+RGljdGF0ZWQgQnk6IEN1cmUgTUQsIENocmlzdGluZSBKCiAgICAgICAgRGljdGF0ZWQgRGF0ZS9UaW1lOiAwMi8wMy8xOSA3OjQ0IHBtCiAgICAgICAgUmV2aWV3ZWQgQnk6IEN1cmUgTUQsIENocmlzdGluZSBKCiAgICAgICAgU2lnbmVkIEJ5OiBDdXJlIE1ELCBDaHJpc3RpbmUgSgogICAgICAgIFNpZ25lZCBEYXRlL1RpbWU6IDAyLzAzLzE5IDc6NDQgcG0KICAgICAgICBUcmFuc2NyaWJlZCBCeTogQ1NCCiAgICAgICAgVHJhbnNjcmliZWQgRGF0ZS9UaW1lOiAwMi8wMy8xOSA3OjQzIHBtPC9wPgogICAgICAKICAgICAgCiAgPC9ib2R5Pgo8L2h0bWw+Cg=="^^xsd:base64Binary ]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/practitioner-1> a fhir:Practitioner .
<http://hl7.org/fhir/Observation/xray-chest-findings> a fhir:Observation .
<http://hl7.org/fhir/Observation/xray-chest-impression> a fhir:Observation .
<http://hl7.org/fhir/Media/chest-xray> a fhir:Media .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/chest-xray-report.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/chest-xray-report.ttl> .
IG © 2027+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.core#10.0.0-ballot based on FHIR 4.0.1. Generated 2026-09-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
