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
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-MHV-bloodPressure-apple"] ; #
fhir:meta [
fhir:source [ fhir:v "#43f74378-a8bf-41"^^xsd:anyURI ] ;
( fhir:tag [
fhir:system [ fhir:v "https://wiki.mobilehealth.va.gov/x/Onc1C"^^xsd:anyURI ] ;
fhir:code [ fhir:v "49d985b4-6f9d-47e3-bbc9-a56c840ba4a6" ] ;
fhir:display [ fhir:v "Sync My Health Data" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ex-MHV-bloodPressure-apple\"> </a></p><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\">Resource Observation "ex-MHV-bloodPressure-apple" </p><p style=\"margin-bottom: 0px\">Information Source: #43f74378-a8bf-41!</p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: final</p><p><b>code</b>: Blood pressure systolic and diastolic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#55284-4)</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient: John Jacob Jingleheimer Schmidt</a> " SCHMIDT"</p><p><b>effective</b>: 2022-11-02 15:43:57-0400 --> 2022-11-02 15:43:57-0400</p><p><b>note</b>: bluetooth omron bp7250</p><p><b>hasMember</b>: <a href=\"Observation-ex-MHV-heartRate-1.html\">Observation/ex-MHV-heartRate-1</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8480-6)</span></p><p><b>value</b>: 140 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8462-4)</span></p><p><b>value</b>: 90 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:55284-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55284-4" ] ;
fhir:display [ fhir:v "Blood pressure systolic and diastolic" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-patient" ] ;
fhir:display [ fhir:v "John Jacob Jingleheimer Schmidt" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2022-11-02T15:43:57.000-04:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-11-02T15:43:57.000-04:00"^^xsd:dateTime ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "bluetooth omron bp7250" ]
] ) ; #
fhir:hasMember ( [
fhir:reference [ fhir:v "Observation/ex-MHV-heartRate-1" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "140"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "90"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] ) . #
IG © 2019+ John Moehrke (himself). Package va.mhv.example#0.2.10-beta based on FHIR 4.0.1. Generated 2023-12-06
Links: Table of Contents |
QA Report
| New Issue | Issues