Body Weight Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.1.3 - ci-build

Body Weight Cross-Country Cross-Language Cross-Paradigm (Demo) IG, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/bodyweight/ and changes regularly. See the Directory of published versions

: Measuring Type - TTL Representation

Active as of 2024-04-16

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/MeasuringType> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MeasuringType"] ;
  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 MeasuringType</b></p><a name=\"MeasuringType\"> </a><a name=\"hcMeasuringType\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-MeasuringType.html\"><code>http://bodyweight.oemig.de/fhir/CodeSystem/MeasuringType</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.3</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://bodyweight.oemig.de/fhir/ValueSet/MeasuringType"] ;
  fhir:ValueSet.version [ fhir:value "0.1.3"] ;
  fhir:ValueSet.name [ fhir:value "MeasuringType"] ;
  fhir:ValueSet.title [ fhir:value "Measuring Type"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-04-16"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "FO"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "FO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.oemig.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "**Measuring Type**"] ;
  fhir:ValueSet.copyright [ fhir:value "FO"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://bodyweight.oemig.de/fhir/CodeSystem/MeasuringType" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/MeasuringType.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/MeasuringType.ttl> .