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-skinwoundbedappearance-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 "skinwoundbedappearance-example"

Profile: WoundBedAppearance

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

identifier: id: watt-scenario-skin-wound-bed-appearance-1001

status: final

category: Exam (Observation Category Codes#exam)

code: Wound bed appearance (LOINC#72371-8 "Appearance of Wound base")

subject: Patient/patient-example " SHAW"

effective: 2016-03-26

performer: Practitioner/practitioner-example " BONE"

value: Granulation of tissue (SNOMED CT#225541009)

Components

-CodeValue[x]
*Area of identified wound bed appearance/Area of wound bed of Wound base (LOINC#72370-0)4 cm2 (Details: UCUM code % = '%')

Source1

{
  "resourceType": "Observation",
  "id": "skinwoundbedappearance-example",
  "meta": {
    "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": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://acme.org/identifiers",
      "value": "watt-scenario-skin-wound-bed-appearance-1001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72371-8",
        "display": "Appearance of Wound base"
      }
    ],
    "text": "Wound bed appearance"
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2016-03-26",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "225541009",
        "display": "Granulation of tissue"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "72370-0",
            "display": "Area of identified wound bed appearance/Area of wound bed of Wound base"
          }
        ]
      },
      "valueQuantity": {
        "value": 4,
        "unit": "cm2",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    }
  ]
}