@prefix fhir: <http://hl7.org/fhir/> .
@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-reportability-information-observation> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-reportability-information-observation"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation us-ph-reportability-information-observation</b></p><a name=\"us-ph-reportability-information-observation\"> </a><a name=\"hcus-ph-reportability-information-observation\"> </a><p><b>US Public Health Determination of Reportability Extension</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS1}\">Reportable</span></p><p><b>US Public Health Determination of Reportability Reason Extension</b>: Condition is reportable</p><p><b>US Public Health Determination of Reportability Rule Extension</b>: Description of rule used in reportability determination</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS5}\">Patient home address</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Eve L Everywoman  Female, DoB: 1974-11-24 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>effective</b>: 2020-11-18 22:33:22+0000</p><p><b>performer</b>: <a href=\"PractitionerRole-us-ph-practitionerrole-henry-seven.html\">PractitionerRole Primary Care Clinic/Center</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.232 RR4}\">Timeframe to report (urgency)</span></td><td>24 H<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeH = 'H')</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-extension"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.274"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "RRVS1" ] ;
         fhir:display [ fhir:v "Reportable" ]
       ] )
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-reason-extension"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "Condition is reportable"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-rule-extension"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "Description of rule used in reportability determination"
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.274"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "RRVS5" ] ;
       fhir:display [ fhir:v "Patient home address" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/us/ph-library/Patient/us-ph-patient-eve-everywoman> ;
     fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2020-11-18T22:33:22Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:link <http://hl7.org/fhir/us/ph-library/PractitionerRole/us-ph-practitionerrole-henry-seven> ;
     fhir:reference [ fhir:v "PractitionerRole/us-ph-practitionerrole-henry-seven" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:2.16.840.1.114222.4.5.232"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "RR4" ] ;
         fhir:display [ fhir:v "Timeframe to report (urgency)" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "24"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "H" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "H" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/ph-library/Patient/us-ph-patient-eve-everywoman> a fhir:us .

<http://hl7.org/fhir/us/ph-library/PractitionerRole/us-ph-practitionerrole-henry-seven> a fhir:us .

# -------------------------------------------------------------------------------------

