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-word condition example

Raw JSON

{
  "Condition":{
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f001"
      },
      "display":{
        "value":"P. van de Heuvel"
      }
    },
    "encounter":{
      "type":{
        "value":"Encounter"
      },
      "reference":{
        "value":"encounter/@f002"
      }
    },
    "asserter":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f001"
      },
      "display":{
        "value":"P. van de Heuvel"
      }
    },
    "dateAsserted":{
      "value":"2012-06-03"
    },
    "code":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"254637007"
          },
          "display":{
            "value":"NSCLC - Non-small cell lung cancer"
          }
        }
      ]
    },
    "category":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"diagnosis"
          },
          "display":{
            "value":"439401001"
          }
        }
      ]
    },
    "status":{
      "value":"confirmed"
    },
    "severity":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"24484000"
          },
          "display":{
            "value":"Severe"
          }
        }
      ]
    },
    "onsetDate":{
      "value":"2011-05-05"
    },
    "stage":{
      "summary":{
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"stage II"
            },
            "display":{
              "value":"258219007"
            }
          }
        ]
      }
    },
    "evidence":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"169069000"
              },
              "display":{
                "value":"CT of thorax"
              }
            }
          ]
        }
      }
    ],
    "location":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"51185008"
              },
              "display":{
                "value":"Thorax"
              }
            }
          ]
        },
        "detail":{
          "value":"lung"
        }
      }
    ]
  }
}