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:Location; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "loc-ws"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/ig/vhdir/StructureDefinition/vhdir-location"; 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>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>" ]; 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:Location.status [ fhir:value "active"]; fhir:Location.name [ fhir:value "The W Womens Shelter"]; fhir:Location.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 administration" ] ]; fhir:Location.address [ 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:Address.line [ fhir:value "3300 Washtenaw Avenue, Suite 227"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Ann Arbor" ]; fhir:Address.state [ fhir:value "MI" ]; fhir:Address.postalCode [ fhir:value "48104" ]; fhir:Address.country [ fhir:value "USA" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.