This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

Condition-example-f205-infection.json

Real-word condition example (Bacterial Infection)

{
  "resourceType": "Condition",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>asserter</b>: \n        <a href=\"practitioner-example-f201-ab.html\">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a>\n      </p>\n      <p>\n        <b>dateAsserted</b>: 4-Apr 2013\n      </p>\n      <p>\n        <b>code</b>: \n        <span title=\"Codes: {http://snomed.info/sct 87628006}\">Bacterial infectious disease</span>\n      </p>\n      <p>\n        <b>status</b>: working\n      </p>\n    </div>"
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "asserter": {
    "reference": "Practitioner/f201"
  },
  "dateAsserted": "2013-04-04",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "87628006",
        "display": "Bacterial infectious disease"
      }
    ]
  },
  "status": "working"
}