Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "simple-wound-example",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Wound Simple Observation Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This example of a *US Core Simple Observation Profile* records a wound finding that supports the patient's encounter diagnosis of a burn of the ear."
}
],
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation simple-wound-example</b></p><a name=\"simple-wound-example\"> </a><a name=\"hcsimple-wound-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU9/StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a></p></div><p><b>status</b>: Final</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://snomed.info/sct 416462003}\">Wound</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/STU9/Patient-example.html\">Amy Shaw</a></p><p><b>effective</b>: 2015-11-01</p><p><b>performer</b>: <a href=\"http://hl7.org/fhir/us/core/STU9/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></p><p><b>value</b>: Second degree burn wound of the left ear, approximately 3 cm, no signs of infection.</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam",
"display" : "Exam"
}
],
"text" : "Exam"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/731000124108",
"code" : "416462003",
"display" : "Wound"
}
],
"text" : "Wound"
},
"subject" : {
"reference" : "Patient/example",
"display" : "Amy Shaw"
},
"effectiveDateTime" : "2015-11-01",
"performer" : [
{
"reference" : "Practitioner/practitioner-1",
"display" : "Dr Ronald Bone"
}
],
"valueString" : "Second degree burn wound of the left ear, approximately 3 cm, no signs of infection."
}