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
: Example of an MHV BlueButton Document Composition - TTL Representation
Raw ttl | Download
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-MHV-Composition-0"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.BlueComposition"^^xsd:anyURI ;
fhir:link <https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.BlueComposition> ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://wiki.mobilehealth.va.gov/x/Onc1C"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2ce6d9aa-c068-4809-8dda-662bcb16d09a" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"ex-MHV-Composition-0\"> </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 Composition "ex-MHV-Composition-0" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VA.MHV.BlueComposition.html\">VA MHV BlueButton Composition</a></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>type</b>: Patient data Document <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#55188-7)</span></p><p><b>date</b>: 2020-11-24</p><p><b>author</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> " SCHMIDT"</p><p><b>title</b>: All Vital-Signs entered in past 60 days</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:55188-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55188-7" ] ;
fhir:display [ fhir:v "Patient data Document" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
fhir:date [ fhir:v "2020-11-24"^^xsd:date] ; #
fhir:author ( [
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ) ; #
fhir:title [ fhir:v "All Vital-Signs entered in past 60 days"] ; #
fhir:section ( [
fhir:title [ fhir:v "Blood Pressures" ] ;
fhir:code [
( fhir:coding [
a loinc:8716-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8716-3" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] ) ] ;
fhir:mode [ fhir:v "snapshot" ] ;
( fhir:entry [
fhir:reference [ fhir:v "Observation/ex-MHV-weight" ] ] [
fhir:reference [ fhir:v "Observation/ex-MHV-bloodSugarB-0" ] ] )
] ) . #