@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eHxSubparticipantLocation.html\">eHx Subparticipant Location</a></p></div><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>"^^rdf:XMLLiteral
] ; #
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 ] ;
fhir:latitude [ fhir:v 30.4159542 ]
] . #
IG © 2024+ eHealthExchange. Package sequoia.fhir.us.ehx#1.6.0 based on FHIR 4.0.1. Generated 2025-06-11
Links: Table of Contents |
QA Report