MyHealtheVet use of PGHD
0.2.10-beta - ci-build United States of America flag

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

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "ex-MHV-Composition-0",
  "meta" : {
    "profile" : [
      🔗 "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.BlueComposition"
    ],
    "tag" : [
      {
        "system" : "https://wiki.mobilehealth.va.gov/x/Onc1C",
        "code" : "2ce6d9aa-c068-4809-8dda-662bcb16d09a"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "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 &quot;ex-MHV-Composition-0&quot; </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> &quot; SCHMIDT&quot;</p><p><b>title</b>: All Vital-Signs entered in past 60 days</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "55188-7",
        "display" : "Patient data Document"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "date" : "2020-11-24",
  "author" : [
    {
      🔗 "reference" : "Patient/ex-patient"
    }
  ],
  "title" : "All Vital-Signs entered in past 60 days",
  "section" : [
    {
      "title" : "Blood Pressures",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8716-3",
            "display" : "Vital Signs"
          }
        ]
      },
      "mode" : "snapshot",
      "entry" : [
        {
          🔗 "reference" : "Observation/ex-MHV-weight"
        },
        {
          🔗 "reference" : "Observation/ex-MHV-bloodSugarB-0"
        }
      ]
    }
  ]
}