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-ExampleDailySteps.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 "ExampleDailySteps"

status: final

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

code: Number of steps in 24 hour Measured (LOINC#41950-7)

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

effective: 2022-06-08

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

value: 7267 /d (Details: UCUM code /d = '/d')


Source1

{
  "resourceType": "Observation",
  "id": "ExampleDailySteps",
  "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": "41950-7",
        "display": "Number of steps in 24 hour Measured"
      }
    ]
  },
  "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": 7267,
    "system": "http://unitsofmeasure.org",
    "code": "/d"
  }
}