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

FHIR IG analytics

Packagehl7.fhir.uv.vhdir
Resource TypeBundle
IdBundle-womens-shelter.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "womens-shelter",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2017-03-17T01:28:32.06+00:00"
  },
  "type": "collection",
  "entry": [
    {
      "fullUrl": "http://example.org/HealthcareService/hcs-ws",
      "resource": {
        "resourceType": "HealthcareService",
        "id": "hcs-ws",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"HealthcareService_hcs-ws\"> </a><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService hcs-ws</b></p><a name=\"hcs-ws\"> </a><a name=\"hchcs-ws\"> </a><a name=\"hcs-ws-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:\">Women's shelter</span></p><p><b>location</b>: <a href=\"Location-loc-ws.html\">The W Womens Shelter</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>: <a href=\"https://exmaple.org/The-W-shelter\">https://exmaple.org/The-W-shelter</a>, ph: 555 wshelter</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Consent #restrict</b></p><a name=\"hcs-ws/restrict\"> </a><a name=\"hchcs-ws/restrict\"> </a><a name=\"hcs-ws/restrict-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/vhdir/CodeSystem/consent protect}\">Direct Referral use only</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57016-8}\">conditional release (per DUA)</span></p><p><b>dateTime</b>: 2017-12-18</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/federal/policy#womans-shelter\">http://example.org/federal/policy#womans-shelter</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}\">information recipient</span></td><td>Blue Team @ The W shelter (CareTeam)</td></tr></table><p><b>action</b>: <span title=\"Codes:\">specific value</span></p><p><b>securityLabel</b>: [not stated] : womens-abuse-councellors</p><p><b>purpose</b>: [not stated] : Women's Shelter</p></blockquote></blockquote></div>"
        },
        "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"
          }
        ]
      }
    },
    {
      "fullUrl": "http://example.org/Location/loc-ws",
      "resource": {
        "resourceType": "Location",
        "id": "loc-ws",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-location"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_loc-ws\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location loc-ws</b></p><a name=\"loc-ws\"> </a><a name=\"hcloc-ws\"> </a><a name=\"loc-ws-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: The W Womens Shelter</p><p><b>telecom</b>: <a href=\"https://exmaple.org/The-W-shelter\">https://exmaple.org/The-W-shelter</a>, ph: 555 administration</p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA </p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Consent #restrict</b></p><a name=\"loc-ws/restrict\"> </a><a name=\"hcloc-ws/restrict\"> </a><a name=\"loc-ws/restrict-en-US\"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/vhdir/CodeSystem/consent protect}\">Direct Referral use only</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 57016-8}\">conditional release (per DUA)</span></p><p><b>dateTime</b>: 2017-12-18</p><h3>Policies</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uri</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/federal/policy#womans-shelter\">http://example.org/federal/policy#womans-shelter</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><h3>Actors</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType IRCP}\">information recipient</span></td><td>Blue Team @ The W shelter (CareTeam)</td></tr></table><p><b>action</b>: <span title=\"Codes:\">specific value</span></p><p><b>securityLabel</b>: [not stated] : womens-abuse-councellors</p><p><b>purpose</b>: [not stated] : Women's Shelter</p></blockquote></blockquote></div>"
        },
        "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"
                }
              ]
            }
          }
        ],
        "status": "active",
        "name": "The W Womens Shelter",
        "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 administration"
          }
        ],
        "address": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction",
              "valueReference": {
                "reference": "#restrict"
              }
            }
          ],
          "line": [
            "3300 Washtenaw Avenue, Suite 227"
          ],
          "city": "Ann Arbor",
          "state": "MI",
          "postalCode": "48104",
          "country": "USA"
        }
      }
    }
  ]
}