This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "us-ph-reportability-information-observation"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2022-07-22T07:26:39.590+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#TiGZBaXSnDrywxTm" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b></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 \"us-ph-reportability-information-observation\" Version \"1\" Updated \"2022-07-22 07:26:39+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #TiGZBaXSnDrywxTm!</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>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</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:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-extension" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS1" ];
fhir:Coding.display [ fhir:value "Reportable" ] ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-reason-extension" ];
fhir:Extension.valueString [ fhir:value "Condition is reportable" ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-determination-of-reportability-rule-extension" ];
fhir:Extension.valueString [ fhir:value "Description of rule used in reportability determination" ]
];
fhir:Observation.status [ fhir:value "final"];
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ];
fhir:Coding.code [ fhir:value "RRVS5" ];
fhir:Coding.display [ fhir:value "Patient home address" ] ]
];
fhir:Observation.component [
fhir:index 0;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.232" ];
fhir:Coding.code [ fhir:value "RR4" ];
fhir:Coding.display [ fhir:value "Timeframe to report (urgency)" ] ] ];
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "24"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "H" ];
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
fhir:Quantity.code [ fhir:value "H" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.