메소드 |
설명 |
|
__get ( string $name ) : Service |
|
|
describeFhirServerResources ( ) : array |
Describe FHIR REST server resources supported by the system. |
|
fhirIdToReference ( string $fhir_type, string $fhir_id ) : InternalReference | null |
Convert a FHIR resource type and ID to an internal service reference. |
|
getFhirService ( $fhir_type, array $profiles ) : InternalService | null |
Find an internal service for the specified FHIR resource type, using profiles to differentiate if necessary. |
|
getService ( string $name ) : Service | null |
|
|
init ( ) |
|
|
listFhirSupportedProfiles ( ) : ResourceReference[] |
List FHIR 'supported' profiles for the system. |
|
referenceToFhirUrl ( InternalReference $ref ) : string |
Convert an internal reference to a FHIR relative URL. |
|
serviceAndIdToFhirUrl ( string $service_name, integer $id ) : string |
Convert an internal service name and ID to a FHIR relative URL. |
|