Validated Healthcare Directory IG STU1 Draft for Comment

This page is part of the Validated Healthcare Directory FHIR IG (v0.1.0: STU 1 Draft) based on FHIR v3.2.0. . For a full list of available versions, see the Directory of published versions

Womens shelter

Raw json

{
  "resourceType" : "HealthcareService",
  "id" : "hcs-ws",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-healthcareservice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>contained</b>: </p><p><b>active</b>: true</p><p><b>type</b>: Women's shelter <span style="background: LightGoldenRodYellow">(Details )</span></p><p><b>location</b>: <a href="location-womens-shelter.html">The W Womens Shelter. Generated Summary: id: loc-ws; status: active; name: The W Womens Shelter; https://exmaple.org/The-W-shelter, ph: 555 administration</a></p><p><b>name</b>: Womens shelter</p><p><b>comment</b>: This is an example of a Women's shelter to demonstrate how to restrict multiple contents</p><p><b>telecom</b>: https://exmaple.org/The-W-shelter, ph: 555 wshelter</p></div>"
  },
  "contained" : [
    {
      "resourceType" : "Consent",
      "id" : "restrict",
      "meta" : {
        "profile" : [
          "http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-restriction"
        ]
      },
      "status" : "active",
      "scope" : "privacy",
      "category" : [
        {
          "text" : "conditional release (per DUA)"
        }
      ],
      "patient" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "unsupported"
          }
        ],
        "display" : "not a patient consent"
      },
      "dateTime" : "2017-12-18",
      "policy" : [
        {
          "uri" : "http://example.org/federal/policy#womans-shelter"
        }
      ],
      "provision" : {
        "type" : "permit",
        "actor" : [
          {
            "role" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/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/ig/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/ig/vhdir/StructureDefinition/usage-restriction",
          "valueReference" : {
            "reference" : "#restrict"
          }
        }
      ],
      "system" : "phone",
      "value" : "555 wshelter"
    }
  ]
}