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/@f201"
      },
      "display":{
        "value":"Roel"
      }
    },
    "encounter":{
      "type":{
        "value":"Encounter"
      },
      "reference":{
        "value":"encounter/@f203"
      },
      "display":{
        "value":"Roel's encounter on March eleventh"
      }
    },
    "asserter":{
      "type":{
        "value":"Practitioner"
      },
      "reference":{
        "value":"practitioner/@f201"
      }
    },
    "dateAsserted":{
      "value":"2013-03-11"
    },
    "code":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"36225005"
          },
          "display":{
            "value":"Renal insufficiency due to procedure"
          }
        }
      ]
    },
    "category":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"55607006"
          },
          "display":{
            "value":"Problem"
          }
        },
        {
          "system":{
            "value":"http://hl7.org/fhir/condition-category"
          },
          "code":{
            "value":"condition"
          }
        }
      ]
    },
    "status":{
      "value":"working"
    },
    "severity":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"24484000"
          },
          "display":{
            "value":"Severe"
          }
        }
      ]
    },
    "onsetDate":{
      "value":"2013-03-11"
    },
    "abatementDate":{
      "value":"2013-03-20"
    },
    "stage":{
      "summary":{
        "coding":[
          {
            "system":{
              "value":"http://snomed.info/sct"
            },
            "code":{
              "value":"14803004"
            },
            "display":{
              "value":"Temporary"
            }
          }
        ]
      }
    },
    "location":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"181414000"
              },
              "display":{
                "value":"Kidney"
              }
            }
          ]
        }
      }
    ],
    "relatedItem":[
      {
        "type":{
          "value":"due-to"
        },
        "target":{
          "type":{
            "value":"Procedure"
          },
          "reference":{
            "value":"procedure/@f201"
          },
          "display":{
            "value":"TPF chemotherapy for the sphenoid bone"
          }
        }
      }
    ]
  }
}