MyHealtheVet PHR FHIR API
0.3.9-current - ci-build United States of America flag

MyHealtheVet PHR FHIR API, published by VA Digital Services. This guide is not an authorized publication; it is the continuous build for version 0.3.9-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/department-of-veterans-affairs/mhv-fhir-phr-mapping/ and changes regularly. See the Directory of published versions

: WEIGHT - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "1d55fb39-fbfc-4544-8993-48cdf165d9d2",
  "meta" : {
    "profile" : [
      🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.vitals"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 1d55fb39-fbfc-4544-8993-48cdf165d9d2</b></p><a name=\"1d55fb39-fbfc-4544-8993-48cdf165d9d2\"> </a><a name=\"hc1d55fb39-fbfc-4544-8993-48cdf165d9d2\"> </a><a name=\"1d55fb39-fbfc-4544-8993-48cdf165d9d2-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/VitalSignTO.3011572\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Final</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://loinc.org 29463-7}\">WEIGHT</span></p><p><b>subject</b>: <a href=\"Patient-ex-MHV-patient-2.html\">ROBERT MHVLISAONE  Male, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#2\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2001-01-11 09:55:00+0000</p><p><b>performer</b>: Location 1148</p><p><b>value</b>: 152 lb_av<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[lb_av] = '[lb_av]')</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #location-1148</b></p><a name=\"1d55fb39-fbfc-4544-8993-48cdf165d9d2/location-1148\"> </a><a name=\"hc1d55fb39-fbfc-4544-8993-48cdf165d9d2/location-1148\"> </a><a name=\"1d55fb39-fbfc-4544-8993-48cdf165d9d2/location-1148-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/HospitalLocationTO.1148\u00a0(use:\u00a0usual,\u00a0)</p><p><b>name</b>: SLEEP F/U 2</p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "location-1148",
      "meta" : {
        "profile" : [
          🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.location"
        ]
      },
      "identifier" : [
        {
          "use" : "usual",
          "system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
          "value" : "HospitalLocationTO.1148"
        }
      ],
      "name" : "SLEEP F/U 2"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
      "value" : "VitalSignTO.3011572"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "29463-7",
        "display" : "Body weight"
      }
    ],
    "text" : "WEIGHT"
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-MHV-patient-2"
  },
  "effectiveDateTime" : "2001-01-11T09:55:00Z",
  "performer" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
          "valueReference" : {
            "reference" : "#location-1148"
          }
        }
      ],
      "display" : "Location 1148"
    }
  ],
  "valueQuantity" : {
    "value" : 152,
    "unit" : "lb_av",
    "system" : "http://unitsofmeasure.org",
    "code" : "[lb_av]"
  }
}