eHealthExchange Healthcare Directory Implementation Guide
1.2.0 - Release 1

: Subparticipant Location example - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eHxSubparticipantLocationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location eHxSubparticipantLocationExample</b></p><a name=\"eHxSubparticipantLocationExample\"> </a><a name=\"hceHxSubparticipantLocationExample\"> </a><a name=\"eHxSubparticipantLocationExample-en-US\"> </a><p><b>Org Role</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-organization-role.html#organization-role-provider\">Organization Affiliation Role provider</a>: Provider</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem administrative}\">Administrative</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-97.7047386</td><td>30.4159542</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgRole"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/organization-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "provider" ]     ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "administrative" ]     ] )
  ] ) ; # 
  fhir:position [
fhir:longitude [ fhir:v "-97.7047386"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "30.4159542"^^xsd:decimal ]
  ] . #