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
@prefix fhir: <http://hl7.org/fhir/> . @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:Resource.id [ fhir:value "hcs-ws"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-healthcareservice"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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>" ]; fhir:DomainResource.contained [ a fhir:Consent; fhir:index 0; fhir:Resource.id [ fhir:value "restrict" ]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-restriction"; fhir:index 0 ] ]; fhir:Consent.status [ fhir:value "active" ]; fhir:Consent.scope [ fhir:value "privacy" ]; fhir:Consent.category [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "conditional release (per DUA)" ] ]; fhir:Consent.patient [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ]; fhir:Extension.valueCode [ fhir:value "unsupported" ] ]; fhir:Reference.display [ fhir:value "not a patient consent" ] ]; fhir:Consent.dateTime [ fhir:value "2017-12-18"^^xsd:date ]; fhir:Consent.policy [ fhir:index 0; fhir:Consent.policy.uri [ fhir:value "http://example.org/federal/policy#womans-shelter" ] ]; fhir:Consent.provision [ fhir:Consent.provision.type [ fhir:value "permit" ]; fhir:Consent.provision.actor [ fhir:index 0; fhir:Consent.provision.actor.role [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ParticipationType" ]; fhir:Coding.code [ fhir:value "IRCP" ]; fhir:Coding.display [ fhir:value "information recipient" ] ] ]; fhir:Consent.provision.actor.reference [ fhir:Reference.display [ fhir:value "Blue Team @ The W shelter (CareTeam)" ] ] ]; fhir:Consent.provision.action [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "specific value" ] ]; fhir:Consent.provision.securityLabel [ fhir:index 0; fhir:Coding.display [ fhir:value "womens-abuse-councellors" ] ]; fhir:Consent.provision.purpose [ fhir:index 0; fhir:Coding.display [ fhir:value "Women's Shelter" ] ] ] ]; fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean]; fhir:HealthcareService.type [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Women's shelter" ] ]; fhir:HealthcareService.location [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/ig/vhdir/StructureDefinition/usage-restriction" ]; fhir:Extension.valueReference [ fhir:Reference.reference [ fhir:value "#restrict" ] ] ]; fhir:Reference.reference [ fhir:value "Location/loc-ws" ]; fhir:Reference.display [ fhir:value "The W Womens Shelter" ] ]; fhir:HealthcareService.name [ fhir:value "Womens shelter"]; fhir:HealthcareService.comment [ fhir:value "This is an example of a Women's shelter to demonstrate how to restrict multiple contents"]; fhir:HealthcareService.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://exmaple.org/The-W-shelter" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/ig/vhdir/StructureDefinition/usage-restriction" ]; fhir:Extension.valueReference [ fhir:Reference.reference [ fhir:value "#restrict" ] ] ]; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "555 wshelter" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.