Lower Extremity Skin Wound Assessment Implementation Guide STU1 CI Build

Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions

JSON Format: Observation-skinwoundbedappearance-originate

Raw json


{
  "resourceType" : "Observation",
  "id" : "skinwoundbedappearance-originate",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundBedAppearance"
    ],
    "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: wat-scenario-skin-wound-bed-appearance-originate</p><p><b>status</b>: preliminary</p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 72371-8}\">Wound bed appearance</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></div>"
  },
  "identifier" : [
    {
      "system" : "https://acme.org/identifiers",
      "value" : "wat-scenario-skin-wound-bed-appearance-originate"
    }
  ],
  "status" : "preliminary",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "72371-8",
        "display" : "Appearance of Wound base"
      }
    ],
    "text" : "Wound bed appearance"
  },
  "subject" : {
    "reference" : "Patient/patient-example"
  }
}