US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions
: US Public Health Organization - YMCA - TTL Representation
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 -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "us-ph-organization-ymca-center"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"us-ph-organization-ymca-center\"> </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 Organization "us-ph-organization-ymca-center" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-organization.html\">US Public Health Organization</a></p></div><p><b>identifier</b>: id: 7777788</p><p><b>active</b>: true</p><p><b>name</b>: YMCA</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-7777\">+1-555-555-7777</a>, <a href=\"mailto:mail@ymca.com\">mail@ymca.com</a></p><p><b>address</b>: 22222 Health Authority Drive Ann Arbor MI 99999 </p><p><b>endpoint</b>: <a href=\"Endpoint-us-ph-endpoint-ymca.html\">Endpoint/us-ph-endpoint-ymca</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7777788" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "YMCA"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-555-555-7777" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mail@ymca.com" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "22222 Health Authority Drive" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "99999" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/us-ph-endpoint-ymca" ]
] ) . #