Point-of-Care Device Implementation Guide
1.0.0-ballot3 - STU 1 Ballot3 International flag

Point-of-Care Device Implementation Guide, published by HL7 International / Devices. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions

: CVP Sample Array observation example

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/CVPSampleArrayObservation> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CVPSampleArrayObservation"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayObservation" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayObservation>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation CVPSampleArrayObservation</b></p><a name=\"CVPSampleArrayObservation\"> </a><a name=\"hcCVPSampleArrayObservation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SampleArrayObservation.html\">Sample Array Observation profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 150084}\">MDC_PRESS_BLD_VEN_CENT</span></p><p><b>subject</b>: <a href=\"Patient-SomePatient.html\">John Doe  Male, DoB: 1967-05-04 ( Medical record number)</a></p><p><b>effective</b>: 2021-07-09 11:33:23+0200 --&gt; 2021-07-09 11:33:24+0200</p><p><b>value</b>: Origin: 0 mmHg , Dimensions: 1 , Data: 2.00 2.00 2.00 2.01 2.02 2.03 2.06 2.09 2.13 2.19 2.25 2.33 2.42 2.53 2.65 2.78 2.93 3.09 3.27 3.47 3.68 3.90 4.14 4.40 4.67 4.96 5.34 5.82 6.37 6.90 7.35 7.68 7.89 7.98 8.00 7.94 7.82 7.64 7.41 7.14 6.84 6.48 6.11 5.85 5.73 5.79 5.95 6.22 6.45 6.54 6.56 6.44 6.20 5.88 5.48 5.01 4.71 4.44 4.18 3.95 3.73 3.53 3.36 3.20 3.06 2.94 2.85 2.77 2.70 2.67 2.64 2.64 2.65 2.70 2.75 2.82 2.91 3.02 3.15 3.29 3.46 3.64 3.84 4.06 4.27 4.48 4.68 4.88 5.06 5.23 5.38 5.52 5.63 5.71 5.76 5.75 5.72 5.62 5.47 5.26 5.01 4.74 4.45 4.16 3.90 3.66 3.45 3.25 3.08 2.92 2.78 2.66 2.55 2.46 2.37 2.31 2.24 2.19 2.15 2.11 2.08 2.05 2.03 2.02 2.01 </p><p><b>device</b>: <a href=\"DeviceMetric-CVPSampleArrayDeviceMetric.html\">DeviceMetric: extension = 25 mm/s,,; type = MDC_PRESS_BLD_VEN_CENT; unit = MDC_DIM_MMHG; operationalStatus = on; color = cyan; category = measurement</a></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:11073:10101" ] ;
       fhir:Coding.code [ fhir:value "150084" ] ;
       fhir:Coding.display [ fhir:value "MDC_PRESS_BLD_VEN_CENT" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/SomePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/SomePatient" ]
  ] ;
  fhir:Observation.effectivePeriod [
     fhir:Period.start [ fhir:value "2021-07-09T11:33:23+02:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2021-07-09T11:33:24+02:00"^^xsd:dateTime ]
  ] ;
  fhir:Observation.valueSampledData [
     fhir:SampledData.origin [
       fhir:Quantity.value [ fhir:value "0"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mmHg" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]
     ] ;
     fhir:SampledData.period [ fhir:value "8"^^xsd:decimal ] ;
     fhir:SampledData.dimensions [ fhir:value "1"^^xsd:positiveInteger ] ;
     fhir:SampledData.data [ fhir:value "2.00 2.00 2.00 2.01 2.02 2.03 2.06 2.09 2.13 2.19 2.25 2.33 2.42 2.53 2.65 2.78 2.93 3.09 3.27 3.47 3.68 3.90 4.14 4.40 4.67 4.96 5.34 5.82 6.37 6.90 7.35 7.68 7.89 7.98 8.00 7.94 7.82 7.64 7.41 7.14 6.84 6.48 6.11 5.85 5.73 5.79 5.95 6.22 6.45 6.54 6.56 6.44 6.20 5.88 5.48 5.01 4.71 4.44 4.18 3.95 3.73 3.53 3.36 3.20 3.06 2.94 2.85 2.77 2.70 2.67 2.64 2.64 2.65 2.70 2.75 2.82 2.91 3.02 3.15 3.29 3.46 3.64 3.84 4.06 4.27 4.48 4.68 4.88 5.06 5.23 5.38 5.52 5.63 5.71 5.76 5.75 5.72 5.62 5.47 5.26 5.01 4.74 4.45 4.16 3.90 3.66 3.45 3.25 3.08 2.92 2.78 2.66 2.55 2.46 2.37 2.31 2.24 2.19 2.15 2.11 2.08 2.05 2.03 2.02 2.01" ]
  ] ;
  fhir:Observation.device [
     fhir:link <http://hl7.org/fhir/DeviceMetric/CVPSampleArrayDeviceMetric> ;
     fhir:Reference.reference [ fhir:value "DeviceMetric/CVPSampleArrayDeviceMetric" ]
  ] .

<http://hl7.org/fhir/Patient/SomePatient> a fhir:Patient .

<http://hl7.org/fhir/DeviceMetric/CVPSampleArrayDeviceMetric> a fhir:DeviceMetric .

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

<http://hl7.org/fhir/Observation/CVPSampleArrayObservation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/CVPSampleArrayObservation.ttl> .