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://loinc.org"
          },
          "code":{
            "value":"30350-3"
          },
          "display":{
            "value":"Hemoglobin [Mass/\u200bvolume] in Venous blood"
          }
        }
      ]
    },
    "valueQuantity":{
      "value":{
        "value":"7.2"
      },
      "units":{
        "value":"g/dl"
      },
      "system":{
        "value":"http://unitsofmeasure.org"
      },
      "code":{
        "value":"g/dl"
      }
    },
    "interpretation":{
      "coding":[
        {
          "system":{
            "value":"http://hl7.org/fhir/v2/0078"
          },
          "code":{
            "value":"L"
          },
          "display":{
            "value":"low"
          }
        }
      ]
    },
    "appliesPeriod":{
      "start":{
        "value":"2013-04-02T10:30:10+01:00"
      },
      "end":{
        "value":"2013-04-05T10:30:10+01:00"
      }
    },
    "issued":{
      "value":"2013-04-03T15:30:10+01:00"
    },
    "status":{
      "value":"final"
    },
    "reliability":{
      "value":"ok"
    },
    "bodySite":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"308046002"
          },
          "display":{
            "value":"Superficial forearm vein"
          }
        }
      ]
    },
    "method":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"120220003"
          },
          "display":{
            "value":"Injection to forearm"
          }
        }
      ]
    },
    "identifier":{
      "use":{
        "value":"official"
      },
      "system":{
        "value":"http://www.bmc.nl/zorgportal/identifiers/observations"
      },
      "key":{
        "value":"6327"
      }
    },
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f001"
      },
      "display":{
        "value":"P. van de Heuvel"
      }
    },
    "performer":{
      "type":{
        "value":"Practitioner"
      },
      "reference":{
        "value":"practitioner/@f005"
      },
      "display":{
        "value":"A. Langeveld"
      }
    },
    "referenceRange":[
      {
        "rangeRange":{
          "low":{
            "value":{
              "value":"7.5"
            },
            "units":{
              "value":"g/dl"
            },
            "system":{
              "value":"http://unitsofmeasure.org"
            },
            "code":{
              "value":"g/dl"
            }
          },
          "high":{
            "value":{
              "value":"10"
            },
            "units":{
              "value":"g/dl"
            },
            "system":{
              "value":"http://unitsofmeasure.org"
            },
            "code":{
              "value":"g/dl"
            }
          }
        }
      }
    ]
  }
}