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

FHIR IG analytics

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

status: final

category: Activity (Observation Category Codes#activity), Physical Activity (Temporary Codes#PhysicalActivity)

code: Heart rate unspecified time mean by Pedometer (LOINC#55425-3)

subject: Patient/Scen2PatientJohansson: Nancy Johansson " JOHANSSON"

effective: 2023-03-15

performer: Patient/Scen2PatientJohansson: Nancy Johansson " JOHANSSON"

value: 132 beats per minute (Details: UCUM code /min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "Scen2ObsActivityMeanHR",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes",
          "code": "PhysicalActivity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "55425-3",
        "display": "Heart rate unspecified time mean by Pedometer"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Scen2PatientJohansson",
    "display": "Nancy Johansson"
  },
  "effectiveDateTime": "2023-03-15",
  "performer": [
    {
      "reference": "Patient/Scen2PatientJohansson",
      "display": "Nancy Johansson"
    }
  ],
  "valueQuantity": {
    "value": 132,
    "unit": "beats per minute",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}