US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions

: US Public Health Reportability Information Observation - Condition Reportable - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 "us-ph-reportability-information-observation"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"us-ph-reportability-information-observation\"> </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;us-ph-reportability-information-observation&quot; </p></div><p><b>US Public Health Determination of Reportability Extension</b>: Reportable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#RRVS1)</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>: Patient home address <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#RRVS5)</span></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>Timeframe to report (urgency) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#RR4)</span></td><td>24 H<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code H = 'H')</span></td></tr></table></div>"
  ] ; # 
  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 [ 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 [ 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: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" ]     ]
  ] ) . #