Open mHealth to HL7 FHIR® Implementation Guide CI Build

Open mHealth to FHIR - Local Development build (v0.0.0). See the Directory of published versions

JSON Format: DocumentReference-omh-stepcount-example

Download Raw json

{
  "resourceType" : "DocumentReference",
  "id" : "omh-stepcount-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: omh-stepcount-example</p><p><b>contained</b>: </p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: current</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 55423-8}\">Step Count</span></p><p><b>subject</b>: <a href=\"#p\">unknown resource contained</a></p><h3>Contents</h3><table class=\"grid\"><tr><td>-</td><td><b>Attachment</b></td></tr><tr><td>*</td><td></td></tr></table><h3>Contexts</h3><table class=\"grid\"><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>May 22, 2018, 2:00:00 PM --&gt; May 22, 2018, 2:01:00 PM</td></tr></table></div>"
  },
  "contained" : [
    {
      "resourceType" : "Patient",
      "id" : "p",
      "identifier" : [
        {
          "system" : "https://omh.org/shimmer/patient_ids",
          "value" : "some-user"
        }
      ]
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "55423-8",
        "display" : "Step Count"
      }
    ]
  },
  "subject" : {
    "reference" : "#p"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/json",
        "url" : "https://R24Server/Binary/omh-stepcount-example"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2018-05-23T08:00:00+11:00",
      "end" : "2018-05-23T08:01:00+11:00"
    }
  }
}