@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/ph-library/Observation/us-ph-lab-result-eve-everywoman-pertussis> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-lab-result-eve-everywoman-pertussis"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation>
     ] )
  ] ; # 
  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 us-ph-lab-result-eve-everywoman-pertussis</b></p><a name=\"us-ph-lab-result-eve-everywoman-pertussis\"> </a><a name=\"hcus-ph-lab-result-eve-everywoman-pertussis\"> </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-us-ph-lab-result-observation.html\">US Public Health Laboratory Result Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11585-7}\">Bordetella pertussis Ab [Units/volume] in Serum</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2016-11-07</p><p><b>performer</b>: <a href=\"Organization-us-ph-organization-acme-laboratory.html\">Organization Acme_Labs</a></p><p><b>value</b>: 100 [iU]/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[iU]/mL = '[iU]/mL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>45 [iU]/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[iU]/mL = '[iU]/mL')</span></td></tr></table></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 "laboratory" ] ;
       fhir:display [ fhir:v "Laboratory" ]
     ] ) ;
     fhir:text [ fhir:v "Laboratory" ]
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:11585-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "11585-7" ] ;
       fhir:display [ fhir:v "Bordetella pertussis Ab [Units/volume] in Serum" ]
     ] ) ;
     fhir:text [ fhir:v "Bordetella pertussis Ab [Units/volume] in Serum" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/ph-library/Patient/us-ph-patient-eve-everywoman> ;
     fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ] ;
     fhir:display [ fhir:v "Eve Everywoman" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2016-11-07"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <http://hl7.org/fhir/us/ph-library/Organization/us-ph-organization-acme-laboratory> ;
     fhir:reference [ fhir:v "Organization/us-ph-organization-acme-laboratory" ]
  ] ) ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "100"^^xsd:decimal ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "[iU]/mL" ]
  ] ; # 
  fhir:interpretation ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation>
       ] ;
       fhir:code [ fhir:v "H" ] ;
       fhir:display [ fhir:v "High" ]
     ] )
  ] ) ; # 
  fhir:referenceRange ( [
     fhir:high [
       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 "[iU]/mL" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/ph-library/Patient/us-ph-patient-eve-everywoman> a fhir:Us .

<http://hl7.org/fhir/us/ph-library/Organization/us-ph-organization-acme-laboratory> a fhir:Us .

# -------------------------------------------------------------------------------------

