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/@f001"
      }
    },
    "asserter":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f001"
      },
      "display":{
        "value":"P. van de Heuvel"
      }
    },
    "dateAsserted":{
      "value":"2011-10-05"
    },
    "code":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"368009"
          },
          "display":{
            "value":"Heart valve disorder"
          }
        }
      ]
    },
    "category":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"439401001"
          },
          "display":{
            "value":"diagnosis"
          }
        }
      ]
    },
    "status":{
      "value":"confirmed"
    },
    "severity":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"6736007"
          },
          "display":{
            "value":"Moderate"
          }
        }
      ]
    },
    "onsetDate":{
      "value":"2011-08-05"
    },
    "evidence":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"426396005"
              },
              "display":{
                "value":"Cardiac chest pain"
              }
            }
          ]
        }
      }
    ],
    "location":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"40768004"
              },
              "display":{
                "value":"Left thorax"
              }
            }
          ]
        },
        "detail":{
          "value":"heart structure"
        }
      }
    ]
  }
}