FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
Resource TypeObservation
IdObservation-woundsize-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation

Resource Observation "woundsize-example"

Profile: WoundSize

Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason

Device: Caliper (SNOMED CT#44056008)

identifier: id: watt-scenario-wound-size-1001

status: final

category: Exam (Observation Category Codes#exam)

code: Wound size panel (LOINC#72287-6)

subject: Patient/patient-example " SHAW"

effective: 2016-03-26

performer: Practitioner/practitioner-example " BONE"

component

code: Length of Wound (LOINC#39126-8)

value: 4 cm (Details: UCUM code cm = 'cm')

component

code: Width of Wound (LOINC#39125-0)

value: 2 cm (Details: UCUM code cm = 'cm')

component

code: Depth of Wound (LOINC#39127-6)

value: 0.2 cm (Details: UCUM code cm = 'cm')

component

code: Area of wound (LOINC#89260-4)

value: 4 cm2 (Details: UCUM code cm2 = 'cm2')

component

code: Depth of Wound - nominal (LOINC#39114-4)

value: External (SNOMED CT#261074009)


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    }
  ]
}