Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions
JSON Format: Observation-woundsize-example
Raw json
{
"resourceType" : "Observation",
"id" : "woundsize-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundSize"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
}
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Device</b>: <span title=\"Codes: {http://snomed.info/sct 44056008}\">Caliper</span></p><p><b>identifier</b>: id: watt-scenario-wound-size-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 72287-6}\">Wound size panel</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><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 39126-8}\">Length of Wound</span></p><p><b>value</b>: 4 cm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 39125-0}\">Width of Wound</span></p><p><b>value</b>: 2 cm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 39127-6}\">Depth of Wound</span></p><p><b>value</b>: 0.2 cm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 89260-4}\">Area of wound</span></p><p><b>value</b>: 4 cm2</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 39114-4}\">Depth of Wound - nominal</span></p><p><b>value</b>: <span title=\"Codes: {http://snomed.info/sct 261074009}\">External</span></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/DeviceExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "44056008",
"display" : "Caliper"
}
]
}
}
],
"identifier" : [
{
"system" : "https://acme.org/identifiers",
"value" : "watt-scenario-wound-size-1001"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam",
"display" : "Exam"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "72287-6",
"display" : "Wound size panel"
}
],
"text" : "Wound size panel"
},
"subject" : {
"reference" : "Patient/patient-example"
},
"effectiveDateTime" : "2016-03-26",
"performer" : [
{
"reference" : "Practitioner/practitioner-example"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39126-8",
"display" : "Length of Wound"
}
]
},
"valueQuantity" : {
"value" : 4,
"unit" : "cm",
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39125-0",
"display" : "Width of Wound"
}
]
},
"valueQuantity" : {
"value" : 2,
"unit" : "cm",
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39127-6",
"display" : "Depth of Wound"
}
]
},
"valueQuantity" : {
"value" : 0.2,
"unit" : "cm",
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "89260-4",
"display" : "Area of wound"
}
]
},
"valueQuantity" : {
"value" : 4,
"unit" : "cm2",
"system" : "http://unitsofmeasure.org",
"code" : "cm2"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "39114-4",
"display" : "Depth of Wound - nominal"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "261074009",
"display" : "External"
}
]
}
}
]
}