Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Condition
ResourceCondition
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Condition",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - Condition: NSCLC - Non-small cell lung cancer</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/observation",
    "value" : "131188874-65692"
  } ],
  "clinicalStatus" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "active"
    } ]
  },
  "verificationStatus" : {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "provisional"
    } ]
  },
  "category" : [ {
    "coding" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
      "code" : "encounter-diagnosis",
      "display" : "Encounter Diagnosis"
    }, {
      "system" : "http://snomed.info/sct",
      "code" : "439401001",
      "display" : "diagnosis"
    } ]
  } ],
  "severity" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "24484000",
      "display" : "Severe"
    } ]
  },
  "code" : {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "254637007",
      "display" : "NSCLC - Non-small cell lung cancer"
    } ]
  },
  "bodySite" : [ {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "51185008",
      "display" : "Thorax"
    } ]
  } ],
  "subject" : {
    "reference" : "Patient/C6AMWP2EVR4Q2B4E"
  },
  "onsetDateTime" : "2018-12-05",
  "recordedDate" : "2018-12-06",
  "asserter" : {
    "reference" : "Patient/C6AMWP2EVR4Q2B4E"
  },
  "stage" : [ {
    "summary" : {
      "coding" : [ {
        "system" : "http://snomed.info/sct",
        "code" : "258219007",
        "display" : "stage II"
      } ]
    }
  } ],
  "evidence" : [ {
    "code" : [ {
      "coding" : [ {
        "system" : "http://snomed.info/sct",
        "code" : "169069000",
        "display" : "CT of thorax"
      } ]
    } ]
  } ]
}