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/fhir-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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Organization/Example-organization-good-health-clinic> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-organization-good-health-clinic"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/GoodHealthClinic" ] ;
     fhir:Identifier.value [ fhir:value "identifier-good-health" ]
  ] ;
  fhir:Organization.name [ fhir:value "Good Health Clinic."] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+1(202)776-7700" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.line [
       fhir:value "123 Campbell Rd." ;
       fhir:index 0
     ], [
       fhir:value "STE 825" ;
       fhir:index 1
     ] ;
     fhir:Address.city [ fhir:value "Anytown" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "99999" ] ;
     fhir:Address.country [ fhir:value "US" ]
  ] ;
  fhir:Organization.endpoint [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint1> ;
     fhir:Reference.reference [ fhir:value "Endpoint/Example-Smith-Johnson-Endpoint1" ]
  ] .

<http://hl7.org/fhir/Endpoint/Example-Smith-Johnson-Endpoint1> a fhir:Endpoint .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/Example-organization-good-health-clinic.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/Example-organization-good-health-clinic.ttl> .