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-skinwoundbed-amend.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 "skinwoundbed-amend" Version "2"

Profile: WoundBed

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

identifier: id: wat-scenario-skin-wound-bed-amend

status: amended

category: Exam (Observation Category Codes#exam)

code: Wound bed panel (LOINC#89254-7)

subject: Patient/patient-example " SHAW"

effective: 2016-08-15

performer: Practitioner/practitioner-example " BONE"

hasMember: Observation/skinwoundbedappearance-amend


Source1

{
  "resourceType": "Observation",
  "id": "skinwoundbed-amend",
  "meta": {
    "versionId": "2",
    "profile": [
      "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundBed"
    ],
    "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": "wat-scenario-skin-wound-bed-amend"
    }
  ],
  "status": "amended",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "89254-7",
        "display": "Wound bed panel"
      }
    ],
    "text": "Wound bed panel"
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2016-08-15",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/skinwoundbedappearance-amend"
    }
  ]
}