Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Valueset-observation-vitalsignresult.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Value SetVital Signs

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:ValueSet;
  fhir:Resource.id [ fhir:value "observation-vitalsignresult"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "oo" ]
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/observation-vitalsignresult"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.3.88.12.80.62" ]
  ];
  fhir:ValueSet.version [ fhir:value "4.0.1"];
  fhir:ValueSet.name [ fhir:value "VitalSigns"];
  fhir:ValueSet.title [ fhir:value "Vital Signs"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "false"];
  fhir:ValueSet.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:ValueSet.publisher [ fhir:value "FHIR project team"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:ValueSet.description [ fhir:value "This value set indicates the allowed vital sign result types.   The LOINC code for Vitals Signs panel (85353-1) is a grouping structure for a set of vital signs and includes related links (with type=has-member) to the Observations in this set (e.g. respiratory rate, heart rate, BP).  The Blood pressure panel (85354-9) is used to group the component observations Systolic blood pressure (8480-6) and Diastolic blood pressure (8462-4)."];
  fhir:ValueSet.copyright [ fhir:value "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use"];
  fhir:ValueSet.compose [
     fhir:ValueSet.include [
       fhir:index 0;
       fhir:ValueSet.system [ fhir:value "http://loinc.org" ];
       fhir:ValueSet.concept [
         fhir:index 0;
         fhir:ValueSet.code [ fhir:value "85353-1" ]
       ], [
         fhir:index 1;
         fhir:ValueSet.code [ fhir:value "9279-1" ]
       ], [
         fhir:index 2;
         fhir:ValueSet.code [ fhir:value "8867-4" ]
       ], [
         fhir:index 3;
         fhir:ValueSet.code [ fhir:value "2708-6" ]
       ], [
         fhir:index 4;
         fhir:ValueSet.code [ fhir:value "8310-5" ]
       ], [
         fhir:index 5;
         fhir:ValueSet.code [ fhir:value "8302-2" ]
       ], [
         fhir:index 6;
         fhir:ValueSet.code [ fhir:value "9843-4" ]
       ], [
         fhir:index 7;
         fhir:ValueSet.code [ fhir:value "29463-7" ]
       ], [
         fhir:index 8;
         fhir:ValueSet.code [ fhir:value "39156-5" ]
       ], [
         fhir:index 9;
         fhir:ValueSet.code [ fhir:value "85354-9" ]
       ], [
         fhir:index 10;
         fhir:ValueSet.code [ fhir:value "8480-6" ]
       ], [
         fhir:index 11;
         fhir:ValueSet.code [ fhir:value "8462-4" ]
       ], [
         fhir:index 12;
         fhir:ValueSet.code [ fhir:value "8478-0" ]
       ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.