Physical Activity Implementation Guide
1.0.1 - STU Release 1 United States of America flag

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: DiagnosticReport - Physical Activity Report - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "ExampleReport",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11488-4}\">Consult note</span> (<span title=\"Codes: {http://loinc.org LP29708-2}\">Cardiology</span>, <span title=\"Codes: {http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes PhysicalActivity}\">Physical Activity</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2022-09-18 --&gt; (ongoing)</td></tr><tr><td>Reported</td><td>2022-09-18 13:47:58-0500</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/ExampleServiceRequest",
      "display" : "Referral"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP29708-2",
          "display" : "Cardiology"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
          "code" : "PhysicalActivity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11488-4",
        "display" : "Consult note"
      }
    ]
  },
  "subject" : {
    "reference" : "http://example.org/fhir/Patient/1",
    "display" : "Example Patient"
  },
  "effectivePeriod" : {
    "start" : "2022-09-18"
  },
  "issued" : "2022-09-18T13:47:58.0282-05:00",
  "performer" : [
    {
      "reference" : "http://example.org/fhir/PractitionerRole/2",
      "display" : "Performing Provider"
    }
  ]
}