"identifier":
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
}
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
}
"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": "39065001",
"display": "Burn of ear"
}
],
"text": "Burnt Ear"
}
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49521004",
"display": "Left external ear structure"
}
],
"text": "Left Ear"
}
]
"subject": {
"reference": "Patient/example"
}
"encounter":
"onset[x]":
"abatement[x]":
"recordedDate":
"recorder":
"asserter":
"stage":
"evidence":
"note":
{
"resourceType": "Condition",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Severe burn of left ear (Date: 24-May 2012)</div>"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed"
}
]
},
"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": "39065001",
"display": "Burn of ear"
}
],
"text": "Burnt Ear"
},
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49521004",
"display": "Left external ear structure"
}
],
"text": "Left Ear"
}
],
"subject": {
"reference": "Patient/example"
},
"onsetDateTime": "2012-05-24"
}
{
"resourceType" : "Condition",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External Ids for this condition
"clinicalStatus" : { CodeableConcept }, // C? active | recurrence | relapse | inactive | remission | resolved
"verificationStatus" : { CodeableConcept }, // C? unconfirmed | provisional | differential | confirmed | refuted | entered-in-error
"category" : [{ CodeableConcept }], // problem-list-item | encounter-diagnosis
"severity" : { CodeableConcept }, // Subjective severity of condition
"code" : { CodeableConcept }, // Identification of the condition, problem or diagnosis
"bodySite" : [{ CodeableConcept }], // Anatomical location, if relevant
"subject" : { Reference(Patient|Group) }, // R! Who has the condition?
"encounter" : { Reference(Encounter) }, // Encounter created as part of
// onset[x]: Estimated or actual date, date-time, or age. One of these 5:
"onsetDateTime" : "<dateTime>",
"onsetAge" : { Age },
"onsetPeriod" : { Period },
"onsetRange" : { Range },
"onsetString" : "<string>",
// abatement[x]: When in resolution/remission. One of these 5:
"abatementDateTime" : "<dateTime>",
"abatementAge" : { Age },
"abatementPeriod" : { Period },
"abatementRange" : { Range },
"abatementString" : "<string>",
"recordedDate" : "<dateTime>", // Date record was first recorded
"recorder" : { Reference(Practitioner|PractitionerRole|Patient|
RelatedPerson) }, // Who recorded the condition
"asserter" : { Reference(Practitioner|PractitionerRole|Patient|
RelatedPerson) }, // Person who asserts this condition
"stage" : [{ // Stage/grade, usually assessed formally
"summary" : { CodeableConcept }, // C? Simple summary (disease specific)
"assessment" : [{ Reference(ClinicalImpression|DiagnosticReport|Observation) }], // C? Formal record of assessment
"type" : { CodeableConcept } // Kind of staging
}],
"evidence" : [{ // Supporting evidence
"code" : [{ CodeableConcept }], // C? Manifestation/symptom
"detail" : [{ Reference(Any) }] // C? Supporting information found elsewhere
}],
"note" : [{ Annotation }] // Additional information about the Condition
}
The following search parameters can be used to query Condition resources. Just submit them like so:
https://api.1up.health/fhir/r4/Condition?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
abatement-age | quantity | abatement.as |
abatement-date | date | abatement.as |
abatement-string | text | abatement.as |
asserter | reference | asserter |
body-site | text | bodySite |
category | text | category |
clinical-status | text | clinicalStatus |
code | text | code |
encounter | reference | encounter |
evidence | text | evidence.code |
evidence-detail | reference | evidence.detail |
identifier | text | identifier |
onset-age | quantity | onset.as |
onset-date | date | onset.as |
onset-info | text | onset.as |
patient | reference | subject.where |
recorded-date | date | recordedDate |
severity | text | severity |
stage | text | stage.summary |
subject | reference | subject |
verification-status | text | verificationStatus |