Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions
JSON Format: Observation-skinwoundbedcolor-example
Raw json
{
"resourceType" : "Observation",
"id" : "skinwoundbedcolor-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundBedColor"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: watt-scenario-skin-wound-bed-color-1001</p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 39132-6}\">Wound bed color</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1954-02-20</a></p><p><b>effective</b>: 2016-03-26</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-example.html\">Generated Summary: id: 9941339108; Ronald Bone </a></p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 371250004}\">Purple color</span></p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://loinc.org 89255-4}\">Wound bed area identified by color/Area of wound bed</span></td><td>4 cm2</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://acme.org/identifiers",
"value" : "watt-scenario-skin-wound-bed-color-1001"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam",
"display" : "Exam"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39132-6",
"display" : "Color of Wound base"
}
],
"text" : "Wound bed color"
},
"subject" : {
"reference" : "Patient/patient-example"
},
"effectiveDateTime" : "2016-03-26",
"performer" : [
{
"reference" : "Practitioner/practitioner-example"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "371250004",
"display" : "Purple color"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "89255-4",
"display" : "Wound bed area identified by color/Area of wound bed"
}
]
},
"valueQuantity" : {
"value" : 4,
"unit" : "cm2",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}
]
}