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

FHIR IG analytics

Packagehl7.eu.fhir.oah
Resource TypeObservation
IdObservation-Obs-Almyros-Ph-2014.json
FHIR VersionR4

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: Observation Obs-Almyros-Ph-2014

status: Final

category: Laboratory

code: pH

subject: Location Almyros monitoring reach

effective: 2014-01-01 --> 2014-12-31

performer: Hellenic Government Chemical Service

component

code: Average

value: 72700 pH (Details: UCUM codepH = 'pH')

component

code: Maximum

value: 73900 pH (Details: UCUM codepH = 'pH')

component

code: Minimum

value: 71500 pH (Details: UCUM codepH = 'pH')

component

code: Standard Deviation

value: 0.1697 pH (Details: UCUM codepH = 'pH')

component

code: Median

value: 7.27 pH (Details: UCUM codepH = 'pH')


Source1

{
  "resourceType": "Observation",
  "id": "Obs-Almyros-Ph-2014",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/oah/StructureDefinition/observation-with-component-oah"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.eu/fhir/ig/oah/CodeSystem/temporarySystem-oah-eu",
        "code": "ph",
        "display": "pH"
      }
    ],
    "text": "pH"
  },
  "subject": {
    "reference": "Location/Loc-Almyros"
  },
  "effectivePeriod": {
    "start": "2014-01-01",
    "end": "2014-12-31"
  },
  "performer": [
    {
      "display": "Hellenic Government Chemical Service"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/observation-statistics",
            "code": "average",
            "display": "Average"
          }
        ]
      },
      "valueQuantity": {
        "value": 72700,
        "unit": "pH",
        "system": "http://unitsofmeasure.org",
        "code": "pH"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/observation-statistics",
            "code": "maximum",
            "display": "Maximum"
          }
        ]
      },
      "valueQuantity": {
        "value": 73900,
        "unit": "pH",
        "system": "http://unitsofmeasure.org",
        "code": "pH"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/observation-statistics",
            "code": "minimum",
            "display": "Minimum"
          }
        ]
      },
      "valueQuantity": {
        "value": 71500,
        "unit": "pH",
        "system": "http://unitsofmeasure.org",
        "code": "pH"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/observation-statistics",
            "code": "std-dev",
            "display": "Standard Deviation"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.1697,
        "unit": "pH",
        "system": "http://unitsofmeasure.org",
        "code": "pH"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/observation-statistics",
            "code": "median",
            "display": "Median"
          }
        ]
      },
      "valueQuantity": {
        "value": 7.27,
        "unit": "pH",
        "system": "http://unitsofmeasure.org",
        "code": "pH"
      }
    }
  ]
}