FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeObservationDefinition
IdObservationDefinition-Degradation.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ObservationDefinition

Resource ObservationDefinition "Degradation"

Profile: ObservationDefinition - Test Method PQ

url: http://example-server.com/fhir/ObservationDefinition/Degradation

title: Degradation Products by HPLC (% w/w)

status: active

code: Degradation Products (Example Local Codes - Drug#DGP)

qualifiedValue

appliesTo: Impurity 1 ()

range: ?-0.8

qualifiedValue

appliesTo: Impurity 2 ()

range: ?-0.4

qualifiedValue

appliesTo: Impurity 3 ()

range: ?-0.4

qualifiedValue

appliesTo: Any Unspecified Degradation Impurity ()

range: ?-0.2

qualifiedValue

appliesTo: Total Degradation Impurities ()

range: ?-2.3

Components

-Code
*Impurity (Example Local Codes - Drug#IMP)

Source1

{
  "resourceType": "ObservationDefinition",
  "id": "Degradation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ObservationDefinition-test-method-drug-pq"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example-server.com/fhir/ObservationDefinition/Degradation",
  "title": "Degradation Products by HPLC (% w/w)",
  "status": "active",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example",
        "code": "DGP",
        "display": "Degradation Products"
      }
    ]
  },
  "qualifiedValue": [
    {
      "appliesTo": [
        {
          "text": "Impurity 1"
        }
      ],
      "range": {
        "high": {
          "value": 0.8,
          "unit": "% w/w",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        }
      }
    },
    {
      "appliesTo": [
        {
          "text": "Impurity 2"
        }
      ],
      "range": {
        "high": {
          "value": 0.4,
          "unit": "% w/w",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        }
      }
    },
    {
      "appliesTo": [
        {
          "text": "Impurity 3"
        }
      ],
      "range": {
        "high": {
          "value": 0.4,
          "unit": "% w/w",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        }
      }
    },
    {
      "appliesTo": [
        {
          "text": "Any Unspecified Degradation Impurity"
        }
      ],
      "range": {
        "high": {
          "value": 0.2,
          "unit": "% w/w",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        }
      }
    },
    {
      "appliesTo": [
        {
          "text": "Total Degradation Impurities"
        }
      ],
      "range": {
        "high": {
          "value": 2.3,
          "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"
          }
        ]
      }
    }
  ]
}