{
  "resourceType": "CodeSystem",
  "id": "fiphr-cs-observationcategory",
  "url": "http://phr.kanta.fi/CodeSystem/fiphr-cs-observationcategory",
  "version": "0.1",
  "name": "fiphr-cs-observationcategory",
  "title": "Code System Finnish PHR Observation Category",
  "status": "draft",
  "experimental": true,
  "date": "2019-02-15T15:00:00Z",
  "publisher": "Kela",
  "description": "Finnish PHR Observation Category Code System that defines codes for Observation.category when there is no suitable code in the FHIR standard observation category code system.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "nutrition",
      "designation": [
        {
          "language": "fi",
          "value": "Ravitsemus"
        },
        {
          "language": "sv",
          "value": "Näringstillstånd"
        },
        {
          "language": "en",
          "value": "Nutrition"
        }
      ]
    },
    {
      "code": "urinary-monitoring",
      "designation": [
        {
          "language": "fi",
          "value": "Virtsan seuranta"
        },
        {
          "language": "sv",
          "value": "Uppföljning av urinen"
        },
        {
          "language": "en",
          "value": "Urinary monitoring"
        }
      ]
    }
  ]
}