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

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeObservation
IdObservation-39E0E479029134429CCEFEE59BB98E661DE26A675AB08E9F4A1817EBC687A98C.json
FHIR VersionR3

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

Observation resource for laboratory test result:

  • Resource ID: '39E0E479029134429CCEFEE59BB98E661DE26A675AB08E9F4A1817EBC687A98C'

  • Profile: 'http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation'

  • Identifier:

    UseSystemValue
    urn:oid:2.16.840.1.113883.2.4.3.124.7.26436.66580E40AF9B642F5B6910110EE6284CA
  • Status: 'Definitief'

  • Category:

    TextDisplay:Code:Code system:
    Laboratory test finding(finding)Laboratory test finding(finding)49581000146104http://snomed.info/sct
    Klinische chemieChemistry275711006http://snomed.info/sct
  • Code: 'Chloride'

  • Subject: 'Johan XXX_Helleman_Afblijven'

  • Effective: '2022-09-30T13:48:00+02:00'

  • Value: '109 '

  • Interpretation:

    CodeCode systemDisplay
    281302008http://snomed.info/sctAbove reference range
  • Specimen: 'Serum'

  • Reference range:

    • Lower bound '99 ', upper bound '108 '

Source1

{
  "resourceType": "Observation",
  "id": "39E0E479029134429CCEFEE59BB98E661DE26A675AB08E9F4A1817EBC687A98C",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.124.7.26436.6",
      "value": "6580E40AF9B642F5B6910110EE6284CA"
    }
  ],
  "status": "final",
  "_status": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.16.1",
              "code": "final",
              "display": "Final"
            }
          ],
          "text": "Definitief"
        }
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49581000146104",
          "display": "Laboratory test finding(finding)"
        }
      ],
      "text": "Laboratory test finding(finding)"
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "275711006",
          "display": "Chemistry"
        }
      ],
      "text": "Klinische chemie"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2069-3",
        "display": "Chloride"
      }
    ],
    "text": "Chloride"
  },
  "subject": {
    "reference": "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
    "display": "Johan XXX_Helleman_Afblijven"
  },
  "effectiveDateTime": "2022-09-30T13:48:00+02:00",
  "valueQuantity": {
    "value": 109,
    "system": "http://unitsofmeasure.org"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "281302008",
        "display": "Above reference range"
      },
      {
        "system": "http://hl7.org/fhir/v2/0078",
        "code": "H",
        "display": "High"
      }
    ],
    "text": "Boven referentiewaarde"
  },
  "specimen": {
    "reference": "Specimen/35648ae9-a74d-4800-9f15-4e436ebd12c8",
    "display": "Serum"
  },
  "referenceRange": [
    {
      "low": {
        "value": 99,
        "system": "http://unitsofmeasure.org"
      },
      "high": {
        "value": 108,
        "system": "http://unitsofmeasure.org"
      }
    }
  ]
}