FHIR IG analytics| Package | hl7.fhir.uv.pharm-quality |
| Resource Type | ObservationDefinition |
| Id | ObservationDefinition-Water.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 "Water"
url: http://example-server.com/fhir/ObservationDefinition/Water
title: Water Content (% w/w) (Mean)
status: active
code: Water Content (Example Local Codes - Drug#WaterContent)
| Range |
| ?-0.2 |
{
"resourceType": "ObservationDefinition",
"id": "Water",
"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/Water",
"title": "Water Content (% w/w) (Mean)",
"status": "active",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example",
"code": "WaterContent",
"display": "Water Content"
}
],
"text": "Water Content"
},
"qualifiedValue": [
{
"range": {
"high": {
"value": 0.2,
"unit": "% w/w",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
}
]
}