MyHealtheVet use of PGHD
0.2.10-beta - ci-build United States of America flag

MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: The methods of measurement for blood pressure that MHV supports - TTL Representation

Page standards status: Trial-use Maturity Level: 2

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 "mhv-blood-pressure-positions"] ; # 
  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://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/69000-8/\">69000-8</a></td><td>Heart rate - sitting</td></tr><tr><td><a href=\"https://loinc.org/69001-6/\">69001-6</a></td><td>Heart rate - standing</td></tr><tr><td><a href=\"https://loinc.org/68999-2/\">68999-2</a></td><td>Heart rate - supine</td></tr><tr><td><a href=\"https://loinc.org/40443-4/\">40443-4</a></td><td>Heart rate - resting</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "2"^^xsd:integer ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example"^^xsd:anyURI ;
fhir:link <https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example>         ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example"^^xsd:anyURI ;
fhir:link <https://johnmoehrke.github.io/MHV-PGHD/ImplementationGuide/va.mhv.example>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "https://johnmoehrke.github.io/MHV-PGHD/ValueSet/mhv-blood-pressure-positions"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.10-beta"] ; # 
  fhir:name [ fhir:v "MHVbloodPressurePositions"] ; # 
  fhir:title [ fhir:v "The methods of measurement for blood pressure that MHV supports"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-06T12:46:33-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "John Moehrke (himself)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://healthcaresecprivacy.blogspot.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ]     ] )
  ] [
fhir:name [ fhir:v "John Moehrke (himself)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "These are the loinc body positions that MHV supports on blood pressure."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "69000-8" ] ;
fhir:display [ fhir:v "Heart rate - sitting" ]       ] [
fhir:code [ fhir:v "69001-6" ] ;
fhir:display [ fhir:v "Heart rate - standing" ]       ] [
fhir:code [ fhir:v "68999-2" ] ;
fhir:display [ fhir:v "Heart rate - supine" ]       ] [
fhir:code [ fhir:v "40443-4" ] ;
fhir:display [ fhir:v "Heart rate - resting" ]       ] )     ] )
  ] . #