ConnectDTx Implementation Guide
0.9.9 - trial-use

ConnectDTx Implementation Guide - Local Development build (v0.9.9). See the Directory of published versions

: connectdtx-observation-dtx-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "connectdtx-observation-dtx-example",
  "meta" : {
    "profile" : [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"connectdtx-observation-dtx-example\"> </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 Observation &quot;connectdtx-observation-dtx-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-connectdtx-observation.html\">ConnectDTx Observation</a></p></div><p><b>identifier</b>: id:\u00a0PROVIDED_PHI_CODE</p><p><b>basedOn</b>: <a href=\"ServiceRequest-connectdtx-servicerequest-prescription-example.html\">ServiceRequest/connectdtx-servicerequest-prescription-example</a></p><p><b>status</b>: final</p><p><b>category</b>: Activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#activity)</span></p><p><b>code</b>: Evaluation note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51848-0)</span></p><p><b>subject</b>: <a href=\"Patient-connectdtx-patient-example.html\">Patient/connectdtx-patient-example</a> &quot;&quot;</p><p><b>effective</b>: 2000-01-01</p><p><b>dataAbsentReason</b>: Not Applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#not-applicable)</span></p><p><b>device</b>: <a href=\"Device-connectdtx-device-example.html\">Device/connectdtx-device-example</a></p><blockquote><p><b>component</b></p><p><b>code</b>: Sleep duration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#93832-4)</span></p><p><b>value</b>: 6.7 h<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code h = 'h')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Sleep quality - 1-5 numeric rating [Score] 24 hour <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#95607-8)</span></p><p><b>value</b>: 3</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Date recorded <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#74015-9)</span></p><p><b>value</b>: 2000-01-02 14:20:00+0900</p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://connectdtx.net/phicode",
      "value" : "PROVIDED_PHI_CODE"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/connectdtx-servicerequest-prescription-example"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "activity",
          "display" : "Activity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "51848-0",
        "display" : "Evaluation note"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/connectdtx-patient-example"
  },
  "effectiveDateTime" : "2000-01-01",
  "dataAbsentReason" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code" : "not-applicable",
        "display" : "Not Applicable"
      }
    ]
  },
  "device" : {
    "reference" : "Device/connectdtx-device-example"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "93832-4",
            "display" : "Sleep duration"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 6.7,
        "system" : "http://unitsofmeasure.org",
        "code" : "h"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "95607-8",
            "display" : "Sleep quality - 1-5 numeric rating [Score] 24 hour"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 3
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "74015-9",
            "display" : "Date recorded"
          }
        ]
      },
      "valueDateTime" : "2000-01-02T14:20:00+09:00"
    }
  ]
}