FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/fiphr-vs-observationcategory

Packagefi.digious.kanta.test
Resource TypeValueSet
Idfiphr-vs-observationcategory
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fi.digious.kanta.test@0.0.1-preview-2&canonical=http://phr.kanta.fi/ValueSet/fiphr-vs-observationcategory
URLhttp://phr.kanta.fi/ValueSet/fiphr-vs-observationcategory
Version1.0
Statusactive
Date2019-10-14T11:00:00+02:00
Namefiphr-vs-observationcategory
TitleValue Set Finnish PHR Observation Category
DescriptionFinnish PHR Observation Category Value Set that defines codes for Observation.category when there is no suitable code in the FHIR standard observation category value set.

Resources that use this resource

StructureDefinition
fiphr-sd-nutritionFinnish PHR Nutrition profile
fiphr-sd-urinarymonitoringFinnish PHR Urinary Monitoring profile

Resources that this resource uses

CodeSystem
fiphr-cs-observationcategoryCode System Finnish PHR Observation Category

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "fiphr-vs-observationcategory",
  "url": "http://phr.kanta.fi/ValueSet/fiphr-vs-observationcategory",
  "version": "1.0",
  "name": "fiphr-vs-observationcategory",
  "title": "Value Set Finnish PHR Observation Category",
  "status": "active",
  "experimental": false,
  "date": "2019-10-14T11:00:00+02:00",
  "publisher": "Kela",
  "description": "Finnish PHR Observation Category Value Set that defines codes for Observation.category when there is no suitable code in the FHIR standard observation category value set.",
  "compose": {
    "include": [
      {
        "system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-observationcategory",
        "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"
              }
            ]
          }
        ]
      }
    ]
  }
}