US Public Health Profiles Library, published by HL7 Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "us-ph-condition-problem-health-concern-hypertension",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-condition-problems-health-concerns"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition us-ph-condition-problem-health-concern-hypertension</b></p><a name=\"us-ph-condition-problem-health-concern-hypertension\"> </a><a name=\"hcus-ph-condition-problem-health-concern-hypertension\"> </a><a name=\"us-ph-condition-problem-health-concern-hypertension-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 266287006}\">(Hypertensive disease) or (hypertension) (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Eve Everywoman</a></p><p><b>onset</b>: 2014-05-23</p><p><b>asserter</b>: <a href=\"Practitioner-us-core-practitioner-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" : "266287006",
"display" : "(Hypertensive disease) or (hypertension) (disorder)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/us-ph-patient-eve-everywoman",
"display" : "Eve Everywoman"
},
"onsetDateTime" : "2014-05-23",
"asserter" : {
🔗 "reference" : "Practitioner/us-core-practitioner-henry-seven",
"display" : "Henry Seven, MD"
}
}