HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm 2.1.2 - STU 2
Publication Build: This will be filled in by the publication tooling
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "us-ph-triggerdefinition-namedevent"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <ul>\n <li>Include all codes defined in <a href=\"CodeSystem-us-ph-triggerdefinition-namedevents.html\">\n <code>http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents</code>\n </a>\n </li>\n </ul>\n </div>" ] ; # fhir:extension ( [ 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/us-ph-triggerdefinition-namedevent"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.46.48.8" ] ] ) ; # fhir:version [ fhir:v "2.1.2"] ; # fhir:name [ fhir:v "USPublicHealthTriggerDefinitionNamedEvent"] ; # fhir:title [ fhir:v "US Public Health TriggerDefinition NamedEvent"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-09-06"^^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 "The US Public Health TriggerDefinition NamedEvent Value Set is a 'starter set' of codes for identifying named events uniquely in TriggerDefinition instances contained within a PlanDefinition."] ; # 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:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI ] ] ) ] . #