Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

Turtle Format: Observation-AverageBloodPressure-example

Raw ttl

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "AverageBloodPressure-example"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/vitals/StructureDefinition/AverageBloodPressure";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/vitals/StructureDefinition/AverageBloodPressure>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: AverageBloodPressure-example</p><p><b>meta</b>: </p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 723232008}\">Average blood pressure (observable entity)</span></p><p><b>subject</b>: <span>OldMan 1234</span></p><p><b>effective</b>: Oct 16, 2019 9:12:29 PM --&gt; (ongoing)</p><p><b>issued</b>: Oct 16, 2019 10:12:29 PM</p><p><b>performer</b>: <span>OldMan 1234</span></p><p><b>bodySite</b>: <span title=\"Codes: {http://snomed.info/sct 723961002}\">Structure of left brachial artery (body structure)</span></p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 37931006}\">Auscultation</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 314440001}\">Average systolic blood pressure (observable entity)</span></p><p><b>value</b>: 120 mm[Hg]</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 314453003}\">Average diastolic blood pressure (observable entity)</span></p><p><b>value</b>: 80 mm[Hg]</p></blockquote></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:309642005;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "309642005" ];
         fhir:Coding.display [ fhir:value "Mercury sphygmomanometer" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementSettingExt" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:264362003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "264362003" ];
         fhir:Coding.display [ fhir:value "Home (environment)" ]       ]     ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ];
       fhir:Coding.code [ fhir:value "vital-signs" ];
       fhir:Coding.display [ fhir:value "Vital Signs" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Vital Signs" ]
  ];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:723232008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "723232008" ];
       fhir:Coding.display [ fhir:value "Average blood pressure (observable entity)" ]     ]
  ];
  fhir:Observation.subject [
     fhir:Reference.display [ fhir:value "OldMan 1234" ]
  ];
  fhir:Observation.effectivePeriod [
     fhir:Period.start [ fhir:value "2019-10-16T12:12:29-09:00"^^xsd:dateTime ]
  ];
  fhir:Observation.issued [ fhir:value "2019-10-16T12:12:29-10:00"^^xsd:dateTime];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "OldMan 1234" ]
  ];
  fhir:Observation.bodySite [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:723961002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "723961002" ];
       fhir:Coding.display [ fhir:value "Structure of left brachial artery (body structure)" ]     ]
  ];
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:37931006;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "37931006" ];
       fhir:Coding.display [ fhir:value "Auscultation" ]     ]
  ];
  fhir:Observation.component [
     fhir:index 0;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:314440001;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "314440001" ];
         fhir:Coding.display [ fhir:value "Average systolic blood pressure (observable entity)" ]       ]     ];
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "120"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mm[Hg]" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]     ]
  ], [
     fhir:index 1;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:314453003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "314453003" ];
         fhir:Coding.display [ fhir:value "Average diastolic blood pressure (observable entity)" ]       ]     ];
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "80"^^xsd:decimal ];
       fhir:Quantity.unit [ fhir:value "mm[Hg]" ];
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.