This page is part of the electronic Case Reporting (eCR) (v2.0.0: STU 2 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 2.1.0. 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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "valueset-us-ph-supplemental-valueset-example"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-03T04:32:24.654+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#xAEfdZO0PfqjPej0" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-supplemental-valueset";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-supplemental-valueset> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-endpoint-connection-type.html\"><code>http://terminology.hl7.org/CodeSystem/endpoint-connection-type</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-ersd-endpoint-connection-type.html\"><code>http://hl7.org/fhir/us/ecr/CodeSystem/ersd-endpoint-connection-type</code></a></li></ul></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-steward" ];
fhir:Extension.valueContactDetail [
fhir:ContactDetail.name [ fhir:value "CSTE Steward" ] ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-author" ];
fhir:Extension.valueContactDetail [
fhir:ContactDetail.name [ fhir:value "CSTE Author" ] ]
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/ecr/ValueSet/valueset-us-ph-supplemental-valueset-example"];
fhir:ValueSet.version [ fhir:value "2.0.0"];
fhir:ValueSet.name [ fhir:value "USPublicHealthSupplementalValueSetExample"];
fhir:ValueSet.title [ fhir:value "US Public Health Supplemental Valueset Example"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2020-12-02T00:00:00+10:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ] ]
];
fhir:ValueSet.description [ fhir:value "This valueset is a simplified duplicate of the eRSD Endpoint Connection Type valueset created for the purposes of demonstraing, by example, the US Public Health Supplemental ValueSet profile."];
fhir:ValueSet.useContext [
fhir:index 0;
fhir:UsageContext.code [
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type" ];
fhir:Coding.code [ fhir:value "reporting" ];
fhir:Coding.display [ fhir:value "Reporting" ] ];
fhir:UsageContext.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context" ];
fhir:Coding.code [ fhir:value "supplemental" ];
fhir:Coding.display [ fhir:value "Supplemental" ] ] ]
];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ];
fhir:CodeableConcept.text [ fhir:value "United States of America" ]
];
fhir:ValueSet.purpose [ fhir:value "Define the set of supported endpoint connection types."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/ecr/CodeSystem/ersd-endpoint-connection-type" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.