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

FHIR IG analytics

Packageihe.ro.smrt
Resource TypeObservation
IdObservation-ex-IHE-ToDo-laugh-0.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 ex-IHE-ToDo-laugh-0

Profile: IHE ToDo Laugh Observation

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Final

category: Activity

code: I have been able to laugh and see the funny side of things in the past 7 days [EPDS]

subject: John Schmidt Other, DoB: 1923-07-25

effective: 2023-12-01 08:42:50-0500

performer: Practitioner: telecom = Author@example.com

note:

a minimal blood pressure

component

code: XR Humerus - left AP

value: 140 PercentNormal (Details: UCUM code% = '%')

component

code: Lesion of ulnar nerve

value: baseball

component

code: Giddiness

value: can't breath


Source1

{
  "resourceType": "Observation",
  "id": "ex-IHE-ToDo-laugh-0",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/RO/SMRT/StructureDefinition/IHE.ToDo.laugh"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "71344-6",
        "display": "I have been able to laugh and see the funny side of things in the past 7 days [EPDS]"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "288535006",
        "display": "Finding relating to laughing"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "effectiveDateTime": "2023-12-01T08:42:50-05:00",
  "performer": [
    {
      "reference": "Practitioner/ex-author"
    }
  ],
  "note": [
    {
      "text": "a minimal blood pressure"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "97379-2",
            "display": "XR Humerus - left AP"
          }
        ]
      },
      "valueQuantity": {
        "value": 140,
        "unit": "PercentNormal",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "367475009",
            "display": "Lesion of ulnar nerve"
          }
        ]
      },
      "valueString": "baseball"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "404641004",
            "display": "Giddiness"
          }
        ]
      },
      "valueString": "can't breath"
    }
  ]
}