@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:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "fhir-endpoint"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaEndpoint"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaEndpoint> ] )
] ; #
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: Endpoint fhir-endpoint</b></p><a name=\"fhir-endpoint\"> </a><a name=\"hcfhir-endpoint\"> </a><a name=\"fhir-endpoint-en-US\"> </a><p><b>Transaction</b>: <span title=\"Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes FHIR REST}\">FHIR REST</span></p><p><b>Version</b>: 4.0.1</p><blockquote><p><b>FHIR IG Conformance</b></p><ul><li>igPackage: hl7.fhir.us.core</li><li>igVersion: 6.1.0</li><li>capStmt: <a href=\"http://hl7.org/fhir/us/core/STU4/CapabilityStatement-us-core-server.html\">http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server</a></li></ul></blockquote><p><b>identifier</b>: Home Community ID/urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100 (use: official, ), Assigning Authority ID/urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100 (use: official, )</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>name</b>: patient query</p><p><b>managingOrganization</b>: <a href=\"Organization-5.5.5.5.html\">Organization Eric Hospital</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}\">NoInformation</span></p><p><b>address</b>: <a href=\"https://example.org/fhir\">https://example.org/fhir</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Transaction"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/TransactionCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FHIR REST" ] ] ) ]
] [
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/Version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4.0.1" ]
] [
( fhir:extension [
fhir:url [ fhir:v "igPackage"^^xsd:anyURI ] ;
fhir:value [ fhir:v "hl7.fhir.us.core" ] ] [
fhir:url [ fhir:v "igVersion"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6.1.0" ] ] [
fhir:url [ fhir:v "capStmt"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/StructureDefinition/FHIRIGConformance"^^xsd:anyURI ]
] ) ; #
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.2.840.114350.1.13.435.2.7.3.688884.100" ]
] [
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 "AAID" ] ] ) ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.840.114350.1.13.435.2.7.3.688884.100" ]
] ) ; #
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 "hl7-fhir-rest" ]
] ; #
fhir:name [ fhir:v "patient query"] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/5.5.5.5" ]
] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NI" ] ] )
] ) ; #
fhir:address [ fhir:v "https://example.org/fhir"^^xsd:anyURI] . #
IG © 2024+ The Sequoia Project. Package sequoia.fhir.us.sphd#1.2.0 based on FHIR 4.0.1. Generated 2024-12-23
Links: Table of Contents |
QA Report