International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Condition",
"id" : "eumfh-39-07-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition eumfh-39-07-1</b></p><a name=\"eumfh-39-07-1\"> </a><a name=\"hceumfh-39-07-1\"> </a><a name=\"eumfh-39-07-1-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 75326-9}\">Problem</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91861009}\">Acute myeloid leukemia</span></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig (inject 39-07)</a></p><p><b>onset</b>: 2014</p><p><b>asserter</b>: <a href=\"Practitioner-eumfh-39-07.html\">Dr. Mark Antonio</a></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "75326-9",
"display" : "Problem"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "91861009",
"display" : "Acute myeloid leukemia"
}
]
},
"subject" : {
🔗 "reference" : "Patient/eumfh-39-07",
"display" : "Alexander Heig (inject 39-07)"
},
"onsetDateTime" : "2014",
"asserter" : {
🔗 "reference" : "Practitioner/eumfh-39-07",
"display" : "Dr. Mark Antonio"
}
}