Resource Examples
0.1.0 - ci-build

Resource Examples, published by Raly Examples. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ralych/raly-examples/ and changes regularly. See the Directory of published versions

: ObservationString1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ObservationString1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationString1</b></p><a name=\"ObservationString1\"> </a><a name=\"hcObservationString1\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18768-2}\">Cell counts+Differential studies (set)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">James Pond  (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2017-11-10 08:20:00+0100</p><p><b>performer</b>: <a href=\"Organization-OrganizationExample.html\">Organization Example Organization</a></p><p><b>value</b>: There are spots on the specimen</p><p><b>interpretation</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}\">Serum specimen</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18768-2",
        "display" : "Cell counts+Differential studies (set)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "effectiveDateTime" : "2017-11-10T08:20:00+01:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/OrganizationExample"
    }
  ],
  "valueString" : "There are spots on the specimen",
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "119364003",
          "display" : "Serum specimen"
        }
      ]
    }
  ]
}