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

FHIR IG analytics

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

status: final

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

code: Exercise duration (LOINC#55411-3)

subject: Patient/Scen5PatientRosalie: Rosalie Belyaev " BELYAEV"

effective: 2022-07-18 16:31:00-0800

performer: RelatedPerson/Scen5RelatedPersonNadia: Nadia Belyaev " BELYAEV"

value: 117 minutes (Details: UCUM code min = 'min')


Source1

{
  "resourceType": "Observation",
  "id": "Scen5ObsActivityModerate",
  "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": "55411-3",
        "display": "Exercise duration"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Scen5PatientRosalie",
    "display": "Rosalie Belyaev"
  },
  "effectiveDateTime": "2022-07-18T16:31:00-08:00",
  "performer": [
    {
      "reference": "RelatedPerson/Scen5RelatedPersonNadia",
      "display": "Nadia Belyaev"
    }
  ],
  "valueQuantity": {
    "value": 117,
    "unit": "minutes",
    "system": "http://unitsofmeasure.org",
    "code": "min"
  }
}