1.9.3 - release
SHINNYHRSN - Local Development build (v1.9.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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 ------------------------------------------------------------------- <http://hl7.org/fhir/ValueSet/SHINNYEncounterTypeVS> a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "SHINNYEncounterTypeVS"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet SHINNYEncounterTypeVS</b></p><a name=\"SHINNYEncounterTypeVS\"> </a><a name=\"hcSHINNYEncounterTypeVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/405672008\">405672008</a></td><td>Direct questioning</td></tr><tr><td><a href=\"http://snomed.info/id/23918007\">23918007</a></td><td>History taking, self-administered, by computer terminal</td></tr></table></li></ul></div>" ] ; fhir:ValueSet.url [ fhir:value "http://shinny.org/us/ny/hrsn/ValueSet/SHINNYEncounterTypeVS"] ; fhir:ValueSet.version [ fhir:value "1.9.3"] ; fhir:ValueSet.name [ fhir:value "SHINNYEncounterTypeVS"] ; fhir:ValueSet.title [ fhir:value "SHINNYEncounterTypeVS"] ; fhir:ValueSet.status [ fhir:value "active"] ; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ; fhir:ValueSet.date [ fhir:value "2026-07-24T09:28:12-04:00"^^xsd:dateTime] ; fhir:ValueSet.publisher [ fhir:value "shinny"] ; fhir:ValueSet.contact [ fhir:index 0 ; fhir:ContactDetail.name [ fhir:value "shinny" ] ; fhir:ContactDetail.telecom [ fhir:index 0 ; fhir:ContactPoint.system [ fhir:value "url" ] ; fhir:ContactPoint.value [ fhir:value "https://test.shinny.org/us/ny/hrsn.index.html" ] ] ] ; fhir:ValueSet.description [ fhir:value "SHINNYEncounterTypeVS"] ; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0 ; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ; fhir:ValueSet.compose.include.concept [ fhir:index 0 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "405672008" ] ; fhir:ValueSet.compose.include.concept.display [ fhir:value "Direct questioning" ] ], [ fhir:index 1 ; fhir:ValueSet.compose.include.concept.code [ fhir:value "23918007" ] ; fhir:ValueSet.compose.include.concept.display [ fhir:value "History taking, self-administered, by computer terminal" ] ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ValueSet/SHINNYEncounterTypeVS.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/ValueSet/SHINNYEncounterTypeVS.ttl> .