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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeObservation
IdObservation-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation|2.0.0"
    ]
  },
  "extension": [
    {
      "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-sort-key",
      "valueString": "3"
    }
  ],
  "identifier": [
    {
      "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/filler-id-lab-license-4004",
      "value": "23423432",
      "assigner": {
        "reference": "#Org1"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "#ServiceRequest-1"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": {
        "system": "http://terminology.hl7.org/CodeSystem/observation-category",
        "code": "laboratory"
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org/",
        "code": "39792-7",
        "display": "Sodium:SCnc:Pt:BldC:Qn"
      }
    ]
  },
  "subject": {
    "reference": "#Pat1"
  },
  "effectiveDateTime": "2017-08-24T11:51:24-04:00",
  "issued": "2017-08-24T11:51:24-04:00",
  "performer": [
    {
      "reference": "#Org1"
    }
  ],
  "valueQuantity": {
    "value": 205,
    "unit": "mmol/L"
  },
  "interpretation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "code": "HH",
        "display": "Critical High"
      }
    ]
  },
  "note": [
    {
      "text": "Some notes about the observation"
    }
  ],
  "method": {
    "text": "PCR"
  },
  "specimen": {
    "reference": "Specimen#1"
  },
  "referenceRange": [
    {
      "low": {
        "value": 135,
        "unit": "mmol/L"
      },
      "high": {
        "value": 145,
        "unit": "mmol/L"
      },
      "appliesTo": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0080",
              "code": "R",
              "display": "Race"
            }
          ]
        }
      ]
    }
  ]
}