@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 -------------------------------------------------------------------

<http://hl7.org/fhir/test/openehr-test/ValueSet/openEHR-EHR-OBSERVATION.blood-pressure.v2.at1035> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "openEHR-EHR-OBSERVATION.blood-pressure.v2.at1035"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ]
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/test/openehr-test/ValueSet/openEHR-EHR-OBSERVATION.blood-pressure.v2.at1035"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.6.6"] ; # 
  fhir:name [ fhir:v "MethodVS"] ; # 
  fhir:title [ fhir:v "Method ValueSet"] ; # 
  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 "ValueSet for Method of measurement of blood pressure."] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/test/openehr-test/CodeSystem/openEHR-EHR-OBSERVATION.blood-pressure.v2.at1035"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "at1036" ]
       ] [
         fhir:code [ fhir:v "at1037" ]
       ] [
         fhir:code [ fhir:v "at1039" ]
       ] [
         fhir:code [ fhir:v "at1040" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

