HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
Draft as of 2018-08-01 |
@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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "valueset-dxtc-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-dxtc-example</b></p><a name=\"valueset-dxtc-example\"> </a><a name=\"hcvalueset-dxtc-example\"> </a><a name=\"valueset-dxtc-example-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-icd10CM.html\"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>A01</td><td>Typhoid and paratyphoid fevers</td></tr><tr><td>A01.0</td><td>Typhoid fever</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/10750051000119105\">10750051000119105</a></td><td>Chlamydia trachomatis infection in mother complicating childbirth (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/10754031000119105\">10754031000119105</a></td><td>Gonorrhea in mother complicating childbirth (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/1084791000119106\">1084791000119106</a></td><td>Cardiac disorder due to typhoid fever (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/1086991000119103\">1086991000119103</a></td><td>Gonococcal abscess of brain (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/1087051000119109\">1087051000119109</a></td><td>Gonococcal osteomyelitis (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/1087061000119106\">1087061000119106</a></td><td>Gonococcal pneumonia (disorder)</td></tr><tr><td><a href=\"http://snomed.info/id/1092371000119103\">1092371000119103</a></td><td>Salmonella pyelonephritis (disorder)</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-steward"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactDetail ;
fhir:name [ fhir:v "CSTE Steward" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-author"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactDetail ;
fhir:name [ fhir:v "CSTE Author" ] ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113762.1.4.1146.627" ]
] ) ; #
fhir:version [ fhir:v "2.1.2"] ; #
fhir:name [ fhir:v "Example_Diagnosis_Problem_Triggers_for_Public_Health_Reporting"] ; #
fhir:title [ fhir:v "Example Diagnosis Problem Triggers for Public Health Reporting"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2018-08-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Public Health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] )
] ) ; #
fhir:description [ fhir:v "This example set of values contains diagnoses or problems that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition"] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reporting" ] ;
fhir:display [ fhir:v "Reporting" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "triggering" ] ;
fhir:display [ fhir:v "Triggering" ] ] ) ]
] [
fhir:code [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "priority" ] ;
fhir:display [ fhir:v "Priority" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "routine" ] ;
fhir:display [ fhir:v "Routine" ] ] ) ]
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] ) ;
fhir:text [ fhir:v "United States of America" ]
] ) ; #
fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "A01" ] ;
fhir:display [ fhir:v "Typhoid and paratyphoid fevers" ] ] [
fhir:code [ fhir:v "A01.0" ] ;
fhir:display [ fhir:v "Typhoid fever" ] ] ) ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "10750051000119105" ] ;
fhir:display [ fhir:v "Chlamydia trachomatis infection in mother complicating childbirth (disorder)" ] ] [
fhir:code [ fhir:v "10754031000119105" ] ;
fhir:display [ fhir:v "Gonorrhea in mother complicating childbirth (disorder)" ] ] [
fhir:code [ fhir:v "1084791000119106" ] ;
fhir:display [ fhir:v "Cardiac disorder due to typhoid fever (disorder)" ] ] [
fhir:code [ fhir:v "1086991000119103" ] ;
fhir:display [ fhir:v "Gonococcal abscess of brain (disorder)" ] ] [
fhir:code [ fhir:v "1087051000119109" ] ;
fhir:display [ fhir:v "Gonococcal osteomyelitis (disorder)" ] ] [
fhir:code [ fhir:v "1087061000119106" ] ;
fhir:display [ fhir:v "Gonococcal pneumonia (disorder)" ] ] [
fhir:code [ fhir:v "1092371000119103" ] ;
fhir:display [ fhir:v "Salmonella pyelonephritis (disorder)" ] ] ) ] )
] . #
IG © 2020+ HL7 International / Public Health. Package hl7.fhir.us.ecr#2.1.2 based on FHIR 4.0.1. Generated 2024-10-30
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change