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

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeObservationDefinition
IdObservationDefinition-Water.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 "Water"

Profile: ObservationDefinition - Test Method PQ

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

title: Water Content (% w/w) (Mean)

status: active

code: Water Content (Example Local Codes - Drug#WaterContent)

QualifiedValues

-Range
*?-0.2

Source1

{
  "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": "%"
        }
      }
    }
  ]
}