Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hcs-ws"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-healthcareservice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"hcs-ws\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService "hcs-ws" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vhdir-healthcareservice.html\">VhDir Healthcare Service</a></p></div><p><b>active</b>: true</p><p><b>type</b>: Women's shelter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>location</b>: <a href=\"Location-loc-ws.html\">Location/loc-ws: The W Womens Shelter</a> "The W Womens Shelter"</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><b>Generated Narrative: Consent #restrict</b><a name=\"restrict\"> </a></p><p><b>status</b>: active</p><p><b>scope</b>: Direct Referral use only <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-consent.html\">VhDir Consent Code System</a>#protect "Protect")</span></p><p><b>category</b>: conditional release (per DUA) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#57016-8 "Privacy policy acknowledgment Document")</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>: permit</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>information recipient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#IRCP)</span></td><td><span>: Blue Team @ The W shelter (CareTeam)</span></td></tr></table><p><b>action</b>: specific value <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>securityLabel</b>: womens-abuse-councellors (Details: [not stated] code null = 'null', stated as 'womens-abuse-councellors')</p><p><b>purpose</b>: Women's Shelter (Details: [not stated] code null = 'null', stated as 'Women's Shelter')</p></blockquote></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Consent ;
fhir:id [ fhir:v "restrict" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction> ] ) ] ;
fhir:status [ fhir:v "active" ] ;
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/consent"^^xsd:anyURI ] ;
fhir:code [ fhir:v "protect" ] ;
fhir:display [ fhir:v "Protect" ] ] ) ;
fhir:text [ fhir:v "Direct Referral use only" ] ] ;
( fhir:category [
( fhir:coding [
a loinc:57016-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57016-8" ] ;
fhir:display [ fhir:v "Privacy policy acknowledgment Document" ] ] ) ;
fhir:text [ fhir:v "conditional release (per DUA)" ] ] ) ;
fhir:dateTime [ fhir:v "2017-12-18"^^xsd:date ] ;
( fhir:policy [
fhir:uri [ fhir:v "http://example.org/federal/policy#womans-shelter"^^xsd:anyURI ] ] ) ;
fhir:provision [
fhir:type [ fhir:v "permit" ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IRCP" ] ;
fhir:display [ fhir:v "information recipient" ] ] ) ] ;
fhir:reference [
fhir:display [ fhir:v "Blue Team @ The W shelter (CareTeam)" ] ] ] ) ;
( fhir:action [
fhir:text [ fhir:v "specific value" ] ] ) ;
( fhir:securityLabel [
fhir:display [ fhir:v "womens-abuse-councellors" ] ] ) ;
( fhir:purpose [
fhir:display [ fhir:v "Women's Shelter" ] ] ) ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
fhir:text [ fhir:v "Women's shelter" ]
] ) ; #
fhir:location ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#restrict" ] ] ] ) ;
fhir:reference [ fhir:v "Location/loc-ws" ] ;
fhir:display [ fhir:v "The W Womens Shelter" ]
] ) ; #
fhir:name [ fhir:v "Womens shelter"] ; #
fhir:comment [ fhir:v "This is an example of a Women's shelter to demonstrate how to restrict multiple contents"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://exmaple.org/The-W-shelter" ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/usage-restriction"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#restrict" ] ] ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555 wshelter" ]
] ) . #
IG © 2022+ HL7 International - Patient Administration Work Group. Package hl7.fhir.uv.vhdir#0.2.0 based on FHIR 4.0.1. Generated 2023-09-12
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change