Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Provenance Home Health Order - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "Home-Health-Order",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-08-09T22:15:38.163+00:00",
    "source" : "#1epkyPWpes9hMxx2",
    "profile" : [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Home-Health-Order</p><p><b>meta</b>: </p><p><b>target</b>: <a href=\"ServiceRequest-HomeHealth.html\">Generated Summary: id: HomeHealth; id: 56ae5855-9f20-41e4-a59d-000e36d9d85a; status: active; intent: order; priority: routine; <span title=\"Codes: {http://snomed.info/sct 417153003}\">Referral for home nurse visit</span>; <span title=\"Codes: {http://snomed.info/sct 416790000}, {http://www.ama-assn.org/go/cpt 97039}, {http://www.ama-assn.org/go/cpt 92507}\">Referral for home physical therapy</span>; occurrence: May 8, 2020 2:33:27 AM; authoredOn: 2020-04-05; It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com); patientInstruction: Test patient instruction</a></p><p><b>recorded</b>: Aug 26, 2015 10:39:24 PM</p><p><b>reason</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">treatment</span></p><p><b>activity</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion AU}\">authenticated</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/contractsignertypecodes VERF}\">Verifier</span></td><td><span></span></td></tr></table><p><b>signature</b>: </p></div>"
  },
  "target" : [
    {
      "reference" : "ServiceRequest/HomeHealth"
    }
  ],
  "recorded" : "2015-08-27T08:39:24+10:00",
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code" : "TREAT",
          "display" : "treatment"
        }
      ]
    }
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
        "code" : "AU",
        "display" : "authenticated"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
            "code" : "VERF"
          }
        ]
      },
      "who" : {
        "identifier" : {
          "system" : "urn:ietf:rfc:3986",
          "value" : "mailto://hhd@ssa.gov"
        }
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.5",
          "display" : "Verification Signature"
        }
      ],
      "when" : "2020-08-04T08:39:24+10:00",
      "who" : {
        "reference" : "Practitioner/practitioner-1"
      },
      "targetFormat" : "application/fhir+xml",
      "sigFormat" : "application/signature+xml",
      "data" : "Li4u"
    }
  ]
}