PACIO Personal Functioning and Engagement Implementation Guide
3.0.0-ballot - STU 3 Ballot United States of America flag

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 3.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

Page standards status: Informative

Raw ttl | Download


@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/PFEIG-DiagnosticReport> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PFEIG-DiagnosticReport"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-diagnostic-report-note-exchange" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-diagnostic-report-note-exchange>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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 PFEIG-DiagnosticReport</b></p><a name=\"PFEIG-DiagnosticReport\"> </a><a name=\"hcPFEIG-DiagnosticReport\"> </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-pfe-diagnostic-report-note-exchange.html\">Personal Functioning and Engagement Diagnostic Report Note Exchange Profile</a></p></div><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>Relevant Time</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:DiagnosticReport.basedOn [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/NutritionOrder/PFEIG-NutritionOrder-SNFDischargeDiet> ;
     fhir:Reference.reference [ fhir:value "NutritionOrder/PFEIG-NutritionOrder-SNFDischargeDiet" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:LP7839-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "LP7839-6" ] ;
       fhir:Coding.display [ fhir:value "Pathology" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:100492-8 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "100492-8" ] ;
       fhir:Coding.display [ fhir:value "Nutrition and dietetics Outpatient Progress note" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
     fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2024-02-07T13:28:17-05:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2024-02-07T13:28:17-05:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/PFEIG-Practioner-GeraldPark> ;
     fhir:Reference.reference [ fhir:value "Practitioner/PFEIG-Practioner-GeraldPark" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "Conclusion"] .

<http://hl7.org/fhir/NutritionOrder/PFEIG-NutritionOrder-SNFDischargeDiet> a fhir:NutritionOrder .

<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/PFEIG-Practioner-GeraldPark> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/PFEIG-DiagnosticReport.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/PFEIG-DiagnosticReport.ttl> .