XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation Scored Assessment - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExampleObservationScoredAssessment",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.xealth.io/StructureDefinition/xealth-observation-scoredassessment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationScoredAssessment</b></p><a name=\"ExampleObservationScoredAssessment\"> </a><a name=\"hcExampleObservationScoredAssessment\"> </a><a name=\"ExampleObservationScoredAssessment-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-observation-scoredassessment.html\">Xealth Observation Scored Assessment</a></p></div><p><b>Ehr Order Id</b>: 12345</p><blockquote><p><b>Ordering Provider</b></p><ul><li>identifier: NPI identifier/12345</li><li>name: Xealth Test </li></ul></blockquote><p><b>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequest.html\">ServiceRequest: status = active; intent = plan</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 44250-9}\">Patient health questionnaire 9 item total score</span></p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID:\u00a0xealth-17328-1732489-17846492-3128691\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2021-06-11 04:44:16+0000</p><p><b>performer</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p><p><b>value</b>: 12 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 44250-9}\">Little interest or pleasure in doing things</span></td><td><span title=\"Codes:{http://loinc.org LA6569-3}\">Several days</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.xealth.io/StructureDefinition/extension-ehr-order-id",
      "valueString" : "12345"
    },
    {
      "extension" : [
        {
          "url" : "identifier",
          "valueIdentifier" : {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "NPI"
                }
              ],
              "text" : "NPI identifier"
            },
            "system" : "urn:oid:0.1.2.3.4.5.6.7",
            "value" : "12345"
          }
        },
        {
          "url" : "name",
          "valueHumanName" : {
            "family" : "Test",
            "given" : [
              "Xealth"
            ]
          }
        }
      ],
      "url" : "https://fhir.xealth.io/StructureDefinition/extension-ordering-provider"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/ExampleServiceRequest"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "44250-9",
        "display" : "Patient health questionnaire 9 item total score"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleXealthPatient"
  },
  "effectiveDateTime" : "2021-06-11T04:44:16Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/ExampleOrganization"
    }
  ],
  "valueQuantity" : {
    "value" : 12,
    "unit" : "{score}",
    "system" : "http://unitsofmeasure.org",
    "code" : "{score}"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "44250-9",
            "display" : "Little interest or pleasure in doing things"
          }
        ],
        "text" : "Little interest or pleasure in doing things"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "extension" : [
              {
                "url" : "https://fhir.xealth.io/StructureDefinition/ordinal-value",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6569-3",
            "display" : "Several days"
          }
        ]
      }
    }
  ]
}