CH LAB-Order (R4)
3.0.0-ci-build - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "Renal-insufficiency",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Renal-insufficiency</b></p><a name=\"Renal-insufficiency\"> </a><a name=\"hcRenal-insufficiency\"> </a><a name=\"Renal-insufficiency-en-US\"> </a><p><b>identifier</b>: 12345</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 255604002}\">Mild (qualifier value)</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 723190009}\">Chronic renal insufficiency (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 181414000}\">Entire kidney (body structure)</span></p><p><b>subject</b>: <a href=\"Patient-HansGuggindieluft.html\">HansGuggindieluft</a></p><p><b>onset</b>: 2013-04-02</p><p><b>recordedDate</b>: 2013-04-04</p><p><b>recorder</b>: <a href=\"Practitioner-MarcMustermann.html\">Practitioner Marc Mustermann (official)</a></p><p><b>asserter</b>: <a href=\"Practitioner-MarcMustermann.html\">Practitioner Marc Mustermann (official)</a></p></div>"
},
"identifier" : [
{
"value" : "12345"
}
],
"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" : "problem-list-item"
}
]
}
],
"severity" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "255604002",
"display" : "Mild (qualifier value)"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "723190009",
"display" : "Chronic renal insufficiency (disorder)"
}
]
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "181414000",
"display" : "Entire kidney (body structure)"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/HansGuggindieluft",
"display" : "HansGuggindieluft"
},
"onsetDateTime" : "2013-04-02",
"recordedDate" : "2013-04-04",
"recorder" : {
🔗 "reference" : "Practitioner/MarcMustermann"
},
"asserter" : {
🔗 "reference" : "Practitioner/MarcMustermann"
}
}