PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.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/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
: PFEIG-DiagnosticReport - 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 "PFEIG-DiagnosticReport"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-diagnostic-report-note-exchange"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-diagnostic-report-note-exchange> ] )
] ; #
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: DiagnosticReport PFEIG-DiagnosticReport</b></p><a name=\"PFEIG-DiagnosticReport\"> </a><a name=\"hcPFEIG-DiagnosticReport\"> </a><a name=\"PFEIG-DiagnosticReport-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 100492-8}\">Nutrition and dietetics Outpatient Progress note</span> (<span title=\"Codes:{http://loinc.org LP7839-6}\">Pathology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</td></tr><tr><td>When For</td><td>2024-02-07 13:28:17-0500</td></tr><tr><td>Reported</td><td>2024-02-07 13:28:17-0500</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-PFEIG-Practioner-GeraldPark.html\">Practitioner Gerald Park</a></td></tr></table><p><b>Report Details</b></p><p>Conclusion</p></div>"
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "NutritionOrder/PFEIG-NutritionOrder-SNFDischargeDiet" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP7839-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP7839-6" ] ;
fhir:display [ fhir:v "Pathology" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:100492-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "100492-8" ] ;
fhir:display [ fhir:v "Nutrition and dietetics Outpatient Progress note" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
] ; #
fhir:effective [ fhir:v "2024-02-07T13:28:17-05:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2024-02-07T13:28:17-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PFEIG-Practioner-GeraldPark" ]
] ) ; #
fhir:conclusion [ fhir:v "Conclusion"] . #