Health Care Surveys Reporting, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.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-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions
: Observation - Chest X-ray Clinical Result - 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 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-clinical-result-xray-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|6.1.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result?version=6.1.0> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-clinical-result-xray-example</b></p><a name=\"observation-clinical-result-xray-example\"> </a><a name=\"hcobservation-clinical-result-xray-example\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-observation-clinical-result.html\">US Core Observation Clinical Result Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18782-3}\">Radiology Study observation (narrative)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ledner.html\">Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-ambulatory.html\">Ambulatory Office Visit</a></p><p><b>effective</b>: 2025-01-02</p><p><b>issued</b>: 2025-01-02 10:30:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-nichols.html\">Practitioner Joseph P Nichols (official)</a></p><p><b>value</b>: 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.</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:18782-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "18782-3" ] ;
fhir:display [ fhir:v "Radiology Study observation (narrative)" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/patient-ledner ;
fhir:reference [ fhir:v "Patient/patient-ledner" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/encounter-ambulatory ;
fhir:reference [ fhir:v "Encounter/encounter-ambulatory" ] ;
fhir:display [ fhir:v "Ambulatory Office Visit" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2025-01-02"^^xsd:date
] ; #
fhir:issued [ fhir:v "2025-01-02T10:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:l fhir:Practitioner/practitioner-nichols ;
fhir:reference [ fhir:v "Practitioner/practitioner-nichols" ]
] ) ; #
fhir:value [
a fhir:String ;
fhir:v "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."
] . #