Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions
@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 "update-success-example2"] ; #
fhir:meta [
fhir:versionId [ fhir:v "17" ] ;
fhir:lastUpdated [ fhir:v "2021-10-22T19:12:52.469+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#IbHjL7E835JW4qgm"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is a organization description\n data element. \n \n \n \n \n \n \n </div>"
] ; #
fhir:contained ( [
a fhir:Location ;
fhir:id [ fhir:v "orgloc" ] ;
fhir:position [
fhir:longitude [ fhir:v "-97.7047386"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "30.4159542"^^xsd:decimal ] ]
] [
a fhir:Endpoint ;
fhir:id [ fhir:v "orgEndpoint" ] ;
( fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCID" ] ] ) ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:5.5.5.5" ] ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ihe-xcpd" ] ] ;
fhir:name [ fhir:v "Patient Discovery" ] ;
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/update-success-example2" ] ] ;
( fhir:payloadType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ] ) ] ) ;
( fhir:payloadMimeType [ fhir:v "application/xml" ] ) ;
fhir:address [ fhir:v "https://carequality.test.com/xcpd/v1/xcpd"^^xsd:anyURI ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Domains"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains"^^xsd:anyURI ] ;
fhir:code [ fhir:v "eHx" ] ]
] [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/update-success-example2" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCID" ] ] ) ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:5.5.5.5" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Implementer" ] ] )
] ) ; #
fhir:name [ fhir:v "Eric Hospital"] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgLocation"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#orgloc" ] ] ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
( fhir:line [ fhir:v "200 Main St." ] ) ;
fhir:city [ fhir:v "Austin" ] ;
fhir:state [ fhir:v "TX" ] ;
fhir:postalCode [ fhir:v "2472" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:partOf [
fhir:reference [ fhir:v "Organization/create-full-example" ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaIdentifierCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCID" ] ] ) ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.1.1.1" ] ]
] ; #
fhir:contact ( [
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Family, Given" ] ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test21@test.com" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "work" ] ] ) ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
( fhir:line [ fhir:v "100 Main St." ] ) ;
fhir:city [ fhir:v "Austin" ] ;
fhir:postalCode [ fhir:v "78737" ] ;
fhir:country [ fhir:v "US" ] ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "#orgEndpoint" ]
] ) . #
IG © 2020+ The Sequoia Project. Package sequoia.fhir.us.sphd#0.0.10 based on FHIR 4.0.1. Generated 2023-05-03
Links: Table of Contents |
QA Report