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/@f201"
      }
    },
    "asserter":{
      "type":{
        "value":"Practitioner"
      },
      "reference":{
        "value":"practitioner/@f201"
      }
    },
    "dateAsserted":{
      "value":"2013-04-04"
    },
    "code":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"386661006"
          },
          "display":{
            "value":"Fever"
          }
        }
      ]
    },
    "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":"confirmed"
    },
    "severity":{
      "coding":[
        {
          "system":{
            "value":"http://snomed.info/sct"
          },
          "code":{
            "value":"255604002"
          },
          "display":{
            "value":"Mild"
          }
        }
      ]
    },
    "onsetDate":{
      "value":"2013-04-02"
    },
    "evidence":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"258710007"
              },
              "display":{
                "value":"degrees Celsius"
              }
            }
          ]
        },
        "detail":[
          {
            "type":{
              "value":"Observation"
            },
            "reference":{
              "value":"observation/@f202"
            },
            "display":{
              "value":"Temperature"
            }
          }
        ]
      }
    ],
    "location":[
      {
        "code":{
          "coding":[
            {
              "system":{
                "value":"http://snomed.info/sct"
              },
              "code":{
                "value":"38266002"
              },
              "display":{
                "value":"Body as a whole"
              }
            }
          ]
        }
      }
    ],
    "relatedItem":[
      {
        "type":{
          "value":"due-to"
        },
        "target":{
          "type":{
            "value":"Procedure"
          },
          "reference":{
            "value":"procedure/@f201"
          },
          "display":{
            "value":"TPF chemokuur"
          }
        }
      }
    ]
  }
}