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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-exercise-per-week.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 exercise-per-week

status: Final

category: Social History, Physical Activity

code: Exercise Days Per Week

subject: Amy Shaw

effective: 2023-08-03

performer: Amy Shaw

value: 3 days per week (Details: UCUM coded/wk = 'd/wk')


Source1

{
  "resourceType": "Observation",
  "id": "exercise-per-week",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ],
      "text": "Social History"
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ],
      "text": "Physical Activity"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "89555-7",
        "display": "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days"
      }
    ],
    "text": "Exercise Days Per Week"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2023-08-03",
  "performer": [
    {
      "reference": "Patient/example",
      "display": "Amy Shaw"
    }
  ],
  "valueQuantity": {
    "value": 3,
    "unit": "days per week",
    "system": "http://unitsofmeasure.org",
    "code": "d/wk"
  }
}