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

FHIR IG analytics

Packagelt.hl7.fhir.lifestyle
Resource TypeDevice
IdDevice-example-physical-activity-device.json
FHIR VersionR5

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


English


Generated Narrative: Device example-physical-activity-device

displayName: Fitbit Versa 4

status: Active

manufacturer: Fitbit Inc.

type: Activity tracker


Lithuanian


Generated Narrative: Device example-physical-activity-device

displayName: Fitbit Versa 4

status: Active

manufacturer: Fitbit Inc.

type: Activity tracker


Source1

{
  "resourceType": "Device",
  "id": "example-physical-activity-device",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lifestyle/StructureDefinition/device-physical-activity"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "displayName": "Fitbit Versa 4",
  "status": "active",
  "manufacturer": "Fitbit Inc.",
  "type": [
    {
      "text": "Activity tracker"
    }
  ]
}