@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 "QHIN-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "11" ] ;
fhir:lastUpdated [ fhir:v "2023-06-06T19:40:09.218Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/rce/StructureDefinition/QHIN"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/rce/StructureDefinition/QHIN> ] )
] ; #
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 QHIN-example</b></p><a name=\"QHIN-example\"> </a><a name=\"hcQHIN-example\"> </a><a name=\"QHIN-example-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\">version: versionId: id (PrimitiveType/Organization.meta.versionId): element = id -> versionId=id[11]; Last updated: 2023-06-06 19:40:09+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-QHIN.html\">QHIN</a></p></div><p><b>identifier</b>: Home Community ID/urn:oid:5.5.5.5, <code>urn:oid:2.16.840.1.113883.4.336</code>/some-CCN-identifier-code</p><p><b>active</b>: false</p><p><b>type</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType QHIN}\">QHIN</span></p><p><b>name</b>: RCE QHIN Example</p><p><b>address</b>: Primary(work)</p><blockquote><p><b>contact</b></p><p><b>purpose</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Administrative</span></p><p><b>name</b>: Family, Given(Official)</p><p><b>telecom</b>: ph: 555-555-5555(Work), <a href=\"mailto:test21@test.com\">test21@test.com</a></p><p><b>address</b>: Primary(work)</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #orgloc</b></p><a name=\"QHIN-example/orgloc\"> </a><a name=\"hcQHIN-example/orgloc\"> </a><a name=\"QHIN-example/orgloc-en-US\"> </a><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></blockquote></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 ] ]
] ) ; #
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 "RCE" ] ]
] [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/UseCases"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointUseCaseCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "QueryBasedDocumentExchange" ] ] ) ]
] [
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/QHIN-example" ] ]
] ) ; #
fhir:identifier ( [
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:system [ fhir:v "urn:oid:2.16.840.1.113883.4.336"^^xsd:anyURI ] ;
fhir:value [ fhir:v "some-CCN-identifier-code" ]
] ) ; #
fhir:active [ fhir:v "false"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "QHIN" ] ;
fhir:display [ fhir:v "QHIN" ] ] )
] ) ; #
fhir:name [ fhir:v "RCE QHIN Example"] ; #
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:text [ fhir:v "Primary" ] ;
( 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:contact ( [
fhir:purpose [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ] ] ) ] ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Family, Given" ] ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test21@test.com" ] ;
fhir:use [ fhir:v "work" ] ] ) ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Primary" ] ;
( fhir:line [ fhir:v "100 Main St." ] ) ;
fhir:city [ fhir:v "Austin" ] ;
fhir:postalCode [ fhir:v "78737" ] ;
fhir:country [ fhir:v "US" ] ]
] ) . #
IG © 2024+ Recognized Coordinating Entity (RCE). Package sequoia.fhir.us.rce#1.0.9 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report