{
  "resourceType": "Observation",
  "id": "krpghd-observation-mv-exer-mpd-example-01",
  "meta": {
    "profile": [
      "http://example.org/fhir/krpghd/StructureDefinition/krpghd-mvexerciseminutesperday-observation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"krpghd-observation-mv-exer-mpd-example-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;krpghd-observation-mv-exer-mpd-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krpghd-mvexerciseminutesperday-observation.html\">KR PGHD Minutes Per Day Of Moderate-to-Vigorous Exercise Observation Profile</a></p></div><p><b>KR PGHD Entered By Person Extension</b>: true</p><p><b>status</b>: final</p><p><b>category</b>: Activity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#activity)</span></p><p><b>code</b>: 일당 중고강도 운동 기간(분) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#68516-4 &quot;On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-krpghd-patient-example-01.html\">Patient/krpghd-patient-example-01</a> &quot;&quot;</p><p><b>effective</b>: 2023-12-09</p><p><b>value</b>: 60 minutes per day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code min/d = 'min/d')</span></p></div>"
  },
  "extension": [
    {
      "url": "http://example.org/fhir/krpghd/StructureDefinition/krpghd-enteredbyperson-extension",
      "valueBoolean": true
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "activity",
          "display": "Activity"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "68516-4",
        "display": "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise"
      }
    ],
    "text": "일당 중고강도 운동 기간(분)"
  },
  "subject": {
    "reference": "Patient/krpghd-patient-example-01"
  },
  "effectiveDateTime": "2023-12-09",
  "valueQuantity": {
    "value": 60,
    "unit": "minutes per day",
    "system": "http://unitsofmeasure.org",
    "code": "min/d"
  }
}