openEHR Test IG
1.6.6 - International flag

openEHR Test IG, published by HL7 FHIR Product Director. This guide is not an authorized publication; it is the continuous build for version 1.6.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/openehr-test/ and changes regularly. See the Directory of published versions

: LocationOfMeasurementCS

Active as of 2025-06-14

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "openEHR-EHR-OBSERVATION.blood-pressure.v2.at0014"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ]
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/test/openehr-test/CodeSystem/openEHR-EHR-OBSERVATION.blood-pressure.v2.at0014"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.6.6"] ; # 
  fhir:name [ fhir:v "LocationOfMeasurementCS"] ; # 
  fhir:title [ fhir:v "Location of measurement"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-06-14T02:33:58+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 FHIR Product Director"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for Simple body site where blood pressure was measured."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "at0025" ] ;
fhir:display [ fhir:v "Right arm" ] ;
fhir:definition [ fhir:v "The right arm of the person." ]
  ] [
fhir:code [ fhir:v "at0026" ] ;
fhir:display [ fhir:v "Left arm" ] ;
fhir:definition [ fhir:v "The left arm of the person." ]
  ] [
fhir:code [ fhir:v "at0027" ] ;
fhir:display [ fhir:v "Right thigh" ] ;
fhir:definition [ fhir:v "The right thigh of the person." ]
  ] [
fhir:code [ fhir:v "at0028" ] ;
fhir:display [ fhir:v "Left thigh" ] ;
fhir:definition [ fhir:v "The left thigh of the person." ]
  ] [
fhir:code [ fhir:v "at1020" ] ;
fhir:display [ fhir:v "Right wrist" ] ;
fhir:definition [ fhir:v "The right wrist of the individual." ]
  ] [
fhir:code [ fhir:v "at1021" ] ;
fhir:display [ fhir:v "Left wrist" ] ;
fhir:definition [ fhir:v "The left wrist of the individual." ]
  ] [
fhir:code [ fhir:v "at1026" ] ;
fhir:display [ fhir:v "Right ankle" ] ;
fhir:definition [ fhir:v "The right ankle of the individual." ]
  ] [
fhir:code [ fhir:v "at1031" ] ;
fhir:display [ fhir:v "Left ankle" ] ;
fhir:definition [ fhir:v "The left ankle of the individual." ]
  ] [
fhir:code [ fhir:v "at1032" ] ;
fhir:display [ fhir:v "Finger" ] ;
fhir:definition [ fhir:v "A finger of the individual." ]
  ] [
fhir:code [ fhir:v "at1051" ] ;
fhir:display [ fhir:v "Toe" ] ;
fhir:definition [ fhir:v "A toe of the individual." ]
  ] [
fhir:code [ fhir:v "at1056" ] ;
fhir:display [ fhir:v "Dorsum of foot" ] ;
fhir:definition [ fhir:v "The individual's dorsum of the foot." ]
  ] [
fhir:code [ fhir:v "at1053" ] ;
fhir:display [ fhir:v "Intra-arterial" ] ;
fhir:definition [ fhir:v "Invasive measurement via transducer access line within an artery." ]
  ] ) . #