{
  "resourceType" : "Observation",
  "id" : "observation-test-result-lt25c-i1-degradation-imp1",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Observation-test-result-drug-pq"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-test-result-lt25c-i1-degradation-imp1</b></p><a name=\"observation-test-result-lt25c-i1-degradation-imp1\"> </a><a name=\"hcobservation-test-result-lt25c-i1-degradation-imp1\"> </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-Observation-test-result-drug-pq.html\">Observation - Test Result Drug PQ</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example DGP}\">Degradation Products</span></p><p><b>subject</b>: <a href=\"Medication-medication-batch-information-drug-pq-ex1.html\">Medication </a></p><p><b>effective</b>: 2023-01-01 12:00:00+0000</p><p><b>performer</b>: <a href=\"Organization-organization-drug-pq-ex1.html\">Organization AAA Molybdenum Products, Inc.</a></p><p><b>value</b>: 0.101 % w/w<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</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://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example IMP}\">Impurity</span></td><td><span title=\"Codes:\">Impurity 1</span></td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example",
      "code" : "DGP",
      "display" : "Degradation Products"
    }],
    "text" : "Degradation Products"
  },
  "subject" : {
    "reference" : "Medication/medication-batch-information-drug-pq-ex1"
  },
  "effectiveDateTime" : "2023-01-01T12:00:00Z",
  "performer" : [{
    "reference" : "Organization/organization-drug-pq-ex1"
  }],
  "valueQuantity" : {
    "value" : 0.101,
    "unit" : "% w/w",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  },
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example",
        "code" : "IMP",
        "display" : "Impurity"
      }]
    },
    "valueCodeableConcept" : {
      "text" : "Impurity 1"
    }
  }]
}