This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

 

Real-world patient example

Raw JSON

{
  "Observation":{
    "name":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"365756002"
          },
          "display":{
            "value":"Creatinine level"
          }
        }
      ]
    },
    "valueQuantity":{
      "value":{
        "value":"122"
      },
      "units":{
        "value":"umol/L"
      },
      "system":{
        "value":"http://snomed.info/sct"
      },
      "code":{
        "value":"258814008"
      }
    },
    "interpretation":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"166717003"
          },
          "display":{
            "value":"Serum creatinine raised"
          }
        },
        {
          "system":{
            "value":"http://hl7.org/fhir/v2/0078"
          },
          "code":{
            "value":"H"
          }
        }
      ]
    },
    "issued":{
      "value":"2013-04-04T14:34:00+01:00"
    },
    "status":{
      "value":"final"
    },
    "reliability":{
      "value":"ok"
    },
    "method":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"113075003"
          },
          "display":{
            "value":"Creatinine measurement, serum"
          }
        }
      ]
    },
    "identifier":{
      "label":{
        "value":"Creatinine value of Roel on April 2013 - 03720"
      },
      "system":{
        "value":"https://intranet.aumc.nl/labvalues"
      },
      "key":{
        "value":"1304-03720-Creatinine"
      }
    },
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f201"
      },
      "display":{
        "value":"Roel"
      }
    },
    "performer":{
      "type":{
        "value":"Practitioner"
      },
      "reference":{
        "value":"practitioner/@f202"
      },
      "display":{
        "value":"Luigi Maas"
      }
    },
    "referenceRange":[
      {
        "meaning":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"260395002"
              },
              "display":{
                "value":"Normal range"
              }
            }
          ]
        },
        "rangeRange":{
          "low":{
            "value":{
              "value":"64"
            }
          },
          "high":{
            "value":{
              "value":"104"
            }
          }
        }
      }
    ]
  }
}