Uploaded image for project: 'FHIR Specification Feedback'
  1. FHIR Specification Feedback
  2. FHIR-19866

update Restriction examples

    XMLWordPrintableJSON

Details

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Medium Medium

    Description

      The examples for the Restriction profile lack the proper terminology defined in the core specication.

      proposed update example with the following. (from http://vhdir-demo.fhir.org/fhir/HealthCareService/vhdir-miscellaneous-healthcareservice-9994427431)

      {
      "resourceType": "Consent",
      "id": "restrict",
      "meta":

      {\\ "profile": [\\ "[http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction]"\\ ]\\ }

      ,
      "status": "active",
      "scope": {
      "coding": [

      {\\ "system": "[http://terminology.hl7.org/CodeSystem/consentscope]",\\ "code": "patient-privacy",\\ "display": "Privacy Consent"\\ }


      ]
      },
      "category": [
      {
      "coding": [

      {\\ "system": "[http://terminology.hl7.org/CodeSystem/v3-ActCode]",\\ "code": "INFA",\\ "display": "information access"\\ }


      ]
      }
      ],
      "dateTime": "2017-12-18",
      "policy": [

      {\\ "uri": "[http://example.org/federal/policy#womans-shelter]"\\ }


      ],
      "provision": {
      "type": "permit",
      "actor": [
      {
      "role": {
      "coding": [

      {\\ "system": "[http://terminology.hl7.org/CodeSystem/v3-ParticipationType]",\\ "code": "IRCP",\\ "display": "information recipient"\\ }


      ]
      },
      "reference":

      {\\ "display": "Blue Team @ The W shelter (CareTeam)"\\ }


      }
      ],
      "action": [
      {
      "coding": [

      {\\ "system": "[http://terminology.hl7.org/CodeSystem/v3-ActReason]",\\ "code": "use",\\ "display": "Use"\\ }


      ]
      }
      ],
      "securityLabel": [

      {\\ "system": "[http://terminology.hl7.org/CodeSystem/v3-ActCode]",\\ "code": "SDV",\\ "display": "sexual assault, abuse, or domestic violence information sensitivity"\\ }


      ],
      "purpose": [

      {\\ "system": "[http://terminology.hl7.org/CodeSystem/v3-ActReason]",\\ "code": "TREAT",\\ "display": "treatment"\\ }


      ]
      }
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            ehaas Eric Haas
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: