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-computable-valueset-example"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-computable-valueset"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-computable-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 us-ph-computable-valueset-example</b></p><a name=\"us-ph-computable-valueset-example\"> </a><a name=\"hcus-ph-computable-valueset-example\"> </a><a name=\"us-ph-computable-valueset-example-en-US\"> </a><p>This value set includes codes based on the following rules:</p><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 "Example Steward" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-author"^^xsd:anyURI ] ; fhir:value [ a fhir:ContactDetail ; fhir:name [ fhir:v "Example Author" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-rules-text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Include codes from [codesystem-example.html](http://example.org/fhir/CodeSystem/example) where acme-plasma = true" ] ] ) ; # fhir:url [ fhir:v "http://example.org/fhir/ValueSet/us-ph-computable-valueset-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.113883.4.642.40.46.48.7" ] ] ) ; # fhir:version [ fhir:v "2.1.2"] ; # fhir:name [ fhir:v "USPublicHealthComputableValueSetExample"] ; # fhir:title [ fhir:v "US Public Health Computable ValueSet Example"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-05-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 "ACME Codes for Cholesterol: Plasma only"] ; # 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 "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" ] ] ) . #