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

Profile: WoundExudateVolume

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

EstimatedIndicator: No (SNOMED CT#373067005)

identifier: id: watt-scenario-wound-exudate-volume-1001

status: final

category: Exam (Observation Category Codes#exam)

code: Drainage amount from device of Exudate from wound (LOINC#72291-8)

subject: Patient/patient-example " SHAW"

effective: 2016-03-26

performer: Practitioner/practitioner-example " BONE"

value: 10 mL (Details: UCUM code mL = 'mL')


Source1

{
  "resourceType": "Observation",
  "id": "skinwoundexudatevolume-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundExudateVolume"
    ],
    "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/EstimatedIndExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "373067005",
            "display": "No"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://acme.org/identifiers",
      "value": "watt-scenario-wound-exudate-volume-1001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72291-8",
        "display": "Drainage amount from device of Exudate from wound"
      }
    ],
    "text": "Drainage amount from device of Exudate from wound"
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2016-03-26",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 10,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  }
}