0.1.1 - ci-build

EgdeFlaattsjekk_IG - Local Development build (v0.1.1). See the Directory of published versions

: Body Site Value Set - TTL Representation

Active as of 2023-08-29

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 "body-site-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><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/302548004\">302548004</a></td><td>hode</td></tr><tr><td><a href=\"http://snomed.info/id/302550007\">302550007</a></td><td>hals</td></tr><tr><td><a href=\"http://snomed.info/id/302551006\">302551006</a></td><td>thorax</td></tr><tr><td><a href=\"http://snomed.info/id/302538001\">302538001</a></td><td>overarm</td></tr><tr><td><a href=\"http://snomed.info/id/362741001\">362741001</a></td><td>underarm</td></tr><tr><td><a href=\"http://snomed.info/id/302539009\">302539009</a></td><td>hånd</td></tr><tr><td><a href=\"http://snomed.info/id/302553009\">302553009</a></td><td>abdomen</td></tr><tr><td><a href=\"http://snomed.info/id/302544002\">302544002</a></td><td>lår</td></tr><tr><td><a href=\"http://snomed.info/id/30021000\">30021000</a></td><td>legg</td></tr><tr><td><a href=\"http://snomed.info/id/302545001\">302545001</a></td><td>fot</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://www.egde.no/ValueSet/body-site-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "BodySiteVS"] ; # 
  fhir:title [ fhir:v "Body Site Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-08-29T10:26:56+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "The codes used by the EM-app for body site."] ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "302548004" ] ;
fhir:display [ fhir:v "hode" ]       ] [
fhir:code [ fhir:v "302550007" ] ;
fhir:display [ fhir:v "hals" ]       ] [
fhir:code [ fhir:v "302551006" ] ;
fhir:display [ fhir:v "thorax" ]       ] [
fhir:code [ fhir:v "302538001" ] ;
fhir:display [ fhir:v "overarm" ]       ] [
fhir:code [ fhir:v "362741001" ] ;
fhir:display [ fhir:v "underarm" ]       ] [
fhir:code [ fhir:v "302539009" ] ;
fhir:display [ fhir:v "hånd" ]       ] [
fhir:code [ fhir:v "302553009" ] ;
fhir:display [ fhir:v "abdomen" ]       ] [
fhir:code [ fhir:v "302544002" ] ;
fhir:display [ fhir:v "lår" ]       ] [
fhir:code [ fhir:v "30021000" ] ;
fhir:display [ fhir:v "legg" ]       ] [
fhir:code [ fhir:v "302545001" ] ;
fhir:display [ fhir:v "fot" ]       ] )     ] )
  ] . #