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

FHIR IG Statistics: ValueSet/fiphr-vs-confidentiality

Packagefi.digious.kanta.test
Resource TypeValueSet
Idfiphr-vs-confidentiality
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fi.digious.kanta.test@0.0.1-preview-2&canonical=http://phr.kanta.fi/ValueSet/fiphr-vs-confidentiality
URLhttp://phr.kanta.fi/ValueSet/fiphr-vs-confidentiality
Version1.0
Statusactive
Date2018-03-16T14:08:00+02:00
Namefiphr-vs-confidentiality
TitleValue Set Finnish PHR Confidentiality
DescriptionValue set for confidentiality codes used in finnish PHR

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

!-- Snipped for Brevity -->

Source

{
  "resourceType": "ValueSet",
  "id": "fiphr-vs-confidentiality",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2017-03-02T13:56:51.448+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://phr.kanta.fi/ValueSet/fiphr-vs-confidentiality",
  "version": "1.0",
  "name": "fiphr-vs-confidentiality",
  "title": "Value Set Finnish PHR Confidentiality",
  "status": "active",
  "experimental": false,
  "date": "2018-03-16T14:08:00+02:00",
  "publisher": "Kela",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "kantakehitys@kanta.fi"
        },
        {
          "system": "other",
          "value": "http://www.kanta.fi/en/web/ammattilaisille/omakannan-omatietovarannon-maarittelyt"
        }
      ]
    }
  ],
  "description": "Value set for confidentiality codes used in finnish PHR",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/Confidentiality",
        "concept": [
          {
            "code": "R",
            "display": "Restricted",
            "designation": [
              {
                "language": "fi",
                "value": "Kielletty"
              },
              {
                "language": "sv",
                "value": "Förbjudet"
              },
              {
                "language": "en",
                "value": "Restricted"
              }
            ]
          },
          {
            "code": "U",
            "display": "Unrestricted",
            "designation": [
              {
                "language": "fi",
                "value": "Sallittu"
              },
              {
                "language": "sv",
                "value": "Tillåtet"
              },
              {
                "language": "en",
                "value": "Unrestricted"
              }
            ]
          }
        ]
      }
    ]
  }
}