eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: 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:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-06-28T16:50:56.948Z"^^xsd:dateTime ] ;
    ( 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><b>Generated Narrative: Location</b><a name=\"eHxSubparticipantLocationExample\"> </a><a name=\"hceHxSubparticipantLocationExample\"> </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 Location &quot;eHxSubparticipantLocationExample&quot; Version &quot;1&quot; Updated &quot;2023-06-28 16:50:56+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eHxSubparticipantLocation.html\">eHx Subparticipant Location</a></p></div><p><b>Org Role</b>: Provider (Details: http://hl7.org/fhir/organization-role code provider = 'Provider', stated as 'null')</p><p><b>type</b>: Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///tmp/tmp-1-kGj1u5sPsWbv/output/CodeSystem-SequoiaServiceDeliveryLocationRoleTypeCodingSystem.html\">Sequoia Service Delivery Location Role Type Coding System</a>#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 ]
  ] . #