Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Body Structure Qualifiers - TTL Representation

Draft as of 2021-08-03

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "qualifiers"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Additional Body Structure Qualifiers</h2>\n      <div>\n        <p>Additional qualifiers</p>\n      </div>\n    </div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/uv/eyecare/CodeSystem/qualifiers"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BodyStructureQualifiers"] ; # 
  fhir:title [ fhir:v "Body Structure Qualifiers"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2021-08-03"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Lars Fuhrmann"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Lars Fuhrmann" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://larfuma.github.io/fhir-eyecare-ig/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fuhr.lars@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional body site qualifiers"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "276" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "HL7"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "superotemporal" ] ;
fhir:display [ fhir:v "Superotemporal" ] ;
fhir:definition [ fhir:v "Superotemporal" ]
  ] [
fhir:code [ fhir:v "superonasal" ] ;
fhir:display [ fhir:v "Superonasal" ] ;
fhir:definition [ fhir:v "Superonasal" ]
  ] [
fhir:code [ fhir:v "inferotemporal" ] ;
fhir:display [ fhir:v "Inferotemporal" ] ;
fhir:definition [ fhir:v "Inferotemporal" ]
  ] [
fhir:code [ fhir:v "inferonasal" ] ;
fhir:display [ fhir:v "Inferonasal" ] ;
fhir:definition [ fhir:v "Inferonasal" ]
  ] ) . #