@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 -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-pfe/Observation/PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250> 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:l <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250</b></p><a name=\"PFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250\"> </a><a name=\"hcPFEIG-SPLASCH-Hearingtonethresh-01-Obs-L250\"> </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\">Language: en</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>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span>, <span title=\"Codes:{http://hl7.org/fhir/sid/icf b2}\">SENSORY FUNCTIONS AND PAIN</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 91375-6}\">Hearing threshold Ear - left --250 Hz</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></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 Audiologist</a></p><p><b>value</b>: 45 dB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codedB = 'dB')</span></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:version [ fhir:v "2.0.0" ] ;
       fhir:code [ fhir:v "exam" ] ;
       fhir:display [ fhir:v "Exam" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icf"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icf>
       ] ;
       fhir:code [ fhir:v "b2" ] ;
       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:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "91375-6" ] ;
       fhir:display [ fhir:v "Hearing threshold Ear - left --250 Hz" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> ;
     fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2020-11-06T10:45:00-05:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/PractitionerRole/PFEIG-Role-Audio-JillBradley> ;
     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:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "dB" ]
  ] . # 

<http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/PractitionerRole/PFEIG-Role-Audio-JillBradley> a fhir:Us .

# -------------------------------------------------------------------------------------

