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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdExercise - Maria Iosif.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "cyehrexercise-mariaiosif18-02-2020",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-exercise"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "55409-7",
        "display": "Exercise tracking panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cyehrpatient-mariaiosif",
    "type": "Patient",
    "display": "Patient Maria Iosif"
  },
  "encounter": {
    "reference": "Encounter/cyehrencounter-mariaiosifANDhelenegeorgiou18-02-2020"
  },
  "effectivePeriod": {
    "start": "2012-03-13",
    "end": "2014-09-24"
  },
  "performer": {
    "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou",
    "display": "Doctor Helen Georgiou"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "73985-4",
            "display": "Exercise activity"
          }
        ]
      },
      "valueCodeableConcept": [
        {
          "coding": [
            {
              "system": "urn:oid:1.2.246.537.6.301",
              "code": "A0101",
              "display": "Basketball"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "74009-2",
            "display": "Exercise duration/Exercise frequency"
          }
        ]
      },
      "valueQuantity": {
        "value": "1",
        "unit": "/wk",
        "system": "http://unitsofmeasure.org",
        "code": "/wk"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "55411-3",
            "display": "Exercise duration"
          }
        ]
      },
      "valueQuantity": {
        "value": "1",
        "unit": "min",
        "system": "http://unitsofmeasure.org",
        "code": "min"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "74008-4",
            "display": "Exercise intensity"
          }
        ]
      },
      "valueCodeableConcept": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "LA20165-9",
              "display": "Moderate"
            }
          ]
        }
      ]
    }
  ]
}