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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeObservation
IdObservation-PainSurgicalWoundsExample2.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 PainSurgicalWoundsExample2

status: Final

code: Pain severity - 0-10

subject: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/D358D4B4-6007-4C3E-A33B-056773F45DC9

focus: Condition Surgical wound

effective: 2025-10-08 10:00:00+0000

value: 6


Generated Narrative: Condition #surgicalWound

clinicalStatus: Active

code: Surgical wound

subject: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/D358D4B4-6007-4C3E-A33B-056773F45DC9


Source1

{
  "resourceType": "Observation",
  "id": "PainSurgicalWoundsExample2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Condition",
      "id": "surgicalWound",
      "clinicalStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
            "code": "active"
          }
        ]
      },
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "112633009",
            "display": "Surgical wound"
          }
        ]
      },
      "subject": {
        "identifier": {
          "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
          "value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
        }
      }
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72514-3",
        "display": "Pain severity - 0-10"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
      "value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
    }
  },
  "focus": [
    {
      "reference": "#surgicalWound"
    }
  ],
  "effectiveDateTime": "2025-10-08T10:00:00Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA10138-8",
        "display": "6"
      }
    ]
  }
}