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

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4
Resource TypeLocation
IdLocation-LocationWomenShelter.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: Location LocationWomenShelter

Last updated: 2023-06-04 13:26:22+0000

Profile: National Directory API Location Profile

NDH Verification Status: Complete

NDH Usage Restriction: Consent: extension = No display for Expression ,No display for Expression ; status = active; scope = Directory Privacy Consent; category = Directory Restriction; policyRule = NDH Restriction

identifier: http://example.org/ndh-identifiers/LocationWomenShelter

status: Active

name: The W Womens Shelter

telecom: ph: 555 administration

address: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA


Generated Narrative: Consent #LocationWomenShelterRestriction

NDH usage restriction fhir path: Location.address

NDH usage restriction fhir path: Location.telecom

status: Active

scope: Directory Privacy

category: Directory Restriction

Policies

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

policyRule: NDH Restriction

provision

type: Opt Out

Actors

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

Source1

{
  "resourceType": "Location",
  "id": "LocationWomenShelter",
  "meta": {
    "lastUpdated": "2023-06-04T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-ndapi-Location"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Consent",
      "id": "LocationWomenShelterRestriction",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Restriction"
        ]
      },
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-restrictFhirPath",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "Location.address"
          }
        },
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-restrictFhirPath",
          "valueExpression": {
            "language": "text/fhirpath",
            "expression": "Location.telecom"
          }
        }
      ],
      "status": "active",
      "scope": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentScopeNdhCS",
            "code": "directory-privacy"
          }
        ],
        "text": "Directory Privacy"
      },
      "category": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentCategoryNdhCS",
              "code": "DRC"
            }
          ],
          "text": "Directory Restriction"
        }
      ],
      "policy": [
        {
          "uri": "http://example.org/federal/policy#womans-shelter"
        }
      ],
      "policyRule": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/ConsentPolicyRulesCS",
            "code": "ndh-restriction"
          }
        ]
      },
      "provision": {
        "type": "deny",
        "actor": [
          {
            "role": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "IRCP",
                  "display": "information recipient"
                }
              ]
            },
            "reference": {
              "display": "Blue Team @ The W shelter (CareTeam)"
            }
          }
        ]
      }
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code": "complete",
            "display": "Complete"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-usage-restriction",
      "valueReference": {
        "reference": "#LocationWomenShelterRestriction"
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://example.org/ndh-identifiers",
      "value": "LocationWomenShelter"
    }
  ],
  "status": "active",
  "name": "The W Womens Shelter",
  "telecom": [
    {
      "system": "phone",
      "value": "555 administration"
    }
  ],
  "address": {
    "line": [
      "3300 Washtenaw Avenue, Suite 227"
    ],
    "city": "Ann Arbor",
    "state": "MI",
    "postalCode": "48104",
    "country": "USA"
  }
}