This page is part of the electronic Case Reporting (eCR) (v2.1.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in it's permanent location. For a full list of available versions, see the Directory of published versions
Active 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-mrtc-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\"><ul><li>Include these codes as defined in <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>809002</td><td>Carbidopa 10 MG / Levodopa 100 MG Disintegrating Oral Tablet [Parcopa]</td></tr><tr><td>476515</td><td>Carbidopa 25 MG / Levodopa 250 MG Disintegrating Oral Tablet</td></tr><tr><td>308988</td><td>Carbidopa 25 MG / Levodopa 100 MG Extended Release Oral Tablet</td></tr><tr><td>724606</td><td>Carbidopa 10 MG / Levodopa 100 MG Oral Tablet [Sinemet]</td></tr><tr><td>1600914</td><td>8 HR Carbidopa 48.75 MG / Levodopa 195 MG Extended Release Oral Capsule</td></tr><tr><td>476399</td><td>Carbidopa 25 MG / Levodopa 100 MG Disintegrating Oral Tablet</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/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-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.1060" ]
] ) ; #
fhir:version [ fhir:v "2.1.1"] ; #
fhir:name [ fhir:v "Example_Medications_Triggers_for_Public_Health_Reporting"] ; #
fhir:title [ fhir:v "Example Medications Triggers for Public Health Reporting"] ; #
fhir:status [ fhir:v "active"] ; #
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 CVX, RXNORM,and SNOMED medication codes that may represent that the patient may have a potentially reportable condition. These pertain to medications administered and medications prescribed, where the medication, coded in CVX,RXNORM,SNOMED, may be indicative of a reportable 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:purpose [ fhir:v "Prescription drugs names used in observations documented in a clinical record."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "809002" ] ;
fhir:display [ fhir:v "Carbidopa 10 MG / Levodopa 100 MG Disintegrating Oral Tablet [Parcopa]" ] ] [
fhir:code [ fhir:v "476515" ] ;
fhir:display [ fhir:v "Carbidopa 25 MG / Levodopa 250 MG Disintegrating Oral Tablet" ] ] [
fhir:code [ fhir:v "308988" ] ;
fhir:display [ fhir:v "Carbidopa 25 MG / Levodopa 100 MG Extended Release Oral Tablet" ] ] [
fhir:code [ fhir:v "724606" ] ;
fhir:display [ fhir:v "Carbidopa 10 MG / Levodopa 100 MG Oral Tablet [Sinemet]" ] ] [
fhir:code [ fhir:v "1600914" ] ;
fhir:display [ fhir:v "8 HR Carbidopa 48.75 MG / Levodopa 195 MG Extended Release Oral Capsule" ] ] [
fhir:code [ fhir:v "476399" ] ;
fhir:display [ fhir:v "Carbidopa 25 MG / Levodopa 100 MG Disintegrating Oral Tablet" ] ] ) ] )
] . #
IG © 2020+ HL7 International / Public Health. Package hl7.fhir.us.ecr#2.1.1 based on FHIR 4.0.1. Generated 2023-12-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change