Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cdmh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-condition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Condition Example</b></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
],
"text" : "Active"
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
],
"text" : "Confirmed"
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
],
"text" : "Problem"
}
],
"code" : {
"extension" : [
{
"id" : "1",
"url" : "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-condition-source",
"valueCode" : "PR"
}
],
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "442311008",
"display" : "Liveborn born in hospital"
}
],
"text" : "Single liveborn, born in hospital"
},
"subject" : {
"reference" : "Patient/example",
"display" : "Amy V. Shaw"
},
"onsetDateTime" : "2016-08-10"
}