Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR R4 Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: VH Observation Value Code - TTL Representation

Draft as of 2024-12-02

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 "VHObservationValueCode"] ; # 
  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 VHObservationValueCode</b></p><a name=\"VHObservationValueCode\"> </a><a name=\"hcVHObservationValueCode\"> </a><a name=\"VHObservationValueCode-en-GB\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a 362981000 (Qualifier value)</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.virtually.healthcare/ValueSet/VHObservationValueCode"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0-current"] ; # 
  fhir:name [ fhir:v "VHObservationValueCode"] ; # 
  fhir:title [ fhir:v "VH Observation Value Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-02T14:10:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Virtually Healthcare"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Virtually Healthcare" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://virtually.healthcare" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "VH Observation Value Code - based on [HL7 FHIR Observation Guidance](https://hl7.org/fhir/R4/observation.html#guidance)."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "362981000" ]       ] )     ] )
  ] . #