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 General - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExampleObservationGeneral",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.xealth.io/StructureDefinition/xealth-observation-general"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationGeneral</b></p><a name=\"ExampleObservationGeneral\"> </a><a name=\"hcExampleObservationGeneral\"> </a><a name=\"ExampleObservationGeneral-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-general.html\">Xealth Observation General</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://codings.example.com color}\">color</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>: mauve</p></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://codings.example.com",
        "code" : "color"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleXealthPatient"
  },
  "effectiveDateTime" : "2021-06-11T04:44:16Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/ExampleOrganization"
    }
  ],
  "valueString" : "mauve"
}