FHIR IG analytics| Package | hl7.fhir.us.physical-activity.r4 |
| Resource Type | Observation |
| Id | Observation-ExampleActivityType.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "ExampleActivityType"
status: final
category: Social History (Observation Category Codes#social-history)
code: Exercise Activity (LOINC#73985-4)
subject: http://example.org/Patient/1: Example Patient
effective: 2022-06-08
performer: http://example.org/Patient/1: Example Patient
value: Running (LOINC#LA11836-6)
{
"resourceType": "Observation",
"id": "ExampleActivityType",
"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": "73985-4",
"display": "Exercise Activity"
}
]
},
"subject": {
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
},
"effectiveDateTime": "2022-06-08",
"performer": [
{
"reference": "http://example.org/Patient/1",
"display": "Example Patient"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA11836-6",
"display": "Running"
}
]
}
}