VhDir Implementation Guide CI Build: STU2 Ballot

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

JSON Format: Location-loc-ws

Raw json

{
  "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"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: loc-ws</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>status</b>: ACTIVE</p><p><b>name</b>: The W Womens Shelter</p><p><b>telecom</b>: https://exmaple.org/The-W-shelter, ph: 555 administration</p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA </p></div>"
  },
  "contained" : [
    {
      "resourceType" : "Consent",
      "id" : "restrict",
      "meta" : {
        "profile" : [
          "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction"
        ]
      },
      "status" : "in-progress",
      "scope" : {
        "text" : "Direct Referral use only"
      },
      "category" : [
        {
          "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"
  }
}