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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity.r4
Resource TypeObservation
IdObservation-ExampleEVSMinutesPerDay.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 "ExampleEVSMinutesPerDay"

status: final

category: Social History (Observation Category Codes#social-history)

code: On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise (LOINC#68516-4)

subject: http://example.org/Patient/1: Example Patient

effective: 2022-06-08

performer: http://example.org/Patient/1: Example Patient

value: 20 minutes per day (Details: UCUM code min/d = 'min/d')

note: Felt low-energy for most of month. (By http://example.org/PractitionerRole/1 @2022-12-15)


Source1

{
  "resourceType": "Observation",
  "id": "ExampleEVSMinutesPerDay",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "68516-4"
      }
    ]
  },
  "subject": {
    "reference": "http://example.org/Patient/1",
    "display": "Example Patient"
  },
  "effectiveDateTime": "2022-06-08",
  "performer": [
    {
      "reference": "http://example.org/Patient/1",
      "display": "Example Patient"
    }
  ],
  "valueQuantity": {
    "value": 20,
    "unit": "minutes per day",
    "system": "http://unitsofmeasure.org",
    "code": "min/d"
  },
  "note": [
    {
      "authorReference": {
        "reference": "http://example.org/PractitionerRole/1"
      },
      "time": "2022-12-15",
      "text": "Felt low-energy for most of month."
    }
  ]
}