This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: US PH Organization Example: 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 "organization-ecr-ymca-center"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization> ] )
] ; #
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 organization-ecr-ymca-center</b></p><a name=\"organization-ecr-ymca-center\"> </a><a name=\"hcorganization-ecr-ymca-center\"> </a><a name=\"organization-ecr-ymca-center-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/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-endpoint-ecr-ymca.html\">Endpoint: status = active; connectionType = HL7 FHIR (Endpoint Connection Type#hl7-fhir-rest); payloadType = ; address = http://example.org/ymca/fhir</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/endpoint-ecr-ymca" ]
] ) . #