PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-organization-good-health-clinic - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-organization-good-health-clinic"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-organization-good-health-clinic</b></p><a name=\"Example-organization-good-health-clinic\"> </a><a name=\"hcExample-organization-good-health-clinic\"> </a><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic</code>/identifier-good-health</p><p><b>name</b>: Good Health Clinic.</p><p><b>telecom</b>: <a href=\"tel:+1(202)776-7700\">+1(202)776-7700</a></p><p><b>address</b>: 123 Campbell Rd. STE 825 Anytown MI 99999 US (work)</p><p><b>endpoint</b>: <a href=\"Endpoint-Example-Smith-Johnson-Endpoint1.html\">Endpoint Good Health Clinic Endpoint</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/GoodHealthClinic"^^xsd:anyURI ] ;
fhir:value [ fhir:v "identifier-good-health" ]
  ] ) ; # 
  fhir:name [ fhir:v "Good Health Clinic."] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1(202)776-7700" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
    ( fhir:line [ fhir:v "123 Campbell Rd." ] [ fhir:v "STE 825" ] ) ;
fhir:city [ fhir:v "Anytown" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "99999" ] ;
fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/Example-Smith-Johnson-Endpoint1" ]
  ] ) . #