FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.vhdir
Resource TypeHealthcareService
IdHealthcareService-hcs-ws.json
FHIR VersionR4

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

Generated Narrative: HealthcareService hcs-ws

active: true

type: Women's shelter

location: The W Womens Shelter

name: Womens shelter

comment: This is an example of a Women's shelter to demonstrate how to restrict multiple contents

telecom: https://exmaple.org/The-W-shelter, ph: 555 wshelter


Generated Narrative: Consent #restrict

status: Active

scope: Direct Referral use only

category: conditional release (per DUA)

dateTime: 2017-12-18

Policies

-Uri
*http://example.org/federal/policy#womans-shelter

provision

type: Opt In

Actors

-RoleReference
*information recipientBlue Team @ The W shelter (CareTeam)

action: specific value

securityLabel: [not stated] : womens-abuse-councellors

purpose: [not stated] : Women's Shelter


Source1

{
  "resourceType": "HealthcareService",
  "id": "hcs-ws",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Consent",
      "id": "restrict",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction"
        ]
      },
      "status": "active",
      "scope": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/vhdir/CodeSystem/consent",
            "code": "protect",
            "display": "Protect"
          }
        ],
        "text": "Direct Referral use only"
      },
      "category": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "57016-8",
              "display": "Privacy policy acknowledgment Document"
            }
          ],
          "text": "conditional release (per DUA)"
        }
      ],
      "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": [
          {
            "text": "specific value"
          }
        ],
        "securityLabel": [
          {
            "display": "womens-abuse-councellors"
          }
        ],
        "purpose": [
          {
            "display": "Women's Shelter"
          }
        ]
      }
    }
  ],
  "active": true,
  "type": [
    {
      "text": "Women's shelter"
    }
  ],
  "location": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction",
          "valueReference": {
            "reference": "#restrict"
          }
        }
      ],
      "reference": "Location/loc-ws",
      "display": "The W Womens Shelter"
    }
  ],
  "name": "Womens shelter",
  "comment": "This is an example of a Women's shelter to demonstrate how to restrict multiple contents",
  "telecom": [
    {
      "system": "url",
      "value": "https://exmaple.org/The-W-shelter"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction",
          "valueReference": {
            "reference": "#restrict"
          }
        }
      ],
      "system": "phone",
      "value": "555 wshelter"
    }
  ]
}