HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "condition-eicr-eve-everywoman-common-cold",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-eicr-eve-everywoman-common-cold</b></p><a name=\"condition-eicr-eve-everywoman-common-cold\"> </a><a name=\"hccondition-eicr-eve-everywoman-common-cold\"> </a><a name=\"condition-eicr-eve-everywoman-common-cold-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 82272006}\">Common cold (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>onset</b>: 2017-09-23</p><p><b>asserter</b>: <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a></p></div>"
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "82272006",
"display" : "Common cold (disorder)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
"display" : "Eve Everywoman"
},
"onsetDateTime" : "2017-09-23",
"asserter" : {
🔗 "reference" : "Practitioner/practitioner-us-core-henry-seven",
"display" : "Henry Seven, MD"
}
}