FHIR IG analytics| Package | hl7.fhir.uv.pharm-quality |
| Resource Type | ObservationDefinition |
| Id | ObservationDefinition-Degradation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ObservationDefinition
Resource ObservationDefinition "Degradation"
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
| Code |
| Impurity (Example Local Codes - Drug#IMP) |
{
"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"
}
]
}
}
]
}