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/@f003"
      }
    },
    "asserter":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@f001"
      },
      "display":{
        "value":"P. van de Heuvel"
      }
    },
    "dateAsserted":{
      "value":"2012-02-20"
    },
    "code":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"18099001"
          },
          "display":{
            "value":"Retropharyngeal abscess"
          }
        }
      ]
    },
    "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":"371923003"
          },
          "display":{
            "value":"Mild to moderate"
          }
        }
      ]
    },
    "onsetDate":{
      "value":"2012-02-27"
    },
    "evidence":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"169068008"
              },
              "display":{
                "value":"CT of neck"
              }
            }
          ]
        }
      }
    ],
    "location":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"280193007"
              },
              "display":{
                "value":"Entire retropharyngeal area"
              }
            }
          ]
        }
      }
    ]
  }
}