PACIO Personal Functioning and Engagement Implementation Guide
1.0.0 - STU1 United States of America flag

This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250 - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250\"> </a></p><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\">Resource Observation &quot;PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pfe-observation-clinicaltest.html\">Personal Functioning and Engagement Clinical Test Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Clinical Test <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU5.0.1/CodeSystem-us-core-observation-category.html\">US Core Observation Category Extension Codes</a>#clinical-test)</span>, Functioning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pfe-functioning-cs.html\">Personal Functioning and Engagement Functioning Category Code System</a>#functioning)</span>, Sensory functions and pain <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-pfe-category-cs.html\">Personal Functioning and Engagement Category</a>#BlockL2-b21)</span></p><p><b>code</b>: Hearing threshold Ear - left --250 Hz <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#91375-6)</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Patient/PFEIG-patientBSJ1</a> &quot; SMITH-JOHNSON&quot;</p><p><b>effective</b>: 2020-11-06 10:45:00-0500</p><p><b>performer</b>: <a href=\"PractitionerRole-PFEIG-Role-Audio-JillBradley.html\">PractitionerRole/PFEIG-Role-Audio-JillBradley</a></p><p><b>value</b>: 45 dB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code dB = 'dB')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical-test" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-functioning-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "functioning" ] ;
fhir:display [ fhir:v "Functioning" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BlockL2-b21" ] ;
fhir:display [ fhir:v "Sensory functions and pain" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:91375-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91375-6" ] ;
fhir:display [ fhir:v "Hearing threshold Ear - left --250 Hz" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-11-06T10:45:00-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/PFEIG-Role-Audio-JillBradley" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "45"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dB" ]
  ] . #