HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT
0.0.1 - DRAFT United States of America flag

HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions

: r201-12 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "r201-12",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"r201-12\"> </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;r201-12&quot; </p></div><p><b>status</b>: final</p><p><b>code</b>: Monocytes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#5905-5 &quot;Monocytes/100 leukocytes in Blood by Automated count&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-PatientPersona2.html\">Patient/PatientPersona2</a> &quot; C.&quot;</p><p><b>performer</b>: <a href=\"Organization-us-core-organization-acme-laboratory.html\">Organization/us-core-organization-acme-laboratory: Acme Laboratory, Inc</a> &quot;Acme Laboratory, Inc.&quot;</p><p><b>value</b>: 20 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code % = '%')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "5905-5",
        "display" : "Monocytes/100 leukocytes in Blood by Automated count"
      }
    ],
    "text" : "Monocytes"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientPersona2"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/us-core-organization-acme-laboratory",
      "display" : "Acme Laboratory, Inc"
    }
  ],
  "valueQuantity" : {
    "value" : 20,
    "unit" : "%",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  }
}