1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ObservationClinicalSimple Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "22245",
  "meta" : {
    "id" : "10343",
    "versionId" : "10343",
    "lastUpdated" : "2022-09-30T05:48:22.877Z",
    "source" : "https://fhir.cambio.se/StructureDefinition/ObservationClinicalSimple/v1",
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/ObservationClinicalSimple/v1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 22245</b></p><a name=\"22245\"> </a><a name=\"hc22245\"> </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\">version: 10343; Last updated: 2022-09-30 05:48:22+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"StructureDefinition-ObservationClinicalSimple.html\">ObservationClinicalSimple</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationClinicalSimple.html\">ObservationClinicalSimple</a></p></div><p><b>identifier</b>: <code>https://fhir.cambio.se/Observation</code>/10343, <code>https://fhir.cambio.se/Observation</code>/10345</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 276885007}\">sample text</span></p><p><b>subject</b>: <a href=\"Patient/43\">test display</a></p><p><b>effective</b>: 2022-09-30 05:48:22+0000</p><p><b>value</b>: &gt;150 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.cambio.se/Observation",
      "value" : "10343"
    },
    {
      "system" : "https://fhir.cambio.se/Observation",
      "value" : "10345"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "2",
        "code" : "276885007",
        "display" : "Alert Confusion Voice Pain Unresponsive scale score",
        "userSelected" : true
      }
    ],
    "text" : "sample text"
  },
  "subject" : {
    "reference" : "Patient/43",
    "type" : "Patient",
    "identifier" : {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "199854123215"
    },
    "display" : "test display"
  },
  "effectiveDateTime" : "2022-09-30T05:48:22.877Z",
  "valueQuantity" : {
    "value" : 150,
    "comparator" : ">",
    "unit" : "mm[Hg]",
    "system" : "http://unitsofmeasure.org",
    "code" : "mm[Hg]"
  }
}