import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DiagnosticReportApi;
import java.io.File;
import java.util.*;
public class DiagnosticReportApiExample {
public static void main(String[] args) {
DiagnosticReportApi apiInstance = new DiagnosticReportApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"DiagnosticReport\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.diagnosticReportPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DiagnosticReportApi#diagnosticReportPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DiagnosticReportApi;
public class DiagnosticReportApiExample {
public static void main(String[] args) {
DiagnosticReportApi apiInstance = new DiagnosticReportApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"DiagnosticReport\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.diagnosticReportPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DiagnosticReportApi#diagnosticReportPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"DiagnosticReport\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // (optional)
DiagnosticReportApi *apiInstance = [[DiagnosticReportApi alloc] init];
// create-type: Create a new DiagnosticReport instance
[apiInstance diagnosticReportPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DiagnosticReportApi()
var opts = {
'body': "{\n \"resourceType\": \"DiagnosticReport\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.diagnosticReportPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class diagnosticReportPostExample
{
public void main()
{
var apiInstance = new DiagnosticReportApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new DiagnosticReport instance
FHIR-JSON-RESOURCE result = apiInstance.diagnosticReportPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DiagnosticReportApi.diagnosticReportPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDiagnosticReportApi();
$body = "{\n \"resourceType\": \"DiagnosticReport\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->diagnosticReportPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DiagnosticReportApi->diagnosticReportPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DiagnosticReportApi;
my $api_instance = WWW::SwaggerClient::DiagnosticReportApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->diagnosticReportPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DiagnosticReportApi->diagnosticReportPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DiagnosticReportApi()
body = "{\n \"resourceType\": \"DiagnosticReport\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new DiagnosticReport instance
api_response = api_instance.diagnostic_report_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling DiagnosticReportApi->diagnosticReportPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
DocumentReference
documentReferenceGet
search-type: Search for DocumentReference instances
This is a search type
/DocumentReference
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/DocumentReference?date=&subject=&_lastUpdated=&description=&language=&type=&relation=&setting=&related=&patient=&event=&relationship=&authenticator=&identifier=&period=&custodian=&author=&_security=&format=&encounter=&contenttype=&_filter=&security-label=&_profile=&_tag=&_has=&_source=&location=&_id=&_text=&_content=&category=&relatesto=&facility=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DocumentReferenceApi;
import java.io.File;
import java.util.*;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
= ; // | When this document reference was created
= ; // | Who/what is the subject of the document
= ; // | When the resource version last changed
= ; // | Human-readable description
= ; // | Human language of the content (BCP-47)
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
= ; // | replaces | transforms | signs | appends
= ; // | Additional details about where the content was created (e.g. clinical specialty)
= ; // | Related identifiers or resources
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Main clinical acts documented
= ; // | Combination of relation and relatesTo
= ; // | Who/what authenticated the document
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Time of service that is being documented
= ; // | Organization which maintains the document
= ; // | Who and/or what authored the document
= ; // | Security Labels applied to this resource
= ; // | Format/content rules for the document
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | Mime type of the content, with charset etc.
= ; // | Search the contents of the resource's data using a filter
= ; // | Document security-tags
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Uri where the data can be found
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Categorization of document
= ; // | Target of the relationship
= ; // | Kind of facility where patient was seen
= ; // | current | superseded | entered-in-error
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DocumentReferenceApi;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
= ; // | When this document reference was created
= ; // | Who/what is the subject of the document
= ; // | When the resource version last changed
= ; // | Human-readable description
= ; // | Human language of the content (BCP-47)
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
= ; // | replaces | transforms | signs | appends
= ; // | Additional details about where the content was created (e.g. clinical specialty)
= ; // | Related identifiers or resources
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Main clinical acts documented
= ; // | Combination of relation and relatesTo
= ; // | Who/what authenticated the document
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Time of service that is being documented
= ; // | Organization which maintains the document
= ; // | Who and/or what authored the document
= ; // | Security Labels applied to this resource
= ; // | Format/content rules for the document
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | Mime type of the content, with charset etc.
= ; // | Search the contents of the resource's data using a filter
= ; // | Document security-tags
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Uri where the data can be found
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Categorization of document
= ; // | Target of the relationship
= ; // | Kind of facility where patient was seen
= ; // | current | superseded | entered-in-error
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceGet");
e.printStackTrace();
}
}
}
* = ; // When this document reference was created (optional)
* = ; // Who/what is the subject of the document (optional)
* = ; // When the resource version last changed (optional)
* = ; // Human-readable description (optional)
* = ; // Human language of the content (BCP-47) (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management (optional)
* = ; // replaces | transforms | signs | appends (optional)
* = ; // Additional details about where the content was created (e.g. clinical specialty) (optional)
* = ; // Related identifiers or resources (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Main clinical acts documented (optional)
* = ; // Combination of relation and relatesTo (optional)
* = ; // Who/what authenticated the document (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // Time of service that is being documented (optional)
* = ; // Organization which maintains the document (optional)
* = ; // Who and/or what authored the document (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Format/content rules for the document (optional)
* = ; // Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
* = ; // Mime type of the content, with charset etc. (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Document security-tags (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Uri where the data can be found (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Categorization of document (optional)
* = ; // Target of the relationship (optional)
* = ; // Kind of facility where patient was seen (optional)
* = ; // current | superseded | entered-in-error (optional)
DocumentReferenceApi *apiInstance = [[DocumentReferenceApi alloc] init];
// search-type: Search for DocumentReference instances
[apiInstance documentReferenceGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DocumentReferenceApi()
var opts = {
'': , // {{}} When this document reference was created
'': , // {{}} Who/what is the subject of the document
'': , // {{}} When the resource version last changed
'': , // {{}} Human-readable description
'': , // {{}} Human language of the content (BCP-47)
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
'': , // {{}} replaces | transforms | signs | appends
'': , // {{}} Additional details about where the content was created (e.g. clinical specialty)
'': , // {{}} Related identifiers or resources
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Main clinical acts documented
'': , // {{}} Combination of relation and relatesTo
'': , // {{}} Who/what authenticated the document
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} Time of service that is being documented
'': , // {{}} Organization which maintains the document
'': , // {{}} Who and/or what authored the document
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Format/content rules for the document
'': , // {{}} Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
'': , // {{}} Mime type of the content, with charset etc.
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Document security-tags
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Uri where the data can be found
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} Categorization of document
'': , // {{}} Target of the relationship
'': , // {{}} Kind of facility where patient was seen
'': // {{}} current | superseded | entered-in-error
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.documentReferenceGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class documentReferenceGetExample
{
public void main()
{
var apiInstance = new DocumentReferenceApi();
var = new (); // | When this document reference was created (optional)
var = new (); // | Who/what is the subject of the document (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Human-readable description (optional)
var = new (); // | Human language of the content (BCP-47) (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management (optional)
var = new (); // | replaces | transforms | signs | appends (optional)
var = new (); // | Additional details about where the content was created (e.g. clinical specialty) (optional)
var = new (); // | Related identifiers or resources (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Main clinical acts documented (optional)
var = new (); // | Combination of relation and relatesTo (optional)
var = new (); // | Who/what authenticated the document (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | Time of service that is being documented (optional)
var = new (); // | Organization which maintains the document (optional)
var = new (); // | Who and/or what authored the document (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Format/content rules for the document (optional)
var = new (); // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
var = new (); // | Mime type of the content, with charset etc. (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Document security-tags (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Uri where the data can be found (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Categorization of document (optional)
var = new (); // | Target of the relationship (optional)
var = new (); // | Kind of facility where patient was seen (optional)
var = new (); // | current | superseded | entered-in-error (optional)
try
{
// search-type: Search for DocumentReference instances
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DocumentReferenceApi.documentReferenceGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDocumentReferenceApi();
$ = ; // | When this document reference was created
$ = ; // | Who/what is the subject of the document
$ = ; // | When the resource version last changed
$ = ; // | Human-readable description
$ = ; // | Human language of the content (BCP-47)
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
$ = ; // | replaces | transforms | signs | appends
$ = ; // | Additional details about where the content was created (e.g. clinical specialty)
$ = ; // | Related identifiers or resources
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Main clinical acts documented
$ = ; // | Combination of relation and relatesTo
$ = ; // | Who/what authenticated the document
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | Time of service that is being documented
$ = ; // | Organization which maintains the document
$ = ; // | Who and/or what authored the document
$ = ; // | Security Labels applied to this resource
$ = ; // | Format/content rules for the document
$ = ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
$ = ; // | Mime type of the content, with charset etc.
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Document security-tags
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Uri where the data can be found
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Categorization of document
$ = ; // | Target of the relationship
$ = ; // | Kind of facility where patient was seen
$ = ; // | current | superseded | entered-in-error
try {
$result = $api_instance->documentReferenceGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DocumentReferenceApi->documentReferenceGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DocumentReferenceApi;
my $api_instance = WWW::SwaggerClient::DocumentReferenceApi->new();
my $ = ; # | When this document reference was created
my $ = ; # | Who/what is the subject of the document
my $ = ; # | When the resource version last changed
my $ = ; # | Human-readable description
my $ = ; # | Human language of the content (BCP-47)
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
my $ = ; # | replaces | transforms | signs | appends
my $ = ; # | Additional details about where the content was created (e.g. clinical specialty)
my $ = ; # | Related identifiers or resources
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Main clinical acts documented
my $ = ; # | Combination of relation and relatesTo
my $ = ; # | Who/what authenticated the document
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | Time of service that is being documented
my $ = ; # | Organization which maintains the document
my $ = ; # | Who and/or what authored the document
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Format/content rules for the document
my $ = ; # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
my $ = ; # | Mime type of the content, with charset etc.
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Document security-tags
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Uri where the data can be found
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Categorization of document
my $ = ; # | Target of the relationship
my $ = ; # | Kind of facility where patient was seen
my $ = ; # | current | superseded | entered-in-error
eval {
my $result = $api_instance->documentReferenceGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DocumentReferenceApi->documentReferenceGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DocumentReferenceApi()
= # | When this document reference was created (optional)
= # | Who/what is the subject of the document (optional)
= # | When the resource version last changed (optional)
= # | Human-readable description (optional)
= # | Human language of the content (BCP-47) (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management (optional)
= # | replaces | transforms | signs | appends (optional)
= # | Additional details about where the content was created (e.g. clinical specialty) (optional)
= # | Related identifiers or resources (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Main clinical acts documented (optional)
= # | Combination of relation and relatesTo (optional)
= # | Who/what authenticated the document (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | Time of service that is being documented (optional)
= # | Organization which maintains the document (optional)
= # | Who and/or what authored the document (optional)
= # | Security Labels applied to this resource (optional)
= # | Format/content rules for the document (optional)
= # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
= # | Mime type of the content, with charset etc. (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Document security-tags (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Uri where the data can be found (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Categorization of document (optional)
= # | Target of the relationship (optional)
= # | Kind of facility where patient was seen (optional)
= # | current | superseded | entered-in-error (optional)
try:
# search-type: Search for DocumentReference instances
api_response = api_instance.document_reference_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling DocumentReferenceApi->documentReferenceGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
When this document reference was created
|
subject |
Who/what is the subject of the document
|
_lastUpdated |
When the resource version last changed
|
description |
Human-readable description
|
language |
Human language of the content (BCP-47)
|
type |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
|
relation |
replaces | transforms | signs | appends
|
setting |
Additional details about where the content was created (e.g. clinical specialty)
|
related |
Related identifiers or resources
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
event |
Main clinical acts documented
|
relationship |
Combination of relation and relatesTo
|
authenticator |
Who/what authenticated the document
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
period |
Time of service that is being documented
|
custodian |
Organization which maintains the document
|
author |
Who and/or what authored the document
|
_security |
Security Labels applied to this resource
|
format |
Format/content rules for the document
|
encounter |
Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
|
contenttype |
Mime type of the content, with charset etc.
|
_filter |
Search the contents of the resource's data using a filter
|
security-label |
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
location |
Uri where the data can be found
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
category |
Categorization of document
|
relatesto |
Target of the relationship
|
facility |
Kind of facility where patient was seen
|
status |
current | superseded | entered-in-error
|
Responses
Status: 200 - Success
documentReferenceHistoryGet
type-history: Fetch the resource change history for all resources of type DocumentReference
/DocumentReference/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/DocumentReference/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DocumentReferenceApi;
import java.io.File;
import java.util.*;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DocumentReferenceApi;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceHistoryGet");
e.printStackTrace();
}
}
}
DocumentReferenceApi *apiInstance = [[DocumentReferenceApi alloc] init];
// type-history: Fetch the resource change history for all resources of type DocumentReference
[apiInstance documentReferenceHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DocumentReferenceApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.documentReferenceHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class documentReferenceHistoryGetExample
{
public void main()
{
var apiInstance = new DocumentReferenceApi();
try
{
// type-history: Fetch the resource change history for all resources of type DocumentReference
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DocumentReferenceApi.documentReferenceHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDocumentReferenceApi();
try {
$result = $api_instance->documentReferenceHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DocumentReferenceApi->documentReferenceHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DocumentReferenceApi;
my $api_instance = WWW::SwaggerClient::DocumentReferenceApi->new();
eval {
my $result = $api_instance->documentReferenceHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling DocumentReferenceApi->documentReferenceHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DocumentReferenceApi()
try:
# type-history: Fetch the resource change history for all resources of type DocumentReference
api_response = api_instance.document_reference_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling DocumentReferenceApi->documentReferenceHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
documentReferenceIdGet
read-instance: Read DocumentReference instance
/DocumentReference/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/DocumentReference/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DocumentReferenceApi;
import java.io.File;
import java.util.*;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DocumentReferenceApi;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
DocumentReferenceApi *apiInstance = [[DocumentReferenceApi alloc] init];
// read-instance: Read DocumentReference instance
[apiInstance documentReferenceIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DocumentReferenceApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.documentReferenceIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class documentReferenceIdGetExample
{
public void main()
{
var apiInstance = new DocumentReferenceApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read DocumentReference instance
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DocumentReferenceApi.documentReferenceIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDocumentReferenceApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->documentReferenceIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DocumentReferenceApi->documentReferenceIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DocumentReferenceApi;
my $api_instance = WWW::SwaggerClient::DocumentReferenceApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->documentReferenceIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DocumentReferenceApi->documentReferenceIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DocumentReferenceApi()
id = id_example # String | The resource ID
try:
# read-instance: Read DocumentReference instance
api_response = api_instance.document_reference_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling DocumentReferenceApi->documentReferenceIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
documentReferenceIdHistoryGet
instance-history: Fetch the resource change history for all resources of type DocumentReference
/DocumentReference/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/DocumentReference/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DocumentReferenceApi;
import java.io.File;
import java.util.*;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DocumentReferenceApi;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
DocumentReferenceApi *apiInstance = [[DocumentReferenceApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type DocumentReference
[apiInstance documentReferenceIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DocumentReferenceApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.documentReferenceIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class documentReferenceIdHistoryGetExample
{
public void main()
{
var apiInstance = new DocumentReferenceApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type DocumentReference
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DocumentReferenceApi.documentReferenceIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDocumentReferenceApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->documentReferenceIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DocumentReferenceApi->documentReferenceIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DocumentReferenceApi;
my $api_instance = WWW::SwaggerClient::DocumentReferenceApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->documentReferenceIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DocumentReferenceApi->documentReferenceIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DocumentReferenceApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type DocumentReference
api_response = api_instance.document_reference_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling DocumentReferenceApi->documentReferenceIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
documentReferenceIdHistoryVersionIdGet
vread-instance: Read DocumentReference instance with specific version
/DocumentReference/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/DocumentReference/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DocumentReferenceApi;
import java.io.File;
import java.util.*;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DocumentReferenceApi;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferenceIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
DocumentReferenceApi *apiInstance = [[DocumentReferenceApi alloc] init];
// vread-instance: Read DocumentReference instance with specific version
[apiInstance documentReferenceIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DocumentReferenceApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.documentReferenceIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class documentReferenceIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new DocumentReferenceApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read DocumentReference instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.documentReferenceIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DocumentReferenceApi.documentReferenceIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDocumentReferenceApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->documentReferenceIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DocumentReferenceApi->documentReferenceIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DocumentReferenceApi;
my $api_instance = WWW::SwaggerClient::DocumentReferenceApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->documentReferenceIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DocumentReferenceApi->documentReferenceIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DocumentReferenceApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read DocumentReference instance with specific version
api_response = api_instance.document_reference_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling DocumentReferenceApi->documentReferenceIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
documentReferencePost
create-type: Create a new DocumentReference instance
/DocumentReference
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/DocumentReference"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DocumentReferenceApi;
import java.io.File;
import java.util.*;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"DocumentReference\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferencePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferencePost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DocumentReferenceApi;
public class DocumentReferenceApiExample {
public static void main(String[] args) {
DocumentReferenceApi apiInstance = new DocumentReferenceApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"DocumentReference\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.documentReferencePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling DocumentReferenceApi#documentReferencePost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"DocumentReference\"\n}"; // (optional)
DocumentReferenceApi *apiInstance = [[DocumentReferenceApi alloc] init];
// create-type: Create a new DocumentReference instance
[apiInstance documentReferencePostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.DocumentReferenceApi()
var opts = {
'body': "{\n \"resourceType\": \"DocumentReference\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.documentReferencePost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class documentReferencePostExample
{
public void main()
{
var apiInstance = new DocumentReferenceApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new DocumentReference instance
FHIR-JSON-RESOURCE result = apiInstance.documentReferencePost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling DocumentReferenceApi.documentReferencePost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiDocumentReferenceApi();
$body = "{\n \"resourceType\": \"DocumentReference\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->documentReferencePost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling DocumentReferenceApi->documentReferencePost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DocumentReferenceApi;
my $api_instance = WWW::SwaggerClient::DocumentReferenceApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->documentReferencePost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling DocumentReferenceApi->documentReferencePost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DocumentReferenceApi()
body = "{\n \"resourceType\": \"DocumentReference\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new DocumentReference instance
api_response = api_instance.document_reference_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling DocumentReferenceApi->documentReferencePost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Encounter
encounterGet
search-type: Search for Encounter instances
This is a search type
/Encounter
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Encounter?date=&participant-type=&subject=&_lastUpdated=&appointment=&part-of=&type=&participant=&reason-code=&based-on=&patient=&location-period=&special-arrangement=&class=&identifier=&practitioner=&_security=&episode-of-care=&length=&diagnosis=&_filter=&_profile=&_tag=&_has=&reason-reference=&_source=&location=&service-provider=&_id=&_text=&_content=&account=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.EncounterApi;
import java.io.File;
import java.util.*;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | Role of participant in encounter
= ; // | The patient or group present at the encounter
= ; // | When the resource version last changed
= ; // | The appointment that scheduled this encounter
= ; // | Another Encounter this encounter is part of
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
= ; // | Persons involved in the encounter other than the patient
= ; // | Coded reason the encounter takes place
= ; // | The ServiceRequest that initiated this encounter
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Time period during which the patient was present at the location
= ; // | Wheelchair, translator, stretcher, etc.
= ; // | Classification of patient encounter
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Persons involved in the encounter other than the patient
= ; // | Security Labels applied to this resource
= ; // | Episode(s) of care that this encounter should be recorded against
= ; // | Length of encounter in days
= ; // | The diagnosis or procedure relevant to the encounter
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Reason the encounter takes place (reference)
= ; // | Identifies where the resource comes from
= ; // | Location the encounter takes place
= ; // | The organization (facility) responsible for this encounter
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | The set of accounts that may be used for billing for this Encounter
= ; // | planned | arrived | triaged | in-progress | onleave | finished | cancelled +
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.EncounterApi;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | Role of participant in encounter
= ; // | The patient or group present at the encounter
= ; // | When the resource version last changed
= ; // | The appointment that scheduled this encounter
= ; // | Another Encounter this encounter is part of
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
= ; // | Persons involved in the encounter other than the patient
= ; // | Coded reason the encounter takes place
= ; // | The ServiceRequest that initiated this encounter
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Time period during which the patient was present at the location
= ; // | Wheelchair, translator, stretcher, etc.
= ; // | Classification of patient encounter
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Persons involved in the encounter other than the patient
= ; // | Security Labels applied to this resource
= ; // | Episode(s) of care that this encounter should be recorded against
= ; // | Length of encounter in days
= ; // | The diagnosis or procedure relevant to the encounter
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Reason the encounter takes place (reference)
= ; // | Identifies where the resource comes from
= ; // | Location the encounter takes place
= ; // | The organization (facility) responsible for this encounter
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | The set of accounts that may be used for billing for this Encounter
= ; // | planned | arrived | triaged | in-progress | onleave | finished | cancelled +
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
* = ; // Role of participant in encounter (optional)
* = ; // The patient or group present at the encounter (optional)
* = ; // When the resource version last changed (optional)
* = ; // The appointment that scheduled this encounter (optional)
* = ; // Another Encounter this encounter is part of (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management (optional)
* = ; // Persons involved in the encounter other than the patient (optional)
* = ; // Coded reason the encounter takes place (optional)
* = ; // The ServiceRequest that initiated this encounter (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Time period during which the patient was present at the location (optional)
* = ; // Wheelchair, translator, stretcher, etc. (optional)
* = ; // Classification of patient encounter (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // Persons involved in the encounter other than the patient (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Episode(s) of care that this encounter should be recorded against (optional)
* = ; // Length of encounter in days (optional)
* = ; // The diagnosis or procedure relevant to the encounter (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Reason the encounter takes place (reference) (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Location the encounter takes place (optional)
* = ; // The organization (facility) responsible for this encounter (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // The set of accounts that may be used for billing for this Encounter (optional)
* = ; // planned | arrived | triaged | in-progress | onleave | finished | cancelled + (optional)
EncounterApi *apiInstance = [[EncounterApi alloc] init];
// search-type: Search for Encounter instances
[apiInstance encounterGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.EncounterApi()
var opts = {
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
'': , // {{}} Role of participant in encounter
'': , // {{}} The patient or group present at the encounter
'': , // {{}} When the resource version last changed
'': , // {{}} The appointment that scheduled this encounter
'': , // {{}} Another Encounter this encounter is part of
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
'': , // {{}} Persons involved in the encounter other than the patient
'': , // {{}} Coded reason the encounter takes place
'': , // {{}} The ServiceRequest that initiated this encounter
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Time period during which the patient was present at the location
'': , // {{}} Wheelchair, translator, stretcher, etc.
'': , // {{}} Classification of patient encounter
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} Persons involved in the encounter other than the patient
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Episode(s) of care that this encounter should be recorded against
'': , // {{}} Length of encounter in days
'': , // {{}} The diagnosis or procedure relevant to the encounter
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Reason the encounter takes place (reference)
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Location the encounter takes place
'': , // {{}} The organization (facility) responsible for this encounter
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} The set of accounts that may be used for billing for this Encounter
'': // {{}} planned | arrived | triaged | in-progress | onleave | finished | cancelled +
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.encounterGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class encounterGetExample
{
public void main()
{
var apiInstance = new EncounterApi();
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
var = new (); // | Role of participant in encounter (optional)
var = new (); // | The patient or group present at the encounter (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | The appointment that scheduled this encounter (optional)
var = new (); // | Another Encounter this encounter is part of (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management (optional)
var = new (); // | Persons involved in the encounter other than the patient (optional)
var = new (); // | Coded reason the encounter takes place (optional)
var = new (); // | The ServiceRequest that initiated this encounter (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Time period during which the patient was present at the location (optional)
var = new (); // | Wheelchair, translator, stretcher, etc. (optional)
var = new (); // | Classification of patient encounter (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | Persons involved in the encounter other than the patient (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Episode(s) of care that this encounter should be recorded against (optional)
var = new (); // | Length of encounter in days (optional)
var = new (); // | The diagnosis or procedure relevant to the encounter (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Reason the encounter takes place (reference) (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Location the encounter takes place (optional)
var = new (); // | The organization (facility) responsible for this encounter (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | The set of accounts that may be used for billing for this Encounter (optional)
var = new (); // | planned | arrived | triaged | in-progress | onleave | finished | cancelled + (optional)
try
{
// search-type: Search for Encounter instances
FHIR-JSON-RESOURCE result = apiInstance.encounterGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling EncounterApi.encounterGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiEncounterApi();
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
$ = ; // | Role of participant in encounter
$ = ; // | The patient or group present at the encounter
$ = ; // | When the resource version last changed
$ = ; // | The appointment that scheduled this encounter
$ = ; // | Another Encounter this encounter is part of
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
$ = ; // | Persons involved in the encounter other than the patient
$ = ; // | Coded reason the encounter takes place
$ = ; // | The ServiceRequest that initiated this encounter
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Time period during which the patient was present at the location
$ = ; // | Wheelchair, translator, stretcher, etc.
$ = ; // | Classification of patient encounter
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | Persons involved in the encounter other than the patient
$ = ; // | Security Labels applied to this resource
$ = ; // | Episode(s) of care that this encounter should be recorded against
$ = ; // | Length of encounter in days
$ = ; // | The diagnosis or procedure relevant to the encounter
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Reason the encounter takes place (reference)
$ = ; // | Identifies where the resource comes from
$ = ; // | Location the encounter takes place
$ = ; // | The organization (facility) responsible for this encounter
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | The set of accounts that may be used for billing for this Encounter
$ = ; // | planned | arrived | triaged | in-progress | onleave | finished | cancelled +
try {
$result = $api_instance->encounterGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling EncounterApi->encounterGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::EncounterApi;
my $api_instance = WWW::SwaggerClient::EncounterApi->new();
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
my $ = ; # | Role of participant in encounter
my $ = ; # | The patient or group present at the encounter
my $ = ; # | When the resource version last changed
my $ = ; # | The appointment that scheduled this encounter
my $ = ; # | Another Encounter this encounter is part of
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
my $ = ; # | Persons involved in the encounter other than the patient
my $ = ; # | Coded reason the encounter takes place
my $ = ; # | The ServiceRequest that initiated this encounter
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Time period during which the patient was present at the location
my $ = ; # | Wheelchair, translator, stretcher, etc.
my $ = ; # | Classification of patient encounter
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | Persons involved in the encounter other than the patient
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Episode(s) of care that this encounter should be recorded against
my $ = ; # | Length of encounter in days
my $ = ; # | The diagnosis or procedure relevant to the encounter
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Reason the encounter takes place (reference)
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Location the encounter takes place
my $ = ; # | The organization (facility) responsible for this encounter
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | The set of accounts that may be used for billing for this Encounter
my $ = ; # | planned | arrived | triaged | in-progress | onleave | finished | cancelled +
eval {
my $result = $api_instance->encounterGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling EncounterApi->encounterGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.EncounterApi()
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
= # | Role of participant in encounter (optional)
= # | The patient or group present at the encounter (optional)
= # | When the resource version last changed (optional)
= # | The appointment that scheduled this encounter (optional)
= # | Another Encounter this encounter is part of (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management (optional)
= # | Persons involved in the encounter other than the patient (optional)
= # | Coded reason the encounter takes place (optional)
= # | The ServiceRequest that initiated this encounter (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Time period during which the patient was present at the location (optional)
= # | Wheelchair, translator, stretcher, etc. (optional)
= # | Classification of patient encounter (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | Persons involved in the encounter other than the patient (optional)
= # | Security Labels applied to this resource (optional)
= # | Episode(s) of care that this encounter should be recorded against (optional)
= # | Length of encounter in days (optional)
= # | The diagnosis or procedure relevant to the encounter (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Reason the encounter takes place (reference) (optional)
= # | Identifies where the resource comes from (optional)
= # | Location the encounter takes place (optional)
= # | The organization (facility) responsible for this encounter (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | The set of accounts that may be used for billing for this Encounter (optional)
= # | planned | arrived | triaged | in-progress | onleave | finished | cancelled + (optional)
try:
# search-type: Search for Encounter instances
api_response = api_instance.encounter_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling EncounterApi->encounterGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
|
participant-type |
Role of participant in encounter
|
subject |
The patient or group present at the encounter
|
_lastUpdated |
When the resource version last changed
|
appointment |
The appointment that scheduled this encounter
|
part-of |
Another Encounter this encounter is part of
|
type |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)
* [Composition](composition.html): Kind of composition (LOINC if possible)
* [DocumentManifest](documentmanifest.html): Kind of document set
* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)
* [Encounter](encounter.html): Specific type of encounter
* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management
|
participant |
Persons involved in the encounter other than the patient
|
reason-code |
Coded reason the encounter takes place
|
based-on |
The ServiceRequest that initiated this encounter
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
location-period |
Time period during which the patient was present at the location
|
special-arrangement |
Wheelchair, translator, stretcher, etc.
|
class |
Classification of patient encounter
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
practitioner |
Persons involved in the encounter other than the patient
|
_security |
Security Labels applied to this resource
|
episode-of-care |
Episode(s) of care that this encounter should be recorded against
|
length |
Length of encounter in days
|
diagnosis |
The diagnosis or procedure relevant to the encounter
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
reason-reference |
Reason the encounter takes place (reference)
|
_source |
Identifies where the resource comes from
|
location |
Location the encounter takes place
|
service-provider |
The organization (facility) responsible for this encounter
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
account |
The set of accounts that may be used for billing for this Encounter
|
status |
planned | arrived | triaged | in-progress | onleave | finished | cancelled +
|
Responses
Status: 200 - Success
encounterHistoryGet
type-history: Fetch the resource change history for all resources of type Encounter
/Encounter/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Encounter/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.EncounterApi;
import java.io.File;
import java.util.*;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.EncounterApi;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterHistoryGet");
e.printStackTrace();
}
}
}
EncounterApi *apiInstance = [[EncounterApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Encounter
[apiInstance encounterHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.EncounterApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.encounterHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class encounterHistoryGetExample
{
public void main()
{
var apiInstance = new EncounterApi();
try
{
// type-history: Fetch the resource change history for all resources of type Encounter
FHIR-JSON-RESOURCE result = apiInstance.encounterHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling EncounterApi.encounterHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiEncounterApi();
try {
$result = $api_instance->encounterHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling EncounterApi->encounterHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::EncounterApi;
my $api_instance = WWW::SwaggerClient::EncounterApi->new();
eval {
my $result = $api_instance->encounterHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling EncounterApi->encounterHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.EncounterApi()
try:
# type-history: Fetch the resource change history for all resources of type Encounter
api_response = api_instance.encounter_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling EncounterApi->encounterHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
encounterIdGet
read-instance: Read Encounter instance
/Encounter/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Encounter/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.EncounterApi;
import java.io.File;
import java.util.*;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.EncounterApi;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
EncounterApi *apiInstance = [[EncounterApi alloc] init];
// read-instance: Read Encounter instance
[apiInstance encounterIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.EncounterApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.encounterIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class encounterIdGetExample
{
public void main()
{
var apiInstance = new EncounterApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Encounter instance
FHIR-JSON-RESOURCE result = apiInstance.encounterIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling EncounterApi.encounterIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiEncounterApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->encounterIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling EncounterApi->encounterIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::EncounterApi;
my $api_instance = WWW::SwaggerClient::EncounterApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->encounterIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling EncounterApi->encounterIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.EncounterApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Encounter instance
api_response = api_instance.encounter_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling EncounterApi->encounterIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
encounterIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Encounter
/Encounter/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Encounter/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.EncounterApi;
import java.io.File;
import java.util.*;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.EncounterApi;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
EncounterApi *apiInstance = [[EncounterApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Encounter
[apiInstance encounterIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.EncounterApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.encounterIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class encounterIdHistoryGetExample
{
public void main()
{
var apiInstance = new EncounterApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Encounter
FHIR-JSON-RESOURCE result = apiInstance.encounterIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling EncounterApi.encounterIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiEncounterApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->encounterIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling EncounterApi->encounterIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::EncounterApi;
my $api_instance = WWW::SwaggerClient::EncounterApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->encounterIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling EncounterApi->encounterIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.EncounterApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Encounter
api_response = api_instance.encounter_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling EncounterApi->encounterIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
encounterIdHistoryVersionIdGet
vread-instance: Read Encounter instance with specific version
/Encounter/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Encounter/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.EncounterApi;
import java.io.File;
import java.util.*;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.EncounterApi;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
EncounterApi *apiInstance = [[EncounterApi alloc] init];
// vread-instance: Read Encounter instance with specific version
[apiInstance encounterIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.EncounterApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.encounterIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class encounterIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new EncounterApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Encounter instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.encounterIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling EncounterApi.encounterIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiEncounterApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->encounterIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling EncounterApi->encounterIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::EncounterApi;
my $api_instance = WWW::SwaggerClient::EncounterApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->encounterIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling EncounterApi->encounterIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.EncounterApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Encounter instance with specific version
api_response = api_instance.encounter_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling EncounterApi->encounterIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
encounterPost
create-type: Create a new Encounter instance
/Encounter
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Encounter"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.EncounterApi;
import java.io.File;
import java.util.*;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Encounter\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.EncounterApi;
public class EncounterApiExample {
public static void main(String[] args) {
EncounterApi apiInstance = new EncounterApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Encounter\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.encounterPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling EncounterApi#encounterPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Encounter\"\n}"; // (optional)
EncounterApi *apiInstance = [[EncounterApi alloc] init];
// create-type: Create a new Encounter instance
[apiInstance encounterPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.EncounterApi()
var opts = {
'body': "{\n \"resourceType\": \"Encounter\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.encounterPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class encounterPostExample
{
public void main()
{
var apiInstance = new EncounterApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Encounter instance
FHIR-JSON-RESOURCE result = apiInstance.encounterPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling EncounterApi.encounterPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiEncounterApi();
$body = "{\n \"resourceType\": \"Encounter\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->encounterPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling EncounterApi->encounterPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::EncounterApi;
my $api_instance = WWW::SwaggerClient::EncounterApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->encounterPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling EncounterApi->encounterPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.EncounterApi()
body = "{\n \"resourceType\": \"Encounter\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Encounter instance
api_response = api_instance.encounter_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling EncounterApi->encounterPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Goal
goalGet
search-type: Search for Goal instances
This is a search type
/Goal
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Goal?identifier=&subject=&_lastUpdated=&_security=&start-date=&_filter=&lifecycle-status=&_profile=&achievement-status=&patient=&_tag=&_has=&_source=&_id=&_text=&_content=&category=&target-date="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GoalApi;
import java.io.File;
import java.util.*;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Who this goal is intended for
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | When goal pursuit begins
= ; // | Search the contents of the resource's data using a filter
= ; // | proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
= ; // | Profiles this resource claims to conform to
= ; // | in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | E.g. Treatment, dietary, behavioral, etc.
= ; // | Reach goal on or before
try {
FHIR-JSON-RESOURCE result = apiInstance.goalGet(, , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.GoalApi;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Who this goal is intended for
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | When goal pursuit begins
= ; // | Search the contents of the resource's data using a filter
= ; // | proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
= ; // | Profiles this resource claims to conform to
= ; // | in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | E.g. Treatment, dietary, behavioral, etc.
= ; // | Reach goal on or before
try {
FHIR-JSON-RESOURCE result = apiInstance.goalGet(, , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // Who this goal is intended for (optional)
* = ; // When the resource version last changed (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // When goal pursuit begins (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // E.g. Treatment, dietary, behavioral, etc. (optional)
* = ; // Reach goal on or before (optional)
GoalApi *apiInstance = [[GoalApi alloc] init];
// search-type: Search for Goal instances
[apiInstance goalGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.GoalApi()
var opts = {
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} Who this goal is intended for
'': , // {{}} When the resource version last changed
'': , // {{}} Security Labels applied to this resource
'': , // {{}} When goal pursuit begins
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} E.g. Treatment, dietary, behavioral, etc.
'': // {{}} Reach goal on or before
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.goalGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class goalGetExample
{
public void main()
{
var apiInstance = new GoalApi();
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | Who this goal is intended for (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | When goal pursuit begins (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | E.g. Treatment, dietary, behavioral, etc. (optional)
var = new (); // | Reach goal on or before (optional)
try
{
// search-type: Search for Goal instances
FHIR-JSON-RESOURCE result = apiInstance.goalGet(, , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling GoalApi.goalGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiGoalApi();
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | Who this goal is intended for
$ = ; // | When the resource version last changed
$ = ; // | Security Labels applied to this resource
$ = ; // | When goal pursuit begins
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
$ = ; // | Profiles this resource claims to conform to
$ = ; // | in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | E.g. Treatment, dietary, behavioral, etc.
$ = ; // | Reach goal on or before
try {
$result = $api_instance->goalGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GoalApi->goalGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GoalApi;
my $api_instance = WWW::SwaggerClient::GoalApi->new();
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | Who this goal is intended for
my $ = ; # | When the resource version last changed
my $ = ; # | Security Labels applied to this resource
my $ = ; # | When goal pursuit begins
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | E.g. Treatment, dietary, behavioral, etc.
my $ = ; # | Reach goal on or before
eval {
my $result = $api_instance->goalGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling GoalApi->goalGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GoalApi()
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | Who this goal is intended for (optional)
= # | When the resource version last changed (optional)
= # | Security Labels applied to this resource (optional)
= # | When goal pursuit begins (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected (optional)
= # | Profiles this resource claims to conform to (optional)
= # | in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | E.g. Treatment, dietary, behavioral, etc. (optional)
= # | Reach goal on or before (optional)
try:
# search-type: Search for Goal instances
api_response = api_instance.goal_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling GoalApi->goalGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
subject |
Who this goal is intended for
|
_lastUpdated |
When the resource version last changed
|
_security |
Security Labels applied to this resource
|
start-date |
|
_filter |
Search the contents of the resource's data using a filter
|
lifecycle-status |
proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
|
_profile |
Profiles this resource claims to conform to
|
achievement-status |
in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
category |
E.g. Treatment, dietary, behavioral, etc.
|
target-date |
|
Responses
Status: 200 - Success
goalHistoryGet
type-history: Fetch the resource change history for all resources of type Goal
/Goal/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Goal/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GoalApi;
import java.io.File;
import java.util.*;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.goalHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.GoalApi;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.goalHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalHistoryGet");
e.printStackTrace();
}
}
}
GoalApi *apiInstance = [[GoalApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Goal
[apiInstance goalHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.GoalApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.goalHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class goalHistoryGetExample
{
public void main()
{
var apiInstance = new GoalApi();
try
{
// type-history: Fetch the resource change history for all resources of type Goal
FHIR-JSON-RESOURCE result = apiInstance.goalHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling GoalApi.goalHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiGoalApi();
try {
$result = $api_instance->goalHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GoalApi->goalHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GoalApi;
my $api_instance = WWW::SwaggerClient::GoalApi->new();
eval {
my $result = $api_instance->goalHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling GoalApi->goalHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GoalApi()
try:
# type-history: Fetch the resource change history for all resources of type Goal
api_response = api_instance.goal_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling GoalApi->goalHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
goalIdGet
read-instance: Read Goal instance
/Goal/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Goal/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GoalApi;
import java.io.File;
import java.util.*;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.goalIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.GoalApi;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.goalIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
GoalApi *apiInstance = [[GoalApi alloc] init];
// read-instance: Read Goal instance
[apiInstance goalIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.GoalApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.goalIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class goalIdGetExample
{
public void main()
{
var apiInstance = new GoalApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Goal instance
FHIR-JSON-RESOURCE result = apiInstance.goalIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling GoalApi.goalIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiGoalApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->goalIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GoalApi->goalIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GoalApi;
my $api_instance = WWW::SwaggerClient::GoalApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->goalIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling GoalApi->goalIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GoalApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Goal instance
api_response = api_instance.goal_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling GoalApi->goalIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
goalIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Goal
/Goal/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Goal/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GoalApi;
import java.io.File;
import java.util.*;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.goalIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.GoalApi;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.goalIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
GoalApi *apiInstance = [[GoalApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Goal
[apiInstance goalIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.GoalApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.goalIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class goalIdHistoryGetExample
{
public void main()
{
var apiInstance = new GoalApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Goal
FHIR-JSON-RESOURCE result = apiInstance.goalIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling GoalApi.goalIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiGoalApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->goalIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GoalApi->goalIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GoalApi;
my $api_instance = WWW::SwaggerClient::GoalApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->goalIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling GoalApi->goalIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GoalApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Goal
api_response = api_instance.goal_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling GoalApi->goalIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
goalIdHistoryVersionIdGet
vread-instance: Read Goal instance with specific version
/Goal/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Goal/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GoalApi;
import java.io.File;
import java.util.*;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.goalIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.GoalApi;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.goalIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
GoalApi *apiInstance = [[GoalApi alloc] init];
// vread-instance: Read Goal instance with specific version
[apiInstance goalIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.GoalApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.goalIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class goalIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new GoalApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Goal instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.goalIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling GoalApi.goalIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiGoalApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->goalIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GoalApi->goalIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GoalApi;
my $api_instance = WWW::SwaggerClient::GoalApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->goalIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling GoalApi->goalIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GoalApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Goal instance with specific version
api_response = api_instance.goal_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling GoalApi->goalIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
goalPost
create-type: Create a new Goal instance
/Goal
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Goal"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.GoalApi;
import java.io.File;
import java.util.*;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Goal\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.goalPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.GoalApi;
public class GoalApiExample {
public static void main(String[] args) {
GoalApi apiInstance = new GoalApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Goal\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.goalPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GoalApi#goalPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Goal\"\n}"; // (optional)
GoalApi *apiInstance = [[GoalApi alloc] init];
// create-type: Create a new Goal instance
[apiInstance goalPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.GoalApi()
var opts = {
'body': "{\n \"resourceType\": \"Goal\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.goalPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class goalPostExample
{
public void main()
{
var apiInstance = new GoalApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Goal instance
FHIR-JSON-RESOURCE result = apiInstance.goalPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling GoalApi.goalPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiGoalApi();
$body = "{\n \"resourceType\": \"Goal\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->goalPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling GoalApi->goalPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::GoalApi;
my $api_instance = WWW::SwaggerClient::GoalApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->goalPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling GoalApi->goalPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.GoalApi()
body = "{\n \"resourceType\": \"Goal\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Goal instance
api_response = api_instance.goal_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling GoalApi->goalPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Immunization
immunizationGet
search-type: Search for Immunization instances
This is a search type
/Immunization
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Immunization?date=&lot-number=&_lastUpdated=&status-reason=&reason-code=&manufacturer=&patient=&reaction-date=&identifier=&performer=&reaction=&_security=&_filter=&_profile=&target-disease=&series=&_tag=&vaccine-code=&_has=&reason-reference=&_source=&location=&_id=&_text=&_content=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ImmunizationApi;
import java.io.File;
import java.util.*;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | Vaccine Lot Number
= ; // | When the resource version last changed
= ; // | Reason why the vaccine was not administered
= ; // | Reason why the vaccine was administered
= ; // | Vaccine Manufacturer
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | When reaction started
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | The practitioner or organization who played a role in the vaccination
= ; // | Additional information on reaction
= ; // | Security Labels applied to this resource
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | The target disease the dose is being administered against
= ; // | The series being followed by the provider
= ; // | Tags applied to this resource
= ; // | Vaccine Product Administered
= ; // | Return resources linked to by the given target
= ; // | Why immunization occurred
= ; // | Identifies where the resource comes from
= ; // | The service delivery location or facility in which the vaccine was / was to be administered
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Immunization event status
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ImmunizationApi;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | Vaccine Lot Number
= ; // | When the resource version last changed
= ; // | Reason why the vaccine was not administered
= ; // | Reason why the vaccine was administered
= ; // | Vaccine Manufacturer
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | When reaction started
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | The practitioner or organization who played a role in the vaccination
= ; // | Additional information on reaction
= ; // | Security Labels applied to this resource
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | The target disease the dose is being administered against
= ; // | The series being followed by the provider
= ; // | Tags applied to this resource
= ; // | Vaccine Product Administered
= ; // | Return resources linked to by the given target
= ; // | Why immunization occurred
= ; // | Identifies where the resource comes from
= ; // | The service delivery location or facility in which the vaccine was / was to be administered
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Immunization event status
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
* = ; // Vaccine Lot Number (optional)
* = ; // When the resource version last changed (optional)
* = ; // Reason why the vaccine was not administered (optional)
* = ; // Reason why the vaccine was administered (optional)
* = ; // Vaccine Manufacturer (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // When reaction started (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // The practitioner or organization who played a role in the vaccination (optional)
* = ; // Additional information on reaction (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // The target disease the dose is being administered against (optional)
* = ; // The series being followed by the provider (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Vaccine Product Administered (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Why immunization occurred (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // The service delivery location or facility in which the vaccine was / was to be administered (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Immunization event status (optional)
ImmunizationApi *apiInstance = [[ImmunizationApi alloc] init];
// search-type: Search for Immunization instances
[apiInstance immunizationGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ImmunizationApi()
var opts = {
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
'': , // {{}} Vaccine Lot Number
'': , // {{}} When the resource version last changed
'': , // {{}} Reason why the vaccine was not administered
'': , // {{}} Reason why the vaccine was administered
'': , // {{}} Vaccine Manufacturer
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} When reaction started
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} The practitioner or organization who played a role in the vaccination
'': , // {{}} Additional information on reaction
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} The target disease the dose is being administered against
'': , // {{}} The series being followed by the provider
'': , // {{}} Tags applied to this resource
'': , // {{}} Vaccine Product Administered
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Why immunization occurred
'': , // {{}} Identifies where the resource comes from
'': , // {{}} The service delivery location or facility in which the vaccine was / was to be administered
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} Immunization event status
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.immunizationGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class immunizationGetExample
{
public void main()
{
var apiInstance = new ImmunizationApi();
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
var = new (); // | Vaccine Lot Number (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Reason why the vaccine was not administered (optional)
var = new (); // | Reason why the vaccine was administered (optional)
var = new (); // | Vaccine Manufacturer (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | When reaction started (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | The practitioner or organization who played a role in the vaccination (optional)
var = new (); // | Additional information on reaction (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | The target disease the dose is being administered against (optional)
var = new (); // | The series being followed by the provider (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Vaccine Product Administered (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Why immunization occurred (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | The service delivery location or facility in which the vaccine was / was to be administered (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Immunization event status (optional)
try
{
// search-type: Search for Immunization instances
FHIR-JSON-RESOURCE result = apiInstance.immunizationGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ImmunizationApi.immunizationGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiImmunizationApi();
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
$ = ; // | Vaccine Lot Number
$ = ; // | When the resource version last changed
$ = ; // | Reason why the vaccine was not administered
$ = ; // | Reason why the vaccine was administered
$ = ; // | Vaccine Manufacturer
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | When reaction started
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | The practitioner or organization who played a role in the vaccination
$ = ; // | Additional information on reaction
$ = ; // | Security Labels applied to this resource
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | The target disease the dose is being administered against
$ = ; // | The series being followed by the provider
$ = ; // | Tags applied to this resource
$ = ; // | Vaccine Product Administered
$ = ; // | Return resources linked to by the given target
$ = ; // | Why immunization occurred
$ = ; // | Identifies where the resource comes from
$ = ; // | The service delivery location or facility in which the vaccine was / was to be administered
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Immunization event status
try {
$result = $api_instance->immunizationGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ImmunizationApi->immunizationGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ImmunizationApi;
my $api_instance = WWW::SwaggerClient::ImmunizationApi->new();
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
my $ = ; # | Vaccine Lot Number
my $ = ; # | When the resource version last changed
my $ = ; # | Reason why the vaccine was not administered
my $ = ; # | Reason why the vaccine was administered
my $ = ; # | Vaccine Manufacturer
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | When reaction started
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | The practitioner or organization who played a role in the vaccination
my $ = ; # | Additional information on reaction
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | The target disease the dose is being administered against
my $ = ; # | The series being followed by the provider
my $ = ; # | Tags applied to this resource
my $ = ; # | Vaccine Product Administered
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Why immunization occurred
my $ = ; # | Identifies where the resource comes from
my $ = ; # | The service delivery location or facility in which the vaccine was / was to be administered
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Immunization event status
eval {
my $result = $api_instance->immunizationGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ImmunizationApi->immunizationGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ImmunizationApi()
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
= # | Vaccine Lot Number (optional)
= # | When the resource version last changed (optional)
= # | Reason why the vaccine was not administered (optional)
= # | Reason why the vaccine was administered (optional)
= # | Vaccine Manufacturer (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | When reaction started (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | The practitioner or organization who played a role in the vaccination (optional)
= # | Additional information on reaction (optional)
= # | Security Labels applied to this resource (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | The target disease the dose is being administered against (optional)
= # | The series being followed by the provider (optional)
= # | Tags applied to this resource (optional)
= # | Vaccine Product Administered (optional)
= # | Return resources linked to by the given target (optional)
= # | Why immunization occurred (optional)
= # | Identifies where the resource comes from (optional)
= # | The service delivery location or facility in which the vaccine was / was to be administered (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Immunization event status (optional)
try:
# search-type: Search for Immunization instances
api_response = api_instance.immunization_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling ImmunizationApi->immunizationGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
|
lot-number |
|
_lastUpdated |
When the resource version last changed
|
status-reason |
Reason why the vaccine was not administered
|
reason-code |
Reason why the vaccine was administered
|
manufacturer |
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
reaction-date |
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
performer |
The practitioner or organization who played a role in the vaccination
|
reaction |
Additional information on reaction
|
_security |
Security Labels applied to this resource
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
target-disease |
The target disease the dose is being administered against
|
series |
The series being followed by the provider
|
_tag |
Tags applied to this resource
|
vaccine-code |
Vaccine Product Administered
|
_has |
Return resources linked to by the given target
|
reason-reference |
Why immunization occurred
|
_source |
Identifies where the resource comes from
|
location |
The service delivery location or facility in which the vaccine was / was to be administered
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
status |
Immunization event status
|
Responses
Status: 200 - Success
immunizationHistoryGet
type-history: Fetch the resource change history for all resources of type Immunization
/Immunization/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Immunization/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ImmunizationApi;
import java.io.File;
import java.util.*;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ImmunizationApi;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationHistoryGet");
e.printStackTrace();
}
}
}
ImmunizationApi *apiInstance = [[ImmunizationApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Immunization
[apiInstance immunizationHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ImmunizationApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.immunizationHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class immunizationHistoryGetExample
{
public void main()
{
var apiInstance = new ImmunizationApi();
try
{
// type-history: Fetch the resource change history for all resources of type Immunization
FHIR-JSON-RESOURCE result = apiInstance.immunizationHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ImmunizationApi.immunizationHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiImmunizationApi();
try {
$result = $api_instance->immunizationHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ImmunizationApi->immunizationHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ImmunizationApi;
my $api_instance = WWW::SwaggerClient::ImmunizationApi->new();
eval {
my $result = $api_instance->immunizationHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling ImmunizationApi->immunizationHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ImmunizationApi()
try:
# type-history: Fetch the resource change history for all resources of type Immunization
api_response = api_instance.immunization_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling ImmunizationApi->immunizationHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
immunizationIdGet
read-instance: Read Immunization instance
/Immunization/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Immunization/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ImmunizationApi;
import java.io.File;
import java.util.*;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ImmunizationApi;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ImmunizationApi *apiInstance = [[ImmunizationApi alloc] init];
// read-instance: Read Immunization instance
[apiInstance immunizationIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ImmunizationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.immunizationIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class immunizationIdGetExample
{
public void main()
{
var apiInstance = new ImmunizationApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Immunization instance
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ImmunizationApi.immunizationIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiImmunizationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->immunizationIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ImmunizationApi->immunizationIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ImmunizationApi;
my $api_instance = WWW::SwaggerClient::ImmunizationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->immunizationIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ImmunizationApi->immunizationIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ImmunizationApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Immunization instance
api_response = api_instance.immunization_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ImmunizationApi->immunizationIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
immunizationIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Immunization
/Immunization/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Immunization/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ImmunizationApi;
import java.io.File;
import java.util.*;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ImmunizationApi;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ImmunizationApi *apiInstance = [[ImmunizationApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Immunization
[apiInstance immunizationIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ImmunizationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.immunizationIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class immunizationIdHistoryGetExample
{
public void main()
{
var apiInstance = new ImmunizationApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Immunization
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ImmunizationApi.immunizationIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiImmunizationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->immunizationIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ImmunizationApi->immunizationIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ImmunizationApi;
my $api_instance = WWW::SwaggerClient::ImmunizationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->immunizationIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ImmunizationApi->immunizationIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ImmunizationApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Immunization
api_response = api_instance.immunization_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ImmunizationApi->immunizationIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
immunizationIdHistoryVersionIdGet
vread-instance: Read Immunization instance with specific version
/Immunization/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Immunization/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ImmunizationApi;
import java.io.File;
import java.util.*;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ImmunizationApi;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
ImmunizationApi *apiInstance = [[ImmunizationApi alloc] init];
// vread-instance: Read Immunization instance with specific version
[apiInstance immunizationIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ImmunizationApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.immunizationIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class immunizationIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new ImmunizationApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Immunization instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.immunizationIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ImmunizationApi.immunizationIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiImmunizationApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->immunizationIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ImmunizationApi->immunizationIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ImmunizationApi;
my $api_instance = WWW::SwaggerClient::ImmunizationApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->immunizationIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ImmunizationApi->immunizationIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ImmunizationApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Immunization instance with specific version
api_response = api_instance.immunization_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling ImmunizationApi->immunizationIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
immunizationPost
create-type: Create a new Immunization instance
/Immunization
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Immunization"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ImmunizationApi;
import java.io.File;
import java.util.*;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Immunization\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ImmunizationApi;
public class ImmunizationApiExample {
public static void main(String[] args) {
ImmunizationApi apiInstance = new ImmunizationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Immunization\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.immunizationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ImmunizationApi#immunizationPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Immunization\"\n}"; // (optional)
ImmunizationApi *apiInstance = [[ImmunizationApi alloc] init];
// create-type: Create a new Immunization instance
[apiInstance immunizationPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ImmunizationApi()
var opts = {
'body': "{\n \"resourceType\": \"Immunization\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.immunizationPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class immunizationPostExample
{
public void main()
{
var apiInstance = new ImmunizationApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Immunization instance
FHIR-JSON-RESOURCE result = apiInstance.immunizationPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ImmunizationApi.immunizationPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiImmunizationApi();
$body = "{\n \"resourceType\": \"Immunization\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->immunizationPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ImmunizationApi->immunizationPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ImmunizationApi;
my $api_instance = WWW::SwaggerClient::ImmunizationApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->immunizationPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ImmunizationApi->immunizationPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ImmunizationApi()
body = "{\n \"resourceType\": \"Immunization\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Immunization instance
api_response = api_instance.immunization_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling ImmunizationApi->immunizationPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Location
locationGet
search-type: Search for Location instances
This is a search type
/Location
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Location?address-state=&_lastUpdated=&operational-status=&type=&address-country=&endpoint=&near=&address-city=&identifier=&partof=&address=&_security=&address-postalcode=&_filter=&_profile=&_tag=&organization=&_has=&address-use=&name=&_source=&_id=&_text=&_content=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.LocationApi;
import java.io.File;
import java.util.*;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
= ; // | A state specified in an address
= ; // | When the resource version last changed
= ; // | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
= ; // | A code for the type of location
= ; // | A country specified in an address
= ; // | Technical endpoints providing access to services operated for the location
= ; // | Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also
= ; // | A city specified in an address
= ; // | An identifier for the location
= ; // | A location of which this location is a part
= ; // | A (part of the) address of the location
= ; // | Security Labels applied to this resource
= ; // | A postal code specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Searches for locations that are managed by the provided organization
= ; // | Return resources linked to by the given target
= ; // | A use code specified in an address
= ; // | A portion of the location's name or alias
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Searches for locations with a specific kind of status
try {
FHIR-JSON-RESOURCE result = apiInstance.locationGet(, , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.LocationApi;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
= ; // | A state specified in an address
= ; // | When the resource version last changed
= ; // | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
= ; // | A code for the type of location
= ; // | A country specified in an address
= ; // | Technical endpoints providing access to services operated for the location
= ; // | Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also
= ; // | A city specified in an address
= ; // | An identifier for the location
= ; // | A location of which this location is a part
= ; // | A (part of the) address of the location
= ; // | Security Labels applied to this resource
= ; // | A postal code specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Searches for locations that are managed by the provided organization
= ; // | Return resources linked to by the given target
= ; // | A use code specified in an address
= ; // | A portion of the location's name or alias
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Searches for locations with a specific kind of status
try {
FHIR-JSON-RESOURCE result = apiInstance.locationGet(, , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationGet");
e.printStackTrace();
}
}
}
* = ; // A state specified in an address (optional)
* = ; // When the resource version last changed (optional)
* = ; // Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping) (optional)
* = ; // A code for the type of location (optional)
* = ; // A country specified in an address (optional)
* = ; // Technical endpoints providing access to services operated for the location (optional)
* = ; // Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also (optional)
* = ; // A city specified in an address (optional)
* = ; // An identifier for the location (optional)
* = ; // A location of which this location is a part (optional)
* = ; // A (part of the) address of the location (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // A postal code specified in an address (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Searches for locations that are managed by the provided organization (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // A use code specified in an address (optional)
* = ; // A portion of the location's name or alias (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Searches for locations with a specific kind of status (optional)
LocationApi *apiInstance = [[LocationApi alloc] init];
// search-type: Search for Location instances
[apiInstance locationGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.LocationApi()
var opts = {
'': , // {{}} A state specified in an address
'': , // {{}} When the resource version last changed
'': , // {{}} Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
'': , // {{}} A code for the type of location
'': , // {{}} A country specified in an address
'': , // {{}} Technical endpoints providing access to services operated for the location
'': , // {{}} Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also
'': , // {{}} A city specified in an address
'': , // {{}} An identifier for the location
'': , // {{}} A location of which this location is a part
'': , // {{}} A (part of the) address of the location
'': , // {{}} Security Labels applied to this resource
'': , // {{}} A postal code specified in an address
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Searches for locations that are managed by the provided organization
'': , // {{}} Return resources linked to by the given target
'': , // {{}} A use code specified in an address
'': , // {{}} A portion of the location's name or alias
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} Searches for locations with a specific kind of status
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.locationGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class locationGetExample
{
public void main()
{
var apiInstance = new LocationApi();
var = new (); // | A state specified in an address (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping) (optional)
var = new (); // | A code for the type of location (optional)
var = new (); // | A country specified in an address (optional)
var = new (); // | Technical endpoints providing access to services operated for the location (optional)
var = new (); // | Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also (optional)
var = new (); // | A city specified in an address (optional)
var = new (); // | An identifier for the location (optional)
var = new (); // | A location of which this location is a part (optional)
var = new (); // | A (part of the) address of the location (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | A postal code specified in an address (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Searches for locations that are managed by the provided organization (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | A use code specified in an address (optional)
var = new (); // | A portion of the location's name or alias (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Searches for locations with a specific kind of status (optional)
try
{
// search-type: Search for Location instances
FHIR-JSON-RESOURCE result = apiInstance.locationGet(, , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling LocationApi.locationGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiLocationApi();
$ = ; // | A state specified in an address
$ = ; // | When the resource version last changed
$ = ; // | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
$ = ; // | A code for the type of location
$ = ; // | A country specified in an address
$ = ; // | Technical endpoints providing access to services operated for the location
$ = ; // | Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also
$ = ; // | A city specified in an address
$ = ; // | An identifier for the location
$ = ; // | A location of which this location is a part
$ = ; // | A (part of the) address of the location
$ = ; // | Security Labels applied to this resource
$ = ; // | A postal code specified in an address
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Searches for locations that are managed by the provided organization
$ = ; // | Return resources linked to by the given target
$ = ; // | A use code specified in an address
$ = ; // | A portion of the location's name or alias
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Searches for locations with a specific kind of status
try {
$result = $api_instance->locationGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling LocationApi->locationGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::LocationApi;
my $api_instance = WWW::SwaggerClient::LocationApi->new();
my $ = ; # | A state specified in an address
my $ = ; # | When the resource version last changed
my $ = ; # | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
my $ = ; # | A code for the type of location
my $ = ; # | A country specified in an address
my $ = ; # | Technical endpoints providing access to services operated for the location
my $ = ; # | Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also
my $ = ; # | A city specified in an address
my $ = ; # | An identifier for the location
my $ = ; # | A location of which this location is a part
my $ = ; # | A (part of the) address of the location
my $ = ; # | Security Labels applied to this resource
my $ = ; # | A postal code specified in an address
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Searches for locations that are managed by the provided organization
my $ = ; # | Return resources linked to by the given target
my $ = ; # | A use code specified in an address
my $ = ; # | A portion of the location's name or alias
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Searches for locations with a specific kind of status
eval {
my $result = $api_instance->locationGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling LocationApi->locationGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LocationApi()
= # | A state specified in an address (optional)
= # | When the resource version last changed (optional)
= # | Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping) (optional)
= # | A code for the type of location (optional)
= # | A country specified in an address (optional)
= # | Technical endpoints providing access to services operated for the location (optional)
= # | Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also (optional)
= # | A city specified in an address (optional)
= # | An identifier for the location (optional)
= # | A location of which this location is a part (optional)
= # | A (part of the) address of the location (optional)
= # | Security Labels applied to this resource (optional)
= # | A postal code specified in an address (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Searches for locations that are managed by the provided organization (optional)
= # | Return resources linked to by the given target (optional)
= # | A use code specified in an address (optional)
= # | A portion of the location's name or alias (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Searches for locations with a specific kind of status (optional)
try:
# search-type: Search for Location instances
api_response = api_instance.location_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationApi->locationGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
address-state |
A state specified in an address
|
_lastUpdated |
When the resource version last changed
|
operational-status |
Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)
|
type |
A code for the type of location
|
address-country |
A country specified in an address
|
endpoint |
Technical endpoints providing access to services operated for the location
|
near |
Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).
If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)
Servers may search using various techniques that might have differing accuracies, depending on implementation efficiency.
Requires the near-distance parameter to be provided also
|
address-city |
A city specified in an address
|
identifier |
An identifier for the location
|
partof |
A location of which this location is a part
|
address |
A (part of the) address of the location
|
_security |
Security Labels applied to this resource
|
address-postalcode |
A postal code specified in an address
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
organization |
Searches for locations that are managed by the provided organization
|
_has |
Return resources linked to by the given target
|
address-use |
A use code specified in an address
|
name |
A portion of the location's name or alias
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
status |
Searches for locations with a specific kind of status
|
Responses
Status: 200 - Success
locationHistoryGet
type-history: Fetch the resource change history for all resources of type Location
/Location/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Location/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.LocationApi;
import java.io.File;
import java.util.*;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.locationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.LocationApi;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.locationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationHistoryGet");
e.printStackTrace();
}
}
}
LocationApi *apiInstance = [[LocationApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Location
[apiInstance locationHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.LocationApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.locationHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class locationHistoryGetExample
{
public void main()
{
var apiInstance = new LocationApi();
try
{
// type-history: Fetch the resource change history for all resources of type Location
FHIR-JSON-RESOURCE result = apiInstance.locationHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling LocationApi.locationHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiLocationApi();
try {
$result = $api_instance->locationHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling LocationApi->locationHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::LocationApi;
my $api_instance = WWW::SwaggerClient::LocationApi->new();
eval {
my $result = $api_instance->locationHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling LocationApi->locationHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LocationApi()
try:
# type-history: Fetch the resource change history for all resources of type Location
api_response = api_instance.location_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationApi->locationHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
locationIdGet
read-instance: Read Location instance
/Location/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Location/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.LocationApi;
import java.io.File;
import java.util.*;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.locationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.LocationApi;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.locationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
LocationApi *apiInstance = [[LocationApi alloc] init];
// read-instance: Read Location instance
[apiInstance locationIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.LocationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.locationIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class locationIdGetExample
{
public void main()
{
var apiInstance = new LocationApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Location instance
FHIR-JSON-RESOURCE result = apiInstance.locationIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling LocationApi.locationIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiLocationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->locationIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling LocationApi->locationIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::LocationApi;
my $api_instance = WWW::SwaggerClient::LocationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->locationIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling LocationApi->locationIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LocationApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Location instance
api_response = api_instance.location_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationApi->locationIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
locationIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Location
/Location/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Location/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.LocationApi;
import java.io.File;
import java.util.*;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.locationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.LocationApi;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.locationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
LocationApi *apiInstance = [[LocationApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Location
[apiInstance locationIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.LocationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.locationIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class locationIdHistoryGetExample
{
public void main()
{
var apiInstance = new LocationApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Location
FHIR-JSON-RESOURCE result = apiInstance.locationIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling LocationApi.locationIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiLocationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->locationIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling LocationApi->locationIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::LocationApi;
my $api_instance = WWW::SwaggerClient::LocationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->locationIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling LocationApi->locationIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LocationApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Location
api_response = api_instance.location_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationApi->locationIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
locationIdHistoryVersionIdGet
vread-instance: Read Location instance with specific version
/Location/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Location/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.LocationApi;
import java.io.File;
import java.util.*;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.locationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.LocationApi;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.locationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
LocationApi *apiInstance = [[LocationApi alloc] init];
// vread-instance: Read Location instance with specific version
[apiInstance locationIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.LocationApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.locationIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class locationIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new LocationApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Location instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.locationIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling LocationApi.locationIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiLocationApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->locationIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling LocationApi->locationIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::LocationApi;
my $api_instance = WWW::SwaggerClient::LocationApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->locationIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling LocationApi->locationIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LocationApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Location instance with specific version
api_response = api_instance.location_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationApi->locationIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
locationPost
create-type: Create a new Location instance
/Location
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Location"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.LocationApi;
import java.io.File;
import java.util.*;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Location\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.locationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.LocationApi;
public class LocationApiExample {
public static void main(String[] args) {
LocationApi apiInstance = new LocationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Location\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.locationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling LocationApi#locationPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Location\"\n}"; // (optional)
LocationApi *apiInstance = [[LocationApi alloc] init];
// create-type: Create a new Location instance
[apiInstance locationPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.LocationApi()
var opts = {
'body': "{\n \"resourceType\": \"Location\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.locationPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class locationPostExample
{
public void main()
{
var apiInstance = new LocationApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Location instance
FHIR-JSON-RESOURCE result = apiInstance.locationPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling LocationApi.locationPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiLocationApi();
$body = "{\n \"resourceType\": \"Location\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->locationPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling LocationApi->locationPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::LocationApi;
my $api_instance = WWW::SwaggerClient::LocationApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->locationPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling LocationApi->locationPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.LocationApi()
body = "{\n \"resourceType\": \"Location\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Location instance
api_response = api_instance.location_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling LocationApi->locationPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Medication
medicationGet
search-type: Search for Medication instances
This is a search type
/Medication
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Medication?identifier=&code=&ingredient=&lot-number=&_lastUpdated=&_security=&manufacturer=&_filter=&ingredient-code=&_profile=&form=&_tag=&_has=&_source=&_id=&_text=&_content=&expiration-date=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationApi;
import java.io.File;
import java.util.*;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
= ; // | Returns medications with this external identifier
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Returns medications for this ingredient reference
= ; // | Returns medications in a batch with this lot number
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Returns medications made or sold for this manufacturer
= ; // | Search the contents of the resource's data using a filter
= ; // | Returns medications for this ingredient code
= ; // | Profiles this resource claims to conform to
= ; // | Returns medications for a specific dose form
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Returns medications in a batch with this expiration date
= ; // | Returns medications for this status
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationGet(, , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationApi;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
= ; // | Returns medications with this external identifier
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Returns medications for this ingredient reference
= ; // | Returns medications in a batch with this lot number
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Returns medications made or sold for this manufacturer
= ; // | Search the contents of the resource's data using a filter
= ; // | Returns medications for this ingredient code
= ; // | Profiles this resource claims to conform to
= ; // | Returns medications for a specific dose form
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Returns medications in a batch with this expiration date
= ; // | Returns medications for this status
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationGet(, , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationGet");
e.printStackTrace();
}
}
}
* = ; // Returns medications with this external identifier (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
* = ; // Returns medications for this ingredient reference (optional)
* = ; // Returns medications in a batch with this lot number (optional)
* = ; // When the resource version last changed (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Returns medications made or sold for this manufacturer (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Returns medications for this ingredient code (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Returns medications for a specific dose form (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Returns medications in a batch with this expiration date (optional)
* = ; // Returns medications for this status (optional)
MedicationApi *apiInstance = [[MedicationApi alloc] init];
// search-type: Search for Medication instances
[apiInstance medicationGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationApi()
var opts = {
'': , // {{}} Returns medications with this external identifier
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
'': , // {{}} Returns medications for this ingredient reference
'': , // {{}} Returns medications in a batch with this lot number
'': , // {{}} When the resource version last changed
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Returns medications made or sold for this manufacturer
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Returns medications for this ingredient code
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Returns medications for a specific dose form
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} Returns medications in a batch with this expiration date
'': // {{}} Returns medications for this status
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationGetExample
{
public void main()
{
var apiInstance = new MedicationApi();
var = new (); // | Returns medications with this external identifier (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
var = new (); // | Returns medications for this ingredient reference (optional)
var = new (); // | Returns medications in a batch with this lot number (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Returns medications made or sold for this manufacturer (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Returns medications for this ingredient code (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Returns medications for a specific dose form (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Returns medications in a batch with this expiration date (optional)
var = new (); // | Returns medications for this status (optional)
try
{
// search-type: Search for Medication instances
FHIR-JSON-RESOURCE result = apiInstance.medicationGet(, , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationApi.medicationGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationApi();
$ = ; // | Returns medications with this external identifier
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
$ = ; // | Returns medications for this ingredient reference
$ = ; // | Returns medications in a batch with this lot number
$ = ; // | When the resource version last changed
$ = ; // | Security Labels applied to this resource
$ = ; // | Returns medications made or sold for this manufacturer
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Returns medications for this ingredient code
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Returns medications for a specific dose form
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Returns medications in a batch with this expiration date
$ = ; // | Returns medications for this status
try {
$result = $api_instance->medicationGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationApi->medicationGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationApi;
my $api_instance = WWW::SwaggerClient::MedicationApi->new();
my $ = ; # | Returns medications with this external identifier
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
my $ = ; # | Returns medications for this ingredient reference
my $ = ; # | Returns medications in a batch with this lot number
my $ = ; # | When the resource version last changed
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Returns medications made or sold for this manufacturer
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Returns medications for this ingredient code
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Returns medications for a specific dose form
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Returns medications in a batch with this expiration date
my $ = ; # | Returns medications for this status
eval {
my $result = $api_instance->medicationGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationApi->medicationGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationApi()
= # | Returns medications with this external identifier (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
= # | Returns medications for this ingredient reference (optional)
= # | Returns medications in a batch with this lot number (optional)
= # | When the resource version last changed (optional)
= # | Security Labels applied to this resource (optional)
= # | Returns medications made or sold for this manufacturer (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Returns medications for this ingredient code (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Returns medications for a specific dose form (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Returns medications in a batch with this expiration date (optional)
= # | Returns medications for this status (optional)
try:
# search-type: Search for Medication instances
api_response = api_instance.medication_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationApi->medicationGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
identifier |
Returns medications with this external identifier
|
code |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
|
ingredient |
Returns medications for this ingredient reference
|
lot-number |
Returns medications in a batch with this lot number
|
_lastUpdated |
When the resource version last changed
|
_security |
Security Labels applied to this resource
|
manufacturer |
Returns medications made or sold for this manufacturer
|
_filter |
Search the contents of the resource's data using a filter
|
ingredient-code |
Returns medications for this ingredient code
|
_profile |
Profiles this resource claims to conform to
|
form |
Returns medications for a specific dose form
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
expiration-date |
Returns medications in a batch with this expiration date
|
status |
Returns medications for this status
|
Responses
Status: 200 - Success
medicationHistoryGet
type-history: Fetch the resource change history for all resources of type Medication
/Medication/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Medication/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationApi;
import java.io.File;
import java.util.*;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationApi;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationHistoryGet");
e.printStackTrace();
}
}
}
MedicationApi *apiInstance = [[MedicationApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Medication
[apiInstance medicationHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationHistoryGetExample
{
public void main()
{
var apiInstance = new MedicationApi();
try
{
// type-history: Fetch the resource change history for all resources of type Medication
FHIR-JSON-RESOURCE result = apiInstance.medicationHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationApi.medicationHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationApi();
try {
$result = $api_instance->medicationHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationApi->medicationHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationApi;
my $api_instance = WWW::SwaggerClient::MedicationApi->new();
eval {
my $result = $api_instance->medicationHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationApi->medicationHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationApi()
try:
# type-history: Fetch the resource change history for all resources of type Medication
api_response = api_instance.medication_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationApi->medicationHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
medicationIdGet
read-instance: Read Medication instance
/Medication/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Medication/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationApi;
import java.io.File;
import java.util.*;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationApi;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
MedicationApi *apiInstance = [[MedicationApi alloc] init];
// read-instance: Read Medication instance
[apiInstance medicationIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationIdGetExample
{
public void main()
{
var apiInstance = new MedicationApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Medication instance
FHIR-JSON-RESOURCE result = apiInstance.medicationIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationApi.medicationIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->medicationIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationApi->medicationIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationApi;
my $api_instance = WWW::SwaggerClient::MedicationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->medicationIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationApi->medicationIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Medication instance
api_response = api_instance.medication_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationApi->medicationIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
medicationIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Medication
/Medication/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Medication/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationApi;
import java.io.File;
import java.util.*;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationApi;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
MedicationApi *apiInstance = [[MedicationApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Medication
[apiInstance medicationIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationIdHistoryGetExample
{
public void main()
{
var apiInstance = new MedicationApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Medication
FHIR-JSON-RESOURCE result = apiInstance.medicationIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationApi.medicationIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->medicationIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationApi->medicationIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationApi;
my $api_instance = WWW::SwaggerClient::MedicationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->medicationIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationApi->medicationIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Medication
api_response = api_instance.medication_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationApi->medicationIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
medicationIdHistoryVersionIdGet
vread-instance: Read Medication instance with specific version
/Medication/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Medication/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationApi;
import java.io.File;
import java.util.*;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationApi;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
MedicationApi *apiInstance = [[MedicationApi alloc] init];
// vread-instance: Read Medication instance with specific version
[apiInstance medicationIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new MedicationApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Medication instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.medicationIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationApi.medicationIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->medicationIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationApi->medicationIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationApi;
my $api_instance = WWW::SwaggerClient::MedicationApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->medicationIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationApi->medicationIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Medication instance with specific version
api_response = api_instance.medication_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationApi->medicationIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
medicationPost
create-type: Create a new Medication instance
/Medication
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Medication"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationApi;
import java.io.File;
import java.util.*;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Medication\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationApi;
public class MedicationApiExample {
public static void main(String[] args) {
MedicationApi apiInstance = new MedicationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Medication\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationApi#medicationPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Medication\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // (optional)
MedicationApi *apiInstance = [[MedicationApi alloc] init];
// create-type: Create a new Medication instance
[apiInstance medicationPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationApi()
var opts = {
'body': "{\n \"resourceType\": \"Medication\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationPostExample
{
public void main()
{
var apiInstance = new MedicationApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Medication instance
FHIR-JSON-RESOURCE result = apiInstance.medicationPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationApi.medicationPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationApi();
$body = "{\n \"resourceType\": \"Medication\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->medicationPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationApi->medicationPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationApi;
my $api_instance = WWW::SwaggerClient::MedicationApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->medicationPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationApi->medicationPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationApi()
body = "{\n \"resourceType\": \"Medication\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Medication instance
api_response = api_instance.medication_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationApi->medicationPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
MedicationRequest
medicationRequestGet
search-type: Search for MedicationRequest instances
This is a search type
/MedicationRequest
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/MedicationRequest?date=&code=&authoredon=&subject=&_lastUpdated=&patient=&intended-performer=&intended-performertype=&requester=&identifier=&intended-dispenser=&_security=&medication=&encounter=&priority=&intent=&_filter=&_profile=&_tag=&_has=&_source=&_id=&_text=&_content=&category=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationRequestApi;
import java.io.File;
import java.util.*;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
= ; // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Return prescriptions written on this date
= ; // | The identity of a patient to list orders for
= ; // | When the resource version last changed
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Returns the intended performer of the administration of the medication request
= ; // | Returns requests for a specific type of performer
= ; // | Returns prescriptions prescribed by this prescriber
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Returns prescriptions intended to be dispensed by this Organization
= ; // | Security Labels applied to this resource
= ; // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference
= ; // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier
= ; // | Returns prescriptions with different priorities
= ; // | Returns prescriptions with different intents
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Returns prescriptions with different categories
= ; // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationRequestApi;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
= ; // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Return prescriptions written on this date
= ; // | The identity of a patient to list orders for
= ; // | When the resource version last changed
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Returns the intended performer of the administration of the medication request
= ; // | Returns requests for a specific type of performer
= ; // | Returns prescriptions prescribed by this prescriber
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Returns prescriptions intended to be dispensed by this Organization
= ; // | Security Labels applied to this resource
= ; // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference
= ; // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier
= ; // | Returns prescriptions with different priorities
= ; // | Returns prescriptions with different intents
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Returns prescriptions with different categories
= ; // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
* = ; // Return prescriptions written on this date (optional)
* = ; // The identity of a patient to list orders for (optional)
* = ; // When the resource version last changed (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Returns the intended performer of the administration of the medication request (optional)
* = ; // Returns requests for a specific type of performer (optional)
* = ; // Returns prescriptions prescribed by this prescriber (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // Returns prescriptions intended to be dispensed by this Organization (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference (optional)
* = ; // Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier (optional)
* = ; // Returns prescriptions with different priorities (optional)
* = ; // Returns prescriptions with different intents (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Returns prescriptions with different categories (optional)
* = ; // Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status (optional)
MedicationRequestApi *apiInstance = [[MedicationRequestApi alloc] init];
// search-type: Search for MedicationRequest instances
[apiInstance medicationRequestGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationRequestApi()
var opts = {
'': , // {{}} Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
'': , // {{}} Return prescriptions written on this date
'': , // {{}} The identity of a patient to list orders for
'': , // {{}} When the resource version last changed
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Returns the intended performer of the administration of the medication request
'': , // {{}} Returns requests for a specific type of performer
'': , // {{}} Returns prescriptions prescribed by this prescriber
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} Returns prescriptions intended to be dispensed by this Organization
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference
'': , // {{}} Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier
'': , // {{}} Returns prescriptions with different priorities
'': , // {{}} Returns prescriptions with different intents
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} Returns prescriptions with different categories
'': // {{}} Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationRequestGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationRequestGetExample
{
public void main()
{
var apiInstance = new MedicationRequestApi();
var = new (); // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
var = new (); // | Return prescriptions written on this date (optional)
var = new (); // | The identity of a patient to list orders for (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Returns the intended performer of the administration of the medication request (optional)
var = new (); // | Returns requests for a specific type of performer (optional)
var = new (); // | Returns prescriptions prescribed by this prescriber (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | Returns prescriptions intended to be dispensed by this Organization (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference (optional)
var = new (); // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier (optional)
var = new (); // | Returns prescriptions with different priorities (optional)
var = new (); // | Returns prescriptions with different intents (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Returns prescriptions with different categories (optional)
var = new (); // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status (optional)
try
{
// search-type: Search for MedicationRequest instances
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationRequestApi.medicationRequestGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationRequestApi();
$ = ; // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
$ = ; // | Return prescriptions written on this date
$ = ; // | The identity of a patient to list orders for
$ = ; // | When the resource version last changed
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Returns the intended performer of the administration of the medication request
$ = ; // | Returns requests for a specific type of performer
$ = ; // | Returns prescriptions prescribed by this prescriber
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | Returns prescriptions intended to be dispensed by this Organization
$ = ; // | Security Labels applied to this resource
$ = ; // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference
$ = ; // | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier
$ = ; // | Returns prescriptions with different priorities
$ = ; // | Returns prescriptions with different intents
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Returns prescriptions with different categories
$ = ; // | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status
try {
$result = $api_instance->medicationRequestGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationRequestApi->medicationRequestGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationRequestApi;
my $api_instance = WWW::SwaggerClient::MedicationRequestApi->new();
my $ = ; # | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
my $ = ; # | Return prescriptions written on this date
my $ = ; # | The identity of a patient to list orders for
my $ = ; # | When the resource version last changed
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Returns the intended performer of the administration of the medication request
my $ = ; # | Returns requests for a specific type of performer
my $ = ; # | Returns prescriptions prescribed by this prescriber
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | Returns prescriptions intended to be dispensed by this Organization
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference
my $ = ; # | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier
my $ = ; # | Returns prescriptions with different priorities
my $ = ; # | Returns prescriptions with different intents
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Returns prescriptions with different categories
my $ = ; # | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status
eval {
my $result = $api_instance->medicationRequestGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationRequestApi->medicationRequestGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationRequestApi()
= # | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
= # | Return prescriptions written on this date (optional)
= # | The identity of a patient to list orders for (optional)
= # | When the resource version last changed (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Returns the intended performer of the administration of the medication request (optional)
= # | Returns requests for a specific type of performer (optional)
= # | Returns prescriptions prescribed by this prescriber (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | Returns prescriptions intended to be dispensed by this Organization (optional)
= # | Security Labels applied to this resource (optional)
= # | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference (optional)
= # | Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier (optional)
= # | Returns prescriptions with different priorities (optional)
= # | Returns prescriptions with different intents (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Returns prescriptions with different categories (optional)
= # | Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status (optional)
try:
# search-type: Search for MedicationRequest instances
api_response = api_instance.medication_request_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationRequestApi->medicationRequestGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
Multiple Resources:
* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date
|
code |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
|
authoredon |
Return prescriptions written on this date
|
subject |
The identity of a patient to list orders for
|
_lastUpdated |
When the resource version last changed
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
intended-performer |
Returns the intended performer of the administration of the medication request
|
intended-performertype |
Returns requests for a specific type of performer
|
requester |
Returns prescriptions prescribed by this prescriber
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
intended-dispenser |
Returns prescriptions intended to be dispensed by this Organization
|
_security |
Security Labels applied to this resource
|
medication |
Multiple Resources:
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource
* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference
* [MedicationStatement](medicationstatement.html): Return statements of this medication reference
|
encounter |
Multiple Resources:
* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier
|
priority |
Returns prescriptions with different priorities
|
intent |
Returns prescriptions with different intents
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
category |
Returns prescriptions with different categories
|
status |
Multiple Resources:
* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)
* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status
* [MedicationRequest](medicationrequest.html): Status of the prescription
* [MedicationStatement](medicationstatement.html): Return statements that match the given status
|
Responses
Status: 200 - Success
medicationRequestHistoryGet
type-history: Fetch the resource change history for all resources of type MedicationRequest
/MedicationRequest/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/MedicationRequest/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationRequestApi;
import java.io.File;
import java.util.*;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationRequestApi;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestHistoryGet");
e.printStackTrace();
}
}
}
MedicationRequestApi *apiInstance = [[MedicationRequestApi alloc] init];
// type-history: Fetch the resource change history for all resources of type MedicationRequest
[apiInstance medicationRequestHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationRequestApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationRequestHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationRequestHistoryGetExample
{
public void main()
{
var apiInstance = new MedicationRequestApi();
try
{
// type-history: Fetch the resource change history for all resources of type MedicationRequest
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationRequestApi.medicationRequestHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationRequestApi();
try {
$result = $api_instance->medicationRequestHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationRequestApi->medicationRequestHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationRequestApi;
my $api_instance = WWW::SwaggerClient::MedicationRequestApi->new();
eval {
my $result = $api_instance->medicationRequestHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationRequestApi->medicationRequestHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationRequestApi()
try:
# type-history: Fetch the resource change history for all resources of type MedicationRequest
api_response = api_instance.medication_request_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationRequestApi->medicationRequestHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
medicationRequestIdGet
read-instance: Read MedicationRequest instance
/MedicationRequest/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/MedicationRequest/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationRequestApi;
import java.io.File;
import java.util.*;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationRequestApi;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
MedicationRequestApi *apiInstance = [[MedicationRequestApi alloc] init];
// read-instance: Read MedicationRequest instance
[apiInstance medicationRequestIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationRequestApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationRequestIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationRequestIdGetExample
{
public void main()
{
var apiInstance = new MedicationRequestApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read MedicationRequest instance
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationRequestApi.medicationRequestIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationRequestApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->medicationRequestIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationRequestApi->medicationRequestIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationRequestApi;
my $api_instance = WWW::SwaggerClient::MedicationRequestApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->medicationRequestIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationRequestApi->medicationRequestIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationRequestApi()
id = id_example # String | The resource ID
try:
# read-instance: Read MedicationRequest instance
api_response = api_instance.medication_request_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationRequestApi->medicationRequestIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
medicationRequestIdHistoryGet
instance-history: Fetch the resource change history for all resources of type MedicationRequest
/MedicationRequest/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/MedicationRequest/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationRequestApi;
import java.io.File;
import java.util.*;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationRequestApi;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
MedicationRequestApi *apiInstance = [[MedicationRequestApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type MedicationRequest
[apiInstance medicationRequestIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationRequestApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationRequestIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationRequestIdHistoryGetExample
{
public void main()
{
var apiInstance = new MedicationRequestApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type MedicationRequest
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationRequestApi.medicationRequestIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationRequestApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->medicationRequestIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationRequestApi->medicationRequestIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationRequestApi;
my $api_instance = WWW::SwaggerClient::MedicationRequestApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->medicationRequestIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationRequestApi->medicationRequestIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationRequestApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type MedicationRequest
api_response = api_instance.medication_request_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationRequestApi->medicationRequestIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
medicationRequestIdHistoryVersionIdGet
vread-instance: Read MedicationRequest instance with specific version
/MedicationRequest/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/MedicationRequest/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationRequestApi;
import java.io.File;
import java.util.*;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationRequestApi;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
MedicationRequestApi *apiInstance = [[MedicationRequestApi alloc] init];
// vread-instance: Read MedicationRequest instance with specific version
[apiInstance medicationRequestIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationRequestApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationRequestIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationRequestIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new MedicationRequestApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read MedicationRequest instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationRequestApi.medicationRequestIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationRequestApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->medicationRequestIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationRequestApi->medicationRequestIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationRequestApi;
my $api_instance = WWW::SwaggerClient::MedicationRequestApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->medicationRequestIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationRequestApi->medicationRequestIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationRequestApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read MedicationRequest instance with specific version
api_response = api_instance.medication_request_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationRequestApi->medicationRequestIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
medicationRequestPost
create-type: Create a new MedicationRequest instance
/MedicationRequest
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/MedicationRequest"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.MedicationRequestApi;
import java.io.File;
import java.util.*;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"MedicationRequest\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.MedicationRequestApi;
public class MedicationRequestApiExample {
public static void main(String[] args) {
MedicationRequestApi apiInstance = new MedicationRequestApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"MedicationRequest\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling MedicationRequestApi#medicationRequestPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"MedicationRequest\"\n}"; // (optional)
MedicationRequestApi *apiInstance = [[MedicationRequestApi alloc] init];
// create-type: Create a new MedicationRequest instance
[apiInstance medicationRequestPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.MedicationRequestApi()
var opts = {
'body': "{\n \"resourceType\": \"MedicationRequest\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.medicationRequestPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class medicationRequestPostExample
{
public void main()
{
var apiInstance = new MedicationRequestApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new MedicationRequest instance
FHIR-JSON-RESOURCE result = apiInstance.medicationRequestPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling MedicationRequestApi.medicationRequestPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiMedicationRequestApi();
$body = "{\n \"resourceType\": \"MedicationRequest\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->medicationRequestPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling MedicationRequestApi->medicationRequestPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::MedicationRequestApi;
my $api_instance = WWW::SwaggerClient::MedicationRequestApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->medicationRequestPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling MedicationRequestApi->medicationRequestPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.MedicationRequestApi()
body = "{\n \"resourceType\": \"MedicationRequest\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new MedicationRequest instance
api_response = api_instance.medication_request_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling MedicationRequestApi->medicationRequestPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Observation
observationGet
search-type: Search for Observation instances
This is a search type
/Observation
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Observation?date=&combo-data-absent-reason=&code=&component-data-absent-reason=&subject=&combo-code-value-quantity=&_lastUpdated=&value-concept=&value-date=&derived-from=&focus=&part-of=&has-member=&code-value-string=&component-code-value-quantity=&based-on=&code-value-date=&patient=&specimen=&component-code=&code-value-quantity=&combo-code-value-concept=&value-string=&identifier=&performer=&combo-code=&method=&value-quantity=&component-value-quantity=&_security=&data-absent-reason=&combo-value-quantity=&encounter=&_filter=&code-value-concept=&_profile=&_tag=&_has=&_source=&component-code-value-concept=&_id=&component-value-concept=&_text=&_content=&category=&device=&combo-value-concept=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ObservationApi;
import java.io.File;
import java.util.*;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | The reason why the expected value in the element Observation.component.value[x] is missing.
= ; // | The subject that the observation is about
= ; // | Code and quantity value parameter pair, including in components
= ; // | When the resource version last changed
= ; // | The value of the observation, if the value is a CodeableConcept
= ; // | The value of the observation, if the value is a date or period of time
= ; // | Related measurements the observation is made from
= ; // | The focus of an observation when the focus is not the patient of record.
= ; // | Part of referenced event
= ; // | Related resource that belongs to the Observation group
= ; // | Code and string value parameter pair
= ; // | Component code and component quantity value parameter pair
= ; // | Reference to the service request.
= ; // | Code and date/time value parameter pair
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Specimen used for this observation
= ; // | The component code of the observation type
= ; // | Code and quantity value parameter pair
= ; // | Code and coded value parameter pair, including in components
= ; // | The value of the observation, if the value is a string, and also searches in CodeableConcept.text
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Who performed the observation
= ; // | The code of the observation type or component type
= ; // | The method used for the observation
= ; // | The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
= ; // | The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
= ; // | Security Labels applied to this resource
= ; // | The reason why the expected value in the element Observation.value[x] is missing.
= ; // | The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | Search the contents of the resource's data using a filter
= ; // | Code and coded value parameter pair
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Component code and component coded value parameter pair
= ; // | Logical id of this artifact
= ; // | The value of the component observation, if the value is a CodeableConcept
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | The classification of the type of observation
= ; // | The Device that generated the observation data.
= ; // | The value or component value of the observation, if the value is a CodeableConcept
= ; // | The status of the observation
try {
FHIR-JSON-RESOURCE result = apiInstance.observationGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ObservationApi;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | The reason why the expected value in the element Observation.component.value[x] is missing.
= ; // | The subject that the observation is about
= ; // | Code and quantity value parameter pair, including in components
= ; // | When the resource version last changed
= ; // | The value of the observation, if the value is a CodeableConcept
= ; // | The value of the observation, if the value is a date or period of time
= ; // | Related measurements the observation is made from
= ; // | The focus of an observation when the focus is not the patient of record.
= ; // | Part of referenced event
= ; // | Related resource that belongs to the Observation group
= ; // | Code and string value parameter pair
= ; // | Component code and component quantity value parameter pair
= ; // | Reference to the service request.
= ; // | Code and date/time value parameter pair
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Specimen used for this observation
= ; // | The component code of the observation type
= ; // | Code and quantity value parameter pair
= ; // | Code and coded value parameter pair, including in components
= ; // | The value of the observation, if the value is a string, and also searches in CodeableConcept.text
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Who performed the observation
= ; // | The code of the observation type or component type
= ; // | The method used for the observation
= ; // | The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
= ; // | The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
= ; // | Security Labels applied to this resource
= ; // | The reason why the expected value in the element Observation.value[x] is missing.
= ; // | The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | Search the contents of the resource's data using a filter
= ; // | Code and coded value parameter pair
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Component code and component coded value parameter pair
= ; // | Logical id of this artifact
= ; // | The value of the component observation, if the value is a CodeableConcept
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | The classification of the type of observation
= ; // | The Device that generated the observation data.
= ; // | The value or component value of the observation, if the value is a CodeableConcept
= ; // | The status of the observation
try {
FHIR-JSON-RESOURCE result = apiInstance.observationGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
* = ; // The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing. (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
* = ; // The reason why the expected value in the element Observation.component.value[x] is missing. (optional)
* = ; // The subject that the observation is about (optional)
* = ; // Code and quantity value parameter pair, including in components (optional)
* = ; // When the resource version last changed (optional)
* = ; // The value of the observation, if the value is a CodeableConcept (optional)
* = ; // The value of the observation, if the value is a date or period of time (optional)
* = ; // Related measurements the observation is made from (optional)
* = ; // The focus of an observation when the focus is not the patient of record. (optional)
* = ; // Part of referenced event (optional)
* = ; // Related resource that belongs to the Observation group (optional)
* = ; // Code and string value parameter pair (optional)
* = ; // Component code and component quantity value parameter pair (optional)
* = ; // Reference to the service request. (optional)
* = ; // Code and date/time value parameter pair (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Specimen used for this observation (optional)
* = ; // The component code of the observation type (optional)
* = ; // Code and quantity value parameter pair (optional)
* = ; // Code and coded value parameter pair, including in components (optional)
* = ; // The value of the observation, if the value is a string, and also searches in CodeableConcept.text (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // Who performed the observation (optional)
* = ; // The code of the observation type or component type (optional)
* = ; // The method used for the observation (optional)
* = ; // The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
* = ; // The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // The reason why the expected value in the element Observation.value[x] is missing. (optional)
* = ; // The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
* = ; // Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Code and coded value parameter pair (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Component code and component coded value parameter pair (optional)
* = ; // Logical id of this artifact (optional)
* = ; // The value of the component observation, if the value is a CodeableConcept (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // The classification of the type of observation (optional)
* = ; // The Device that generated the observation data. (optional)
* = ; // The value or component value of the observation, if the value is a CodeableConcept (optional)
* = ; // The status of the observation (optional)
ObservationApi *apiInstance = [[ObservationApi alloc] init];
// search-type: Search for Observation instances
[apiInstance observationGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ObservationApi()
var opts = {
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
'': , // {{}} The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
'': , // {{}} The reason why the expected value in the element Observation.component.value[x] is missing.
'': , // {{}} The subject that the observation is about
'': , // {{}} Code and quantity value parameter pair, including in components
'': , // {{}} When the resource version last changed
'': , // {{}} The value of the observation, if the value is a CodeableConcept
'': , // {{}} The value of the observation, if the value is a date or period of time
'': , // {{}} Related measurements the observation is made from
'': , // {{}} The focus of an observation when the focus is not the patient of record.
'': , // {{}} Part of referenced event
'': , // {{}} Related resource that belongs to the Observation group
'': , // {{}} Code and string value parameter pair
'': , // {{}} Component code and component quantity value parameter pair
'': , // {{}} Reference to the service request.
'': , // {{}} Code and date/time value parameter pair
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Specimen used for this observation
'': , // {{}} The component code of the observation type
'': , // {{}} Code and quantity value parameter pair
'': , // {{}} Code and coded value parameter pair, including in components
'': , // {{}} The value of the observation, if the value is a string, and also searches in CodeableConcept.text
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} Who performed the observation
'': , // {{}} The code of the observation type or component type
'': , // {{}} The method used for the observation
'': , // {{}} The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
'': , // {{}} The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
'': , // {{}} Security Labels applied to this resource
'': , // {{}} The reason why the expected value in the element Observation.value[x] is missing.
'': , // {{}} The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
'': , // {{}} Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Code and coded value parameter pair
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Component code and component coded value parameter pair
'': , // {{}} Logical id of this artifact
'': , // {{}} The value of the component observation, if the value is a CodeableConcept
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} The classification of the type of observation
'': , // {{}} The Device that generated the observation data.
'': , // {{}} The value or component value of the observation, if the value is a CodeableConcept
'': // {{}} The status of the observation
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.observationGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class observationGetExample
{
public void main()
{
var apiInstance = new ObservationApi();
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
var = new (); // | The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing. (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
var = new (); // | The reason why the expected value in the element Observation.component.value[x] is missing. (optional)
var = new (); // | The subject that the observation is about (optional)
var = new (); // | Code and quantity value parameter pair, including in components (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | The value of the observation, if the value is a CodeableConcept (optional)
var = new (); // | The value of the observation, if the value is a date or period of time (optional)
var = new (); // | Related measurements the observation is made from (optional)
var = new (); // | The focus of an observation when the focus is not the patient of record. (optional)
var = new (); // | Part of referenced event (optional)
var = new (); // | Related resource that belongs to the Observation group (optional)
var = new (); // | Code and string value parameter pair (optional)
var = new (); // | Component code and component quantity value parameter pair (optional)
var = new (); // | Reference to the service request. (optional)
var = new (); // | Code and date/time value parameter pair (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Specimen used for this observation (optional)
var = new (); // | The component code of the observation type (optional)
var = new (); // | Code and quantity value parameter pair (optional)
var = new (); // | Code and coded value parameter pair, including in components (optional)
var = new (); // | The value of the observation, if the value is a string, and also searches in CodeableConcept.text (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | Who performed the observation (optional)
var = new (); // | The code of the observation type or component type (optional)
var = new (); // | The method used for the observation (optional)
var = new (); // | The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
var = new (); // | The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | The reason why the expected value in the element Observation.value[x] is missing. (optional)
var = new (); // | The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
var = new (); // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Code and coded value parameter pair (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Component code and component coded value parameter pair (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | The value of the component observation, if the value is a CodeableConcept (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | The classification of the type of observation (optional)
var = new (); // | The Device that generated the observation data. (optional)
var = new (); // | The value or component value of the observation, if the value is a CodeableConcept (optional)
var = new (); // | The status of the observation (optional)
try
{
// search-type: Search for Observation instances
FHIR-JSON-RESOURCE result = apiInstance.observationGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ObservationApi.observationGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiObservationApi();
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
$ = ; // | The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
$ = ; // | The reason why the expected value in the element Observation.component.value[x] is missing.
$ = ; // | The subject that the observation is about
$ = ; // | Code and quantity value parameter pair, including in components
$ = ; // | When the resource version last changed
$ = ; // | The value of the observation, if the value is a CodeableConcept
$ = ; // | The value of the observation, if the value is a date or period of time
$ = ; // | Related measurements the observation is made from
$ = ; // | The focus of an observation when the focus is not the patient of record.
$ = ; // | Part of referenced event
$ = ; // | Related resource that belongs to the Observation group
$ = ; // | Code and string value parameter pair
$ = ; // | Component code and component quantity value parameter pair
$ = ; // | Reference to the service request.
$ = ; // | Code and date/time value parameter pair
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Specimen used for this observation
$ = ; // | The component code of the observation type
$ = ; // | Code and quantity value parameter pair
$ = ; // | Code and coded value parameter pair, including in components
$ = ; // | The value of the observation, if the value is a string, and also searches in CodeableConcept.text
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | Who performed the observation
$ = ; // | The code of the observation type or component type
$ = ; // | The method used for the observation
$ = ; // | The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
$ = ; // | The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
$ = ; // | Security Labels applied to this resource
$ = ; // | The reason why the expected value in the element Observation.value[x] is missing.
$ = ; // | The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
$ = ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Code and coded value parameter pair
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Component code and component coded value parameter pair
$ = ; // | Logical id of this artifact
$ = ; // | The value of the component observation, if the value is a CodeableConcept
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | The classification of the type of observation
$ = ; // | The Device that generated the observation data.
$ = ; // | The value or component value of the observation, if the value is a CodeableConcept
$ = ; // | The status of the observation
try {
$result = $api_instance->observationGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObservationApi->observationGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ObservationApi;
my $api_instance = WWW::SwaggerClient::ObservationApi->new();
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
my $ = ; # | The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
my $ = ; # | The reason why the expected value in the element Observation.component.value[x] is missing.
my $ = ; # | The subject that the observation is about
my $ = ; # | Code and quantity value parameter pair, including in components
my $ = ; # | When the resource version last changed
my $ = ; # | The value of the observation, if the value is a CodeableConcept
my $ = ; # | The value of the observation, if the value is a date or period of time
my $ = ; # | Related measurements the observation is made from
my $ = ; # | The focus of an observation when the focus is not the patient of record.
my $ = ; # | Part of referenced event
my $ = ; # | Related resource that belongs to the Observation group
my $ = ; # | Code and string value parameter pair
my $ = ; # | Component code and component quantity value parameter pair
my $ = ; # | Reference to the service request.
my $ = ; # | Code and date/time value parameter pair
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Specimen used for this observation
my $ = ; # | The component code of the observation type
my $ = ; # | Code and quantity value parameter pair
my $ = ; # | Code and coded value parameter pair, including in components
my $ = ; # | The value of the observation, if the value is a string, and also searches in CodeableConcept.text
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | Who performed the observation
my $ = ; # | The code of the observation type or component type
my $ = ; # | The method used for the observation
my $ = ; # | The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
my $ = ; # | The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
my $ = ; # | Security Labels applied to this resource
my $ = ; # | The reason why the expected value in the element Observation.value[x] is missing.
my $ = ; # | The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
my $ = ; # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Code and coded value parameter pair
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Component code and component coded value parameter pair
my $ = ; # | Logical id of this artifact
my $ = ; # | The value of the component observation, if the value is a CodeableConcept
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | The classification of the type of observation
my $ = ; # | The Device that generated the observation data.
my $ = ; # | The value or component value of the observation, if the value is a CodeableConcept
my $ = ; # | The status of the observation
eval {
my $result = $api_instance->observationGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObservationApi->observationGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ObservationApi()
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
= # | The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing. (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
= # | The reason why the expected value in the element Observation.component.value[x] is missing. (optional)
= # | The subject that the observation is about (optional)
= # | Code and quantity value parameter pair, including in components (optional)
= # | When the resource version last changed (optional)
= # | The value of the observation, if the value is a CodeableConcept (optional)
= # | The value of the observation, if the value is a date or period of time (optional)
= # | Related measurements the observation is made from (optional)
= # | The focus of an observation when the focus is not the patient of record. (optional)
= # | Part of referenced event (optional)
= # | Related resource that belongs to the Observation group (optional)
= # | Code and string value parameter pair (optional)
= # | Component code and component quantity value parameter pair (optional)
= # | Reference to the service request. (optional)
= # | Code and date/time value parameter pair (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Specimen used for this observation (optional)
= # | The component code of the observation type (optional)
= # | Code and quantity value parameter pair (optional)
= # | Code and coded value parameter pair, including in components (optional)
= # | The value of the observation, if the value is a string, and also searches in CodeableConcept.text (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | Who performed the observation (optional)
= # | The code of the observation type or component type (optional)
= # | The method used for the observation (optional)
= # | The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
= # | The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
= # | Security Labels applied to this resource (optional)
= # | The reason why the expected value in the element Observation.value[x] is missing. (optional)
= # | The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) (optional)
= # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Code and coded value parameter pair (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Component code and component coded value parameter pair (optional)
= # | Logical id of this artifact (optional)
= # | The value of the component observation, if the value is a CodeableConcept (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | The classification of the type of observation (optional)
= # | The Device that generated the observation data. (optional)
= # | The value or component value of the observation, if the value is a CodeableConcept (optional)
= # | The status of the observation (optional)
try:
# search-type: Search for Observation instances
api_response = api_instance.observation_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling ObservationApi->observationGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
|
combo-data-absent-reason |
The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.
|
code |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
|
component-data-absent-reason |
The reason why the expected value in the element Observation.component.value[x] is missing.
|
subject |
The subject that the observation is about
|
combo-code-value-quantity |
Code and quantity value parameter pair, including in components
|
_lastUpdated |
When the resource version last changed
|
value-concept |
The value of the observation, if the value is a CodeableConcept
|
value-date |
The value of the observation, if the value is a date or period of time
|
derived-from |
Related measurements the observation is made from
|
focus |
The focus of an observation when the focus is not the patient of record.
|
part-of |
|
has-member |
Related resource that belongs to the Observation group
|
code-value-string |
Code and string value parameter pair
|
component-code-value-quantity |
Component code and component quantity value parameter pair
|
based-on |
Reference to the service request.
|
code-value-date |
Code and date/time value parameter pair
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
specimen |
Specimen used for this observation
|
component-code |
The component code of the observation type
|
code-value-quantity |
Code and quantity value parameter pair
|
combo-code-value-concept |
Code and coded value parameter pair, including in components
|
value-string |
The value of the observation, if the value is a string, and also searches in CodeableConcept.text
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
performer |
Who performed the observation
|
combo-code |
The code of the observation type or component type
|
method |
The method used for the observation
|
value-quantity |
The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
|
component-value-quantity |
The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
|
_security |
Security Labels applied to this resource
|
data-absent-reason |
The reason why the expected value in the element Observation.value[x] is missing.
|
combo-value-quantity |
The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
|
encounter |
Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
|
_filter |
Search the contents of the resource's data using a filter
|
code-value-concept |
Code and coded value parameter pair
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
component-code-value-concept |
Component code and component coded value parameter pair
|
_id |
Logical id of this artifact
|
component-value-concept |
The value of the component observation, if the value is a CodeableConcept
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
category |
The classification of the type of observation
|
device |
The Device that generated the observation data.
|
combo-value-concept |
The value or component value of the observation, if the value is a CodeableConcept
|
status |
The status of the observation
|
Responses
Status: 200 - Success
observationHistoryGet
type-history: Fetch the resource change history for all resources of type Observation
/Observation/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Observation/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ObservationApi;
import java.io.File;
import java.util.*;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.observationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ObservationApi;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.observationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationHistoryGet");
e.printStackTrace();
}
}
}
ObservationApi *apiInstance = [[ObservationApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Observation
[apiInstance observationHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ObservationApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.observationHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class observationHistoryGetExample
{
public void main()
{
var apiInstance = new ObservationApi();
try
{
// type-history: Fetch the resource change history for all resources of type Observation
FHIR-JSON-RESOURCE result = apiInstance.observationHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ObservationApi.observationHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiObservationApi();
try {
$result = $api_instance->observationHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObservationApi->observationHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ObservationApi;
my $api_instance = WWW::SwaggerClient::ObservationApi->new();
eval {
my $result = $api_instance->observationHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObservationApi->observationHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ObservationApi()
try:
# type-history: Fetch the resource change history for all resources of type Observation
api_response = api_instance.observation_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling ObservationApi->observationHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
observationIdGet
read-instance: Read Observation instance
/Observation/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Observation/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ObservationApi;
import java.io.File;
import java.util.*;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.observationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ObservationApi;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.observationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ObservationApi *apiInstance = [[ObservationApi alloc] init];
// read-instance: Read Observation instance
[apiInstance observationIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ObservationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.observationIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class observationIdGetExample
{
public void main()
{
var apiInstance = new ObservationApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Observation instance
FHIR-JSON-RESOURCE result = apiInstance.observationIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ObservationApi.observationIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiObservationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->observationIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObservationApi->observationIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ObservationApi;
my $api_instance = WWW::SwaggerClient::ObservationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->observationIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObservationApi->observationIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ObservationApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Observation instance
api_response = api_instance.observation_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ObservationApi->observationIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
observationIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Observation
/Observation/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Observation/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ObservationApi;
import java.io.File;
import java.util.*;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.observationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ObservationApi;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.observationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ObservationApi *apiInstance = [[ObservationApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Observation
[apiInstance observationIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ObservationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.observationIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class observationIdHistoryGetExample
{
public void main()
{
var apiInstance = new ObservationApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Observation
FHIR-JSON-RESOURCE result = apiInstance.observationIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ObservationApi.observationIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiObservationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->observationIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObservationApi->observationIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ObservationApi;
my $api_instance = WWW::SwaggerClient::ObservationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->observationIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObservationApi->observationIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ObservationApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Observation
api_response = api_instance.observation_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ObservationApi->observationIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
observationIdHistoryVersionIdGet
vread-instance: Read Observation instance with specific version
/Observation/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Observation/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ObservationApi;
import java.io.File;
import java.util.*;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.observationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ObservationApi;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.observationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
ObservationApi *apiInstance = [[ObservationApi alloc] init];
// vread-instance: Read Observation instance with specific version
[apiInstance observationIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ObservationApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.observationIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class observationIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new ObservationApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Observation instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.observationIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ObservationApi.observationIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiObservationApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->observationIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObservationApi->observationIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ObservationApi;
my $api_instance = WWW::SwaggerClient::ObservationApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->observationIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObservationApi->observationIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ObservationApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Observation instance with specific version
api_response = api_instance.observation_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling ObservationApi->observationIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
observationPost
create-type: Create a new Observation instance
/Observation
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Observation"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ObservationApi;
import java.io.File;
import java.util.*;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Observation\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.observationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ObservationApi;
public class ObservationApiExample {
public static void main(String[] args) {
ObservationApi apiInstance = new ObservationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Observation\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.observationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ObservationApi#observationPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Observation\"\n}"; // (optional)
ObservationApi *apiInstance = [[ObservationApi alloc] init];
// create-type: Create a new Observation instance
[apiInstance observationPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ObservationApi()
var opts = {
'body': "{\n \"resourceType\": \"Observation\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.observationPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class observationPostExample
{
public void main()
{
var apiInstance = new ObservationApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Observation instance
FHIR-JSON-RESOURCE result = apiInstance.observationPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ObservationApi.observationPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiObservationApi();
$body = "{\n \"resourceType\": \"Observation\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->observationPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ObservationApi->observationPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ObservationApi;
my $api_instance = WWW::SwaggerClient::ObservationApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->observationPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ObservationApi->observationPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ObservationApi()
body = "{\n \"resourceType\": \"Observation\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Observation instance
api_response = api_instance.observation_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling ObservationApi->observationPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Organization
organizationGet
search-type: Search for Organization instances
This is a search type
/Organization
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Organization?identifier=&partof=&address=&address-state=&_lastUpdated=&_security=&active=&type=&address-postalcode=&address-country=&_filter=&endpoint=&phonetic=&_profile=&_tag=&_has=&address-use=&name=&_source=&_id=&_text=&_content=&address-city="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OrganizationApi;
import java.io.File;
import java.util.*;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
= ; // | Any identifier for the organization (not the accreditation issuer's identifier)
= ; // | An organization of which this organization forms a part
= ; // | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
= ; // | A state specified in an address
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Is the Organization record active
= ; // | A code for the type of organization
= ; // | A postal code specified in an address
= ; // | A country specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Technical endpoints providing access to services operated for the organization
= ; // | A portion of the organization's name using some kind of phonetic matching algorithm
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | A use code specified in an address
= ; // | A portion of the organization's name or alias
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | A city specified in an address
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationGet(, , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.OrganizationApi;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
= ; // | Any identifier for the organization (not the accreditation issuer's identifier)
= ; // | An organization of which this organization forms a part
= ; // | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
= ; // | A state specified in an address
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Is the Organization record active
= ; // | A code for the type of organization
= ; // | A postal code specified in an address
= ; // | A country specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Technical endpoints providing access to services operated for the organization
= ; // | A portion of the organization's name using some kind of phonetic matching algorithm
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | A use code specified in an address
= ; // | A portion of the organization's name or alias
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | A city specified in an address
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationGet(, , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationGet");
e.printStackTrace();
}
}
}
* = ; // Any identifier for the organization (not the accreditation issuer's identifier) (optional)
* = ; // An organization of which this organization forms a part (optional)
* = ; // A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
* = ; // A state specified in an address (optional)
* = ; // When the resource version last changed (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Is the Organization record active (optional)
* = ; // A code for the type of organization (optional)
* = ; // A postal code specified in an address (optional)
* = ; // A country specified in an address (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Technical endpoints providing access to services operated for the organization (optional)
* = ; // A portion of the organization's name using some kind of phonetic matching algorithm (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // A use code specified in an address (optional)
* = ; // A portion of the organization's name or alias (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // A city specified in an address (optional)
OrganizationApi *apiInstance = [[OrganizationApi alloc] init];
// search-type: Search for Organization instances
[apiInstance organizationGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.OrganizationApi()
var opts = {
'': , // {{}} Any identifier for the organization (not the accreditation issuer's identifier)
'': , // {{}} An organization of which this organization forms a part
'': , // {{}} A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
'': , // {{}} A state specified in an address
'': , // {{}} When the resource version last changed
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Is the Organization record active
'': , // {{}} A code for the type of organization
'': , // {{}} A postal code specified in an address
'': , // {{}} A country specified in an address
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Technical endpoints providing access to services operated for the organization
'': , // {{}} A portion of the organization's name using some kind of phonetic matching algorithm
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} A use code specified in an address
'': , // {{}} A portion of the organization's name or alias
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} A city specified in an address
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.organizationGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class organizationGetExample
{
public void main()
{
var apiInstance = new OrganizationApi();
var = new (); // | Any identifier for the organization (not the accreditation issuer's identifier) (optional)
var = new (); // | An organization of which this organization forms a part (optional)
var = new (); // | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
var = new (); // | A state specified in an address (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Is the Organization record active (optional)
var = new (); // | A code for the type of organization (optional)
var = new (); // | A postal code specified in an address (optional)
var = new (); // | A country specified in an address (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Technical endpoints providing access to services operated for the organization (optional)
var = new (); // | A portion of the organization's name using some kind of phonetic matching algorithm (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | A use code specified in an address (optional)
var = new (); // | A portion of the organization's name or alias (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | A city specified in an address (optional)
try
{
// search-type: Search for Organization instances
FHIR-JSON-RESOURCE result = apiInstance.organizationGet(, , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling OrganizationApi.organizationGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiOrganizationApi();
$ = ; // | Any identifier for the organization (not the accreditation issuer's identifier)
$ = ; // | An organization of which this organization forms a part
$ = ; // | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
$ = ; // | A state specified in an address
$ = ; // | When the resource version last changed
$ = ; // | Security Labels applied to this resource
$ = ; // | Is the Organization record active
$ = ; // | A code for the type of organization
$ = ; // | A postal code specified in an address
$ = ; // | A country specified in an address
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Technical endpoints providing access to services operated for the organization
$ = ; // | A portion of the organization's name using some kind of phonetic matching algorithm
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | A use code specified in an address
$ = ; // | A portion of the organization's name or alias
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | A city specified in an address
try {
$result = $api_instance->organizationGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OrganizationApi->organizationGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OrganizationApi;
my $api_instance = WWW::SwaggerClient::OrganizationApi->new();
my $ = ; # | Any identifier for the organization (not the accreditation issuer's identifier)
my $ = ; # | An organization of which this organization forms a part
my $ = ; # | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
my $ = ; # | A state specified in an address
my $ = ; # | When the resource version last changed
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Is the Organization record active
my $ = ; # | A code for the type of organization
my $ = ; # | A postal code specified in an address
my $ = ; # | A country specified in an address
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Technical endpoints providing access to services operated for the organization
my $ = ; # | A portion of the organization's name using some kind of phonetic matching algorithm
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | A use code specified in an address
my $ = ; # | A portion of the organization's name or alias
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | A city specified in an address
eval {
my $result = $api_instance->organizationGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling OrganizationApi->organizationGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
= # | Any identifier for the organization (not the accreditation issuer's identifier) (optional)
= # | An organization of which this organization forms a part (optional)
= # | A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
= # | A state specified in an address (optional)
= # | When the resource version last changed (optional)
= # | Security Labels applied to this resource (optional)
= # | Is the Organization record active (optional)
= # | A code for the type of organization (optional)
= # | A postal code specified in an address (optional)
= # | A country specified in an address (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Technical endpoints providing access to services operated for the organization (optional)
= # | A portion of the organization's name using some kind of phonetic matching algorithm (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | A use code specified in an address (optional)
= # | A portion of the organization's name or alias (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | A city specified in an address (optional)
try:
# search-type: Search for Organization instances
api_response = api_instance.organization_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->organizationGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
identifier |
Any identifier for the organization (not the accreditation issuer's identifier)
|
partof |
An organization of which this organization forms a part
|
address |
A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
address-state |
A state specified in an address
|
_lastUpdated |
When the resource version last changed
|
_security |
Security Labels applied to this resource
|
active |
Is the Organization record active
|
type |
A code for the type of organization
|
address-postalcode |
A postal code specified in an address
|
address-country |
A country specified in an address
|
_filter |
Search the contents of the resource's data using a filter
|
endpoint |
Technical endpoints providing access to services operated for the organization
|
phonetic |
A portion of the organization's name using some kind of phonetic matching algorithm
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
address-use |
A use code specified in an address
|
name |
A portion of the organization's name or alias
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
address-city |
A city specified in an address
|
Responses
Status: 200 - Success
organizationHistoryGet
type-history: Fetch the resource change history for all resources of type Organization
/Organization/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Organization/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OrganizationApi;
import java.io.File;
import java.util.*;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.OrganizationApi;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationHistoryGet");
e.printStackTrace();
}
}
}
OrganizationApi *apiInstance = [[OrganizationApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Organization
[apiInstance organizationHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.OrganizationApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.organizationHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class organizationHistoryGetExample
{
public void main()
{
var apiInstance = new OrganizationApi();
try
{
// type-history: Fetch the resource change history for all resources of type Organization
FHIR-JSON-RESOURCE result = apiInstance.organizationHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling OrganizationApi.organizationHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiOrganizationApi();
try {
$result = $api_instance->organizationHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OrganizationApi->organizationHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OrganizationApi;
my $api_instance = WWW::SwaggerClient::OrganizationApi->new();
eval {
my $result = $api_instance->organizationHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling OrganizationApi->organizationHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
try:
# type-history: Fetch the resource change history for all resources of type Organization
api_response = api_instance.organization_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->organizationHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
organizationIdGet
read-instance: Read Organization instance
/Organization/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Organization/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OrganizationApi;
import java.io.File;
import java.util.*;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.OrganizationApi;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
OrganizationApi *apiInstance = [[OrganizationApi alloc] init];
// read-instance: Read Organization instance
[apiInstance organizationIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.OrganizationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.organizationIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class organizationIdGetExample
{
public void main()
{
var apiInstance = new OrganizationApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Organization instance
FHIR-JSON-RESOURCE result = apiInstance.organizationIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling OrganizationApi.organizationIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiOrganizationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->organizationIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OrganizationApi->organizationIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OrganizationApi;
my $api_instance = WWW::SwaggerClient::OrganizationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->organizationIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling OrganizationApi->organizationIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Organization instance
api_response = api_instance.organization_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->organizationIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
organizationIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Organization
/Organization/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Organization/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OrganizationApi;
import java.io.File;
import java.util.*;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.OrganizationApi;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
OrganizationApi *apiInstance = [[OrganizationApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Organization
[apiInstance organizationIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.OrganizationApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.organizationIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class organizationIdHistoryGetExample
{
public void main()
{
var apiInstance = new OrganizationApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Organization
FHIR-JSON-RESOURCE result = apiInstance.organizationIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling OrganizationApi.organizationIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiOrganizationApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->organizationIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OrganizationApi->organizationIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OrganizationApi;
my $api_instance = WWW::SwaggerClient::OrganizationApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->organizationIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling OrganizationApi->organizationIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Organization
api_response = api_instance.organization_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->organizationIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
organizationIdHistoryVersionIdGet
vread-instance: Read Organization instance with specific version
/Organization/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Organization/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OrganizationApi;
import java.io.File;
import java.util.*;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.OrganizationApi;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
OrganizationApi *apiInstance = [[OrganizationApi alloc] init];
// vread-instance: Read Organization instance with specific version
[apiInstance organizationIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.OrganizationApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.organizationIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class organizationIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new OrganizationApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Organization instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.organizationIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling OrganizationApi.organizationIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiOrganizationApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->organizationIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OrganizationApi->organizationIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OrganizationApi;
my $api_instance = WWW::SwaggerClient::OrganizationApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->organizationIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling OrganizationApi->organizationIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Organization instance with specific version
api_response = api_instance.organization_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->organizationIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
organizationPost
create-type: Create a new Organization instance
/Organization
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Organization"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.OrganizationApi;
import java.io.File;
import java.util.*;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Organization\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.OrganizationApi;
public class OrganizationApiExample {
public static void main(String[] args) {
OrganizationApi apiInstance = new OrganizationApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Organization\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.organizationPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#organizationPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Organization\"\n}"; // (optional)
OrganizationApi *apiInstance = [[OrganizationApi alloc] init];
// create-type: Create a new Organization instance
[apiInstance organizationPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.OrganizationApi()
var opts = {
'body': "{\n \"resourceType\": \"Organization\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.organizationPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class organizationPostExample
{
public void main()
{
var apiInstance = new OrganizationApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Organization instance
FHIR-JSON-RESOURCE result = apiInstance.organizationPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling OrganizationApi.organizationPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiOrganizationApi();
$body = "{\n \"resourceType\": \"Organization\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->organizationPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling OrganizationApi->organizationPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::OrganizationApi;
my $api_instance = WWW::SwaggerClient::OrganizationApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->organizationPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling OrganizationApi->organizationPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.OrganizationApi()
body = "{\n \"resourceType\": \"Organization\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Organization instance
api_response = api_instance.organization_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling OrganizationApi->organizationPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Patient
patientGet
search-type: Search for Patient instances
This is a search type
/Patient
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Patient?birthdate=&deceased=&address-state=&gender=&_lastUpdated=&link=&language=&address-country=&death-date=&phonetic=&telecom=&address-city=&email=&given=&identifier=&address=&general-practitioner=&_security=&active=&address-postalcode=&_filter=&_profile=&phone=&_tag=&organization=&_has=&address-use=&name=&_source=&_id=&_text=&_content=&family="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PatientApi;
import java.io.File;
import java.util.*;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
= ; // | Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth
= ; // | This patient has been marked as deceased, or as a death date entered
= ; // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
= ; // | When the resource version last changed
= ; // | All patients linked to the given patient
= ; // | Language code (irrespective of use value)
= ; // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
= ; // | The date of death has been provided and satisfies this search value
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
= ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
= ; // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
= ; // | A patient identifier
= ; // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
= ; // | Patient's nominated general practitioner, not the organization that manages the record
= ; // | Security Labels applied to this resource
= ; // | Whether the patient record is active
= ; // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
= ; // | Tags applied to this resource
= ; // | The organization that is the custodian of the patient record
= ; // | Return resources linked to by the given target
= ; // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
= ; // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
try {
FHIR-JSON-RESOURCE result = apiInstance.patientGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PatientApi;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
= ; // | Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth
= ; // | This patient has been marked as deceased, or as a death date entered
= ; // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
= ; // | When the resource version last changed
= ; // | All patients linked to the given patient
= ; // | Language code (irrespective of use value)
= ; // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
= ; // | The date of death has been provided and satisfies this search value
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
= ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
= ; // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
= ; // | A patient identifier
= ; // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
= ; // | Patient's nominated general practitioner, not the organization that manages the record
= ; // | Security Labels applied to this resource
= ; // | Whether the patient record is active
= ; // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
= ; // | Tags applied to this resource
= ; // | The organization that is the custodian of the patient record
= ; // | Return resources linked to by the given target
= ; // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
= ; // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
try {
FHIR-JSON-RESOURCE result = apiInstance.patientGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth (optional)
* = ; // This patient has been marked as deceased, or as a death date entered (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person (optional)
* = ; // When the resource version last changed (optional)
* = ; // All patients linked to the given patient (optional)
* = ; // Language code (irrespective of use value) (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address (optional)
* = ; // The date of death has been provided and satisfies this search value (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name (optional)
* = ; // A patient identifier (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
* = ; // Patient's nominated general practitioner, not the organization that manages the record (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Whether the patient record is active (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
* = ; // Tags applied to this resource (optional)
* = ; // The organization that is the custodian of the patient record (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address (optional)
* = ; // A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name (optional)
PatientApi *apiInstance = [[PatientApi alloc] init];
// search-type: Search for Patient instances
[apiInstance patientGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PatientApi()
var opts = {
'': , // {{}} Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth
'': , // {{}} This patient has been marked as deceased, or as a death date entered
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
'': , // {{}} Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
'': , // {{}} When the resource version last changed
'': , // {{}} All patients linked to the given patient
'': , // {{}} Language code (irrespective of use value)
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
'': , // {{}} The date of death has been provided and satisfies this search value
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
'': , // {{}} Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
'': , // {{}} A patient identifier
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
'': , // {{}} Patient's nominated general practitioner, not the organization that manages the record
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Whether the patient record is active
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
'': , // {{}} Tags applied to this resource
'': , // {{}} The organization that is the custodian of the patient record
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
'': , // {{}} A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.patientGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class patientGetExample
{
public void main()
{
var apiInstance = new PatientApi();
var = new (); // | Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth (optional)
var = new (); // | This patient has been marked as deceased, or as a death date entered (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | All patients linked to the given patient (optional)
var = new (); // | Language code (irrespective of use value) (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address (optional)
var = new (); // | The date of death has been provided and satisfies this search value (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name (optional)
var = new (); // | A patient identifier (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
var = new (); // | Patient's nominated general practitioner, not the organization that manages the record (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Whether the patient record is active (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | The organization that is the custodian of the patient record (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address (optional)
var = new (); // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name (optional)
try
{
// search-type: Search for Patient instances
FHIR-JSON-RESOURCE result = apiInstance.patientGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PatientApi.patientGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPatientApi();
$ = ; // | Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth
$ = ; // | This patient has been marked as deceased, or as a death date entered
$ = ; // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
$ = ; // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
$ = ; // | When the resource version last changed
$ = ; // | All patients linked to the given patient
$ = ; // | Language code (irrespective of use value)
$ = ; // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
$ = ; // | The date of death has been provided and satisfies this search value
$ = ; // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
$ = ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
$ = ; // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
$ = ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
$ = ; // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
$ = ; // | A patient identifier
$ = ; // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
$ = ; // | Patient's nominated general practitioner, not the organization that manages the record
$ = ; // | Security Labels applied to this resource
$ = ; // | Whether the patient record is active
$ = ; // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
$ = ; // | Tags applied to this resource
$ = ; // | The organization that is the custodian of the patient record
$ = ; // | Return resources linked to by the given target
$ = ; // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
$ = ; // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
try {
$result = $api_instance->patientGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PatientApi->patientGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PatientApi;
my $api_instance = WWW::SwaggerClient::PatientApi->new();
my $ = ; # | Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth
my $ = ; # | This patient has been marked as deceased, or as a death date entered
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
my $ = ; # | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
my $ = ; # | When the resource version last changed
my $ = ; # | All patients linked to the given patient
my $ = ; # | Language code (irrespective of use value)
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
my $ = ; # | The date of death has been provided and satisfies this search value
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
my $ = ; # | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
my $ = ; # | A patient identifier
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
my $ = ; # | Patient's nominated general practitioner, not the organization that manages the record
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Whether the patient record is active
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
my $ = ; # | Tags applied to this resource
my $ = ; # | The organization that is the custodian of the patient record
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
my $ = ; # | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
eval {
my $result = $api_instance->patientGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PatientApi->patientGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PatientApi()
= # | Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth (optional)
= # | This patient has been marked as deceased, or as a death date entered (optional)
= # | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address (optional)
= # | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person (optional)
= # | When the resource version last changed (optional)
= # | All patients linked to the given patient (optional)
= # | Language code (irrespective of use value) (optional)
= # | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address (optional)
= # | The date of death has been provided and satisfies this search value (optional)
= # | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm (optional)
= # | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
= # | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address (optional)
= # | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
= # | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name (optional)
= # | A patient identifier (optional)
= # | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
= # | Patient's nominated general practitioner, not the organization that manages the record (optional)
= # | Security Labels applied to this resource (optional)
= # | Whether the patient record is active (optional)
= # | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
= # | Tags applied to this resource (optional)
= # | The organization that is the custodian of the patient record (optional)
= # | Return resources linked to by the given target (optional)
= # | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address (optional)
= # | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name (optional)
try:
# search-type: Search for Patient instances
api_response = api_instance.patient_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling PatientApi->patientGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
birthdate |
Multiple Resources:
* [Patient](patient.html): The patient's date of birth
* [Person](person.html): The person's date of birth
* [RelatedPerson](relatedperson.html): The Related Person's date of birth
|
deceased |
This patient has been marked as deceased, or as a death date entered
|
address-state |
Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
|
gender |
Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
|
_lastUpdated |
When the resource version last changed
|
link |
All patients linked to the given patient
|
language |
Language code (irrespective of use value)
|
address-country |
Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
|
death-date |
The date of death has been provided and satisfies this search value
|
phonetic |
Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
|
telecom |
Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
|
address-city |
Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
|
email |
Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
|
given |
Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
|
identifier |
|
address |
Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
general-practitioner |
Patient's nominated general practitioner, not the organization that manages the record
|
_security |
Security Labels applied to this resource
|
active |
Whether the patient record is active
|
address-postalcode |
Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
phone |
Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
|
_tag |
Tags applied to this resource
|
organization |
The organization that is the custodian of the patient record
|
_has |
Return resources linked to by the given target
|
address-use |
Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
|
name |
A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
family |
Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
|
Responses
Status: 200 - Success
patientHistoryGet
type-history: Fetch the resource change history for all resources of type Patient
/Patient/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Patient/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PatientApi;
import java.io.File;
import java.util.*;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.patientHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PatientApi;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.patientHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientHistoryGet");
e.printStackTrace();
}
}
}
PatientApi *apiInstance = [[PatientApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Patient
[apiInstance patientHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PatientApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.patientHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class patientHistoryGetExample
{
public void main()
{
var apiInstance = new PatientApi();
try
{
// type-history: Fetch the resource change history for all resources of type Patient
FHIR-JSON-RESOURCE result = apiInstance.patientHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PatientApi.patientHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPatientApi();
try {
$result = $api_instance->patientHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PatientApi->patientHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PatientApi;
my $api_instance = WWW::SwaggerClient::PatientApi->new();
eval {
my $result = $api_instance->patientHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling PatientApi->patientHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PatientApi()
try:
# type-history: Fetch the resource change history for all resources of type Patient
api_response = api_instance.patient_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling PatientApi->patientHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
patientIdGet
read-instance: Read Patient instance
/Patient/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Patient/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PatientApi;
import java.io.File;
import java.util.*;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.patientIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PatientApi;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.patientIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
PatientApi *apiInstance = [[PatientApi alloc] init];
// read-instance: Read Patient instance
[apiInstance patientIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PatientApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.patientIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class patientIdGetExample
{
public void main()
{
var apiInstance = new PatientApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Patient instance
FHIR-JSON-RESOURCE result = apiInstance.patientIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PatientApi.patientIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPatientApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->patientIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PatientApi->patientIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PatientApi;
my $api_instance = WWW::SwaggerClient::PatientApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->patientIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PatientApi->patientIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PatientApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Patient instance
api_response = api_instance.patient_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling PatientApi->patientIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
patientIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Patient
/Patient/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Patient/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PatientApi;
import java.io.File;
import java.util.*;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.patientIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PatientApi;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.patientIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
PatientApi *apiInstance = [[PatientApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Patient
[apiInstance patientIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PatientApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.patientIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class patientIdHistoryGetExample
{
public void main()
{
var apiInstance = new PatientApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Patient
FHIR-JSON-RESOURCE result = apiInstance.patientIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PatientApi.patientIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPatientApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->patientIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PatientApi->patientIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PatientApi;
my $api_instance = WWW::SwaggerClient::PatientApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->patientIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PatientApi->patientIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PatientApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Patient
api_response = api_instance.patient_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling PatientApi->patientIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
patientIdHistoryVersionIdGet
vread-instance: Read Patient instance with specific version
/Patient/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Patient/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PatientApi;
import java.io.File;
import java.util.*;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.patientIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PatientApi;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.patientIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
PatientApi *apiInstance = [[PatientApi alloc] init];
// vread-instance: Read Patient instance with specific version
[apiInstance patientIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PatientApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.patientIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class patientIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new PatientApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Patient instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.patientIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PatientApi.patientIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPatientApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->patientIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PatientApi->patientIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PatientApi;
my $api_instance = WWW::SwaggerClient::PatientApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->patientIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PatientApi->patientIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PatientApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Patient instance with specific version
api_response = api_instance.patient_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling PatientApi->patientIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
patientPost
create-type: Create a new Patient instance
/Patient
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Patient"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PatientApi;
import java.io.File;
import java.util.*;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Patient\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.patientPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PatientApi;
public class PatientApiExample {
public static void main(String[] args) {
PatientApi apiInstance = new PatientApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Patient\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.patientPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PatientApi#patientPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Patient\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // (optional)
PatientApi *apiInstance = [[PatientApi alloc] init];
// create-type: Create a new Patient instance
[apiInstance patientPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PatientApi()
var opts = {
'body': "{\n \"resourceType\": \"Patient\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.patientPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class patientPostExample
{
public void main()
{
var apiInstance = new PatientApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Patient instance
FHIR-JSON-RESOURCE result = apiInstance.patientPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PatientApi.patientPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPatientApi();
$body = "{\n \"resourceType\": \"Patient\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->patientPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PatientApi->patientPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PatientApi;
my $api_instance = WWW::SwaggerClient::PatientApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->patientPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PatientApi->patientPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PatientApi()
body = "{\n \"resourceType\": \"Patient\",\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"\"\n }\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Patient instance
api_response = api_instance.patient_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling PatientApi->patientPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Practitioner
practitionerGet
search-type: Search for Practitioner instances
This is a search type
/Practitioner
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Practitioner?address-state=&gender=&_lastUpdated=&address-country=&phonetic=&telecom=&address-city=&communication=&email=&given=&identifier=&address=&_security=&active=&address-postalcode=&_filter=&_profile=&phone=&_tag=&_has=&address-use=&name=&_source=&_id=&_text=&_content=&family="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerApi;
import java.io.File;
import java.util.*;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
= ; // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
= ; // | When the resource version last changed
= ; // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
= ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
= ; // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
= ; // | One of the languages that the practitioner can communicate with
= ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
= ; // | A practitioner's Identifier
= ; // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
= ; // | Security Labels applied to this resource
= ; // | Whether the practitioner record is active
= ; // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
= ; // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerGet(, , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerApi;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
= ; // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
= ; // | When the resource version last changed
= ; // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
= ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
= ; // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
= ; // | One of the languages that the practitioner can communicate with
= ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
= ; // | A practitioner's Identifier
= ; // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
= ; // | Security Labels applied to this resource
= ; // | Whether the practitioner record is active
= ; // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
= ; // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerGet(, , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person (optional)
* = ; // When the resource version last changed (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address (optional)
* = ; // One of the languages that the practitioner can communicate with (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name (optional)
* = ; // A practitioner's Identifier (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Whether the practitioner record is active (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address (optional)
* = ; // A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name (optional)
PractitionerApi *apiInstance = [[PractitionerApi alloc] init];
// search-type: Search for Practitioner instances
[apiInstance practitionerGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerApi()
var opts = {
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
'': , // {{}} Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
'': , // {{}} When the resource version last changed
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
'': , // {{}} Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
'': , // {{}} One of the languages that the practitioner can communicate with
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
'': , // {{}} A practitioner's Identifier
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Whether the practitioner record is active
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
'': , // {{}} A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerGetExample
{
public void main()
{
var apiInstance = new PractitionerApi();
var = new (); // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address (optional)
var = new (); // | One of the languages that the practitioner can communicate with (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name (optional)
var = new (); // | A practitioner's Identifier (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Whether the practitioner record is active (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address (optional)
var = new (); // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name (optional)
try
{
// search-type: Search for Practitioner instances
FHIR-JSON-RESOURCE result = apiInstance.practitionerGet(, , , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerApi.practitionerGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerApi();
$ = ; // | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
$ = ; // | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
$ = ; // | When the resource version last changed
$ = ; // | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
$ = ; // | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
$ = ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
$ = ; // | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
$ = ; // | One of the languages that the practitioner can communicate with
$ = ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
$ = ; // | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
$ = ; // | A practitioner's Identifier
$ = ; // | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
$ = ; // | Security Labels applied to this resource
$ = ; // | Whether the practitioner record is active
$ = ; // | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
$ = ; // | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
try {
$result = $api_instance->practitionerGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerApi->practitionerGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerApi;
my $api_instance = WWW::SwaggerClient::PractitionerApi->new();
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
my $ = ; # | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
my $ = ; # | When the resource version last changed
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
my $ = ; # | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
my $ = ; # | One of the languages that the practitioner can communicate with
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
my $ = ; # | A practitioner's Identifier
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Whether the practitioner record is active
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
my $ = ; # | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
eval {
my $result = $api_instance->practitionerGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerApi->practitionerGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerApi()
= # | Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address (optional)
= # | Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person (optional)
= # | When the resource version last changed (optional)
= # | Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address (optional)
= # | Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm (optional)
= # | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
= # | Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address (optional)
= # | One of the languages that the practitioner can communicate with (optional)
= # | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
= # | Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name (optional)
= # | A practitioner's Identifier (optional)
= # | Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text (optional)
= # | Security Labels applied to this resource (optional)
= # | Whether the practitioner record is active (optional)
= # | Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address (optional)
= # | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name (optional)
try:
# search-type: Search for Practitioner instances
api_response = api_instance.practitioner_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerApi->practitionerGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
address-state |
Multiple Resources:
* [Patient](patient.html): A state specified in an address
* [Person](person.html): A state specified in an address
* [Practitioner](practitioner.html): A state specified in an address
* [RelatedPerson](relatedperson.html): A state specified in an address
|
gender |
Multiple Resources:
* [Patient](patient.html): Gender of the patient
* [Person](person.html): The gender of the person
* [Practitioner](practitioner.html): Gender of the practitioner
* [RelatedPerson](relatedperson.html): Gender of the related person
|
_lastUpdated |
When the resource version last changed
|
address-country |
Multiple Resources:
* [Patient](patient.html): A country specified in an address
* [Person](person.html): A country specified in an address
* [Practitioner](practitioner.html): A country specified in an address
* [RelatedPerson](relatedperson.html): A country specified in an address
|
phonetic |
Multiple Resources:
* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [Person](person.html): A portion of name using some kind of phonetic matching algorithm
* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm
* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
|
telecom |
Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
|
address-city |
Multiple Resources:
* [Patient](patient.html): A city specified in an address
* [Person](person.html): A city specified in an address
* [Practitioner](practitioner.html): A city specified in an address
* [RelatedPerson](relatedperson.html): A city specified in an address
|
communication |
One of the languages that the practitioner can communicate with
|
email |
Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
|
given |
Multiple Resources:
* [Patient](patient.html): A portion of the given name of the patient
* [Practitioner](practitioner.html): A portion of the given name
|
identifier |
A practitioner's Identifier
|
address |
Multiple Resources:
* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
|
_security |
Security Labels applied to this resource
|
active |
Whether the practitioner record is active
|
address-postalcode |
Multiple Resources:
* [Patient](patient.html): A postalCode specified in an address
* [Person](person.html): A postal code specified in an address
* [Practitioner](practitioner.html): A postalCode specified in an address
* [RelatedPerson](relatedperson.html): A postal code specified in an address
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
phone |
Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
address-use |
Multiple Resources:
* [Patient](patient.html): A use code specified in an address
* [Person](person.html): A use code specified in an address
* [Practitioner](practitioner.html): A use code specified in an address
* [RelatedPerson](relatedperson.html): A use code specified in an address
|
name |
A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
family |
Multiple Resources:
* [Patient](patient.html): A portion of the family name of the patient
* [Practitioner](practitioner.html): A portion of the family name
|
Responses
Status: 200 - Success
practitionerHistoryGet
type-history: Fetch the resource change history for all resources of type Practitioner
/Practitioner/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Practitioner/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerApi;
import java.io.File;
import java.util.*;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerApi;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerHistoryGet");
e.printStackTrace();
}
}
}
PractitionerApi *apiInstance = [[PractitionerApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Practitioner
[apiInstance practitionerHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerHistoryGetExample
{
public void main()
{
var apiInstance = new PractitionerApi();
try
{
// type-history: Fetch the resource change history for all resources of type Practitioner
FHIR-JSON-RESOURCE result = apiInstance.practitionerHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerApi.practitionerHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerApi();
try {
$result = $api_instance->practitionerHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerApi->practitionerHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerApi;
my $api_instance = WWW::SwaggerClient::PractitionerApi->new();
eval {
my $result = $api_instance->practitionerHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerApi->practitionerHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerApi()
try:
# type-history: Fetch the resource change history for all resources of type Practitioner
api_response = api_instance.practitioner_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerApi->practitionerHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
practitionerIdGet
read-instance: Read Practitioner instance
/Practitioner/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Practitioner/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerApi;
import java.io.File;
import java.util.*;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerApi;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
PractitionerApi *apiInstance = [[PractitionerApi alloc] init];
// read-instance: Read Practitioner instance
[apiInstance practitionerIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerIdGetExample
{
public void main()
{
var apiInstance = new PractitionerApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Practitioner instance
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerApi.practitionerIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->practitionerIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerApi->practitionerIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerApi;
my $api_instance = WWW::SwaggerClient::PractitionerApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->practitionerIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerApi->practitionerIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Practitioner instance
api_response = api_instance.practitioner_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerApi->practitionerIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
practitionerIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Practitioner
/Practitioner/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Practitioner/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerApi;
import java.io.File;
import java.util.*;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerApi;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
PractitionerApi *apiInstance = [[PractitionerApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Practitioner
[apiInstance practitionerIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerIdHistoryGetExample
{
public void main()
{
var apiInstance = new PractitionerApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Practitioner
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerApi.practitionerIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->practitionerIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerApi->practitionerIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerApi;
my $api_instance = WWW::SwaggerClient::PractitionerApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->practitionerIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerApi->practitionerIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Practitioner
api_response = api_instance.practitioner_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerApi->practitionerIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
practitionerIdHistoryVersionIdGet
vread-instance: Read Practitioner instance with specific version
/Practitioner/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Practitioner/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerApi;
import java.io.File;
import java.util.*;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerApi;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
PractitionerApi *apiInstance = [[PractitionerApi alloc] init];
// vread-instance: Read Practitioner instance with specific version
[apiInstance practitionerIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new PractitionerApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Practitioner instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.practitionerIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerApi.practitionerIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->practitionerIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerApi->practitionerIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerApi;
my $api_instance = WWW::SwaggerClient::PractitionerApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->practitionerIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerApi->practitionerIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Practitioner instance with specific version
api_response = api_instance.practitioner_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerApi->practitionerIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
practitionerPost
create-type: Create a new Practitioner instance
/Practitioner
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Practitioner"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerApi;
import java.io.File;
import java.util.*;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Practitioner\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerApi;
public class PractitionerApiExample {
public static void main(String[] args) {
PractitionerApi apiInstance = new PractitionerApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Practitioner\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerApi#practitionerPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Practitioner\"\n}"; // (optional)
PractitionerApi *apiInstance = [[PractitionerApi alloc] init];
// create-type: Create a new Practitioner instance
[apiInstance practitionerPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerApi()
var opts = {
'body': "{\n \"resourceType\": \"Practitioner\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerPostExample
{
public void main()
{
var apiInstance = new PractitionerApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Practitioner instance
FHIR-JSON-RESOURCE result = apiInstance.practitionerPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerApi.practitionerPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerApi();
$body = "{\n \"resourceType\": \"Practitioner\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->practitionerPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerApi->practitionerPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerApi;
my $api_instance = WWW::SwaggerClient::PractitionerApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->practitionerPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerApi->practitionerPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerApi()
body = "{\n \"resourceType\": \"Practitioner\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Practitioner instance
api_response = api_instance.practitioner_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerApi->practitionerPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
PractitionerRole
practitionerRoleGet
search-type: Search for PractitionerRole instances
This is a search type
/PractitionerRole
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/PractitionerRole?date=&identifier=&specialty=&role=&practitioner=&_lastUpdated=&_security=&active=&_filter=&endpoint=&_profile=&phone=&service=&_tag=&organization=&_has=&_source=&telecom=&location=&_id=&_text=&_content=&email="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerRoleApi;
import java.io.File;
import java.util.*;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
= ; // | The period during which the practitioner is authorized to perform in these role(s)
= ; // | A practitioner's Identifier
= ; // | The practitioner has this specialty at an organization
= ; // | The practitioner can perform this role at for the organization
= ; // | Practitioner that is able to provide the defined services for the organization
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Whether this practitioner role record is in active use
= ; // | Search the contents of the resource's data using a filter
= ; // | Technical endpoints providing access to services operated for the practitioner with this role
= ; // | Profiles this resource claims to conform to
= ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
= ; // | The list of healthcare services that this worker provides for this role's Organization/Location(s)
= ; // | Tags applied to this resource
= ; // | The identity of the organization the practitioner represents / acts on behalf of
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
= ; // | One of the locations at which this practitioner provides care
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleGet(, , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRoleGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerRoleApi;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
= ; // | The period during which the practitioner is authorized to perform in these role(s)
= ; // | A practitioner's Identifier
= ; // | The practitioner has this specialty at an organization
= ; // | The practitioner can perform this role at for the organization
= ; // | Practitioner that is able to provide the defined services for the organization
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Whether this practitioner role record is in active use
= ; // | Search the contents of the resource's data using a filter
= ; // | Technical endpoints providing access to services operated for the practitioner with this role
= ; // | Profiles this resource claims to conform to
= ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
= ; // | The list of healthcare services that this worker provides for this role's Organization/Location(s)
= ; // | Tags applied to this resource
= ; // | The identity of the organization the practitioner represents / acts on behalf of
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
= ; // | One of the locations at which this practitioner provides care
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleGet(, , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRoleGet");
e.printStackTrace();
}
}
}
* = ; // The period during which the practitioner is authorized to perform in these role(s) (optional)
* = ; // A practitioner's Identifier (optional)
* = ; // The practitioner has this specialty at an organization (optional)
* = ; // The practitioner can perform this role at for the organization (optional)
* = ; // Practitioner that is able to provide the defined services for the organization (optional)
* = ; // When the resource version last changed (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Whether this practitioner role record is in active use (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Technical endpoints providing access to services operated for the practitioner with this role (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
* = ; // The list of healthcare services that this worker provides for this role's Organization/Location(s) (optional)
* = ; // Tags applied to this resource (optional)
* = ; // The identity of the organization the practitioner represents / acts on behalf of (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
* = ; // One of the locations at which this practitioner provides care (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
PractitionerRoleApi *apiInstance = [[PractitionerRoleApi alloc] init];
// search-type: Search for PractitionerRole instances
[apiInstance practitionerRoleGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerRoleApi()
var opts = {
'': , // {{}} The period during which the practitioner is authorized to perform in these role(s)
'': , // {{}} A practitioner's Identifier
'': , // {{}} The practitioner has this specialty at an organization
'': , // {{}} The practitioner can perform this role at for the organization
'': , // {{}} Practitioner that is able to provide the defined services for the organization
'': , // {{}} When the resource version last changed
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Whether this practitioner role record is in active use
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Technical endpoints providing access to services operated for the practitioner with this role
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
'': , // {{}} The list of healthcare services that this worker provides for this role's Organization/Location(s)
'': , // {{}} Tags applied to this resource
'': , // {{}} The identity of the organization the practitioner represents / acts on behalf of
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
'': , // {{}} One of the locations at which this practitioner provides care
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerRoleGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerRoleGetExample
{
public void main()
{
var apiInstance = new PractitionerRoleApi();
var = new (); // | The period during which the practitioner is authorized to perform in these role(s) (optional)
var = new (); // | A practitioner's Identifier (optional)
var = new (); // | The practitioner has this specialty at an organization (optional)
var = new (); // | The practitioner can perform this role at for the organization (optional)
var = new (); // | Practitioner that is able to provide the defined services for the organization (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Whether this practitioner role record is in active use (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Technical endpoints providing access to services operated for the practitioner with this role (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
var = new (); // | The list of healthcare services that this worker provides for this role's Organization/Location(s) (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | The identity of the organization the practitioner represents / acts on behalf of (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
var = new (); // | One of the locations at which this practitioner provides care (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
try
{
// search-type: Search for PractitionerRole instances
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleGet(, , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerRoleApi.practitionerRoleGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerRoleApi();
$ = ; // | The period during which the practitioner is authorized to perform in these role(s)
$ = ; // | A practitioner's Identifier
$ = ; // | The practitioner has this specialty at an organization
$ = ; // | The practitioner can perform this role at for the organization
$ = ; // | Practitioner that is able to provide the defined services for the organization
$ = ; // | When the resource version last changed
$ = ; // | Security Labels applied to this resource
$ = ; // | Whether this practitioner role record is in active use
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Technical endpoints providing access to services operated for the practitioner with this role
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
$ = ; // | The list of healthcare services that this worker provides for this role's Organization/Location(s)
$ = ; // | Tags applied to this resource
$ = ; // | The identity of the organization the practitioner represents / acts on behalf of
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
$ = ; // | One of the locations at which this practitioner provides care
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
try {
$result = $api_instance->practitionerRoleGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerRoleApi->practitionerRoleGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerRoleApi;
my $api_instance = WWW::SwaggerClient::PractitionerRoleApi->new();
my $ = ; # | The period during which the practitioner is authorized to perform in these role(s)
my $ = ; # | A practitioner's Identifier
my $ = ; # | The practitioner has this specialty at an organization
my $ = ; # | The practitioner can perform this role at for the organization
my $ = ; # | Practitioner that is able to provide the defined services for the organization
my $ = ; # | When the resource version last changed
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Whether this practitioner role record is in active use
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Technical endpoints providing access to services operated for the practitioner with this role
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
my $ = ; # | The list of healthcare services that this worker provides for this role's Organization/Location(s)
my $ = ; # | Tags applied to this resource
my $ = ; # | The identity of the organization the practitioner represents / acts on behalf of
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
my $ = ; # | One of the locations at which this practitioner provides care
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
eval {
my $result = $api_instance->practitionerRoleGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerRoleApi->practitionerRoleGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerRoleApi()
= # | The period during which the practitioner is authorized to perform in these role(s) (optional)
= # | A practitioner's Identifier (optional)
= # | The practitioner has this specialty at an organization (optional)
= # | The practitioner can perform this role at for the organization (optional)
= # | Practitioner that is able to provide the defined services for the organization (optional)
= # | When the resource version last changed (optional)
= # | Security Labels applied to this resource (optional)
= # | Whether this practitioner role record is in active use (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Technical endpoints providing access to services operated for the practitioner with this role (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact (optional)
= # | The list of healthcare services that this worker provides for this role's Organization/Location(s) (optional)
= # | Tags applied to this resource (optional)
= # | The identity of the organization the practitioner represents / acts on behalf of (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact (optional)
= # | One of the locations at which this practitioner provides care (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact (optional)
try:
# search-type: Search for PractitionerRole instances
api_response = api_instance.practitioner_role_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerRoleApi->practitionerRoleGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
The period during which the practitioner is authorized to perform in these role(s)
|
identifier |
A practitioner's Identifier
|
specialty |
The practitioner has this specialty at an organization
|
role |
The practitioner can perform this role at for the organization
|
practitioner |
Practitioner that is able to provide the defined services for the organization
|
_lastUpdated |
When the resource version last changed
|
_security |
Security Labels applied to this resource
|
active |
Whether this practitioner role record is in active use
|
_filter |
Search the contents of the resource's data using a filter
|
endpoint |
Technical endpoints providing access to services operated for the practitioner with this role
|
_profile |
Profiles this resource claims to conform to
|
phone |
Multiple Resources:
* [Patient](patient.html): A value in a phone contact
* [Person](person.html): A value in a phone contact
* [Practitioner](practitioner.html): A value in a phone contact
* [PractitionerRole](practitionerrole.html): A value in a phone contact
* [RelatedPerson](relatedperson.html): A value in a phone contact
|
service |
The list of healthcare services that this worker provides for this role's Organization/Location(s)
|
_tag |
Tags applied to this resource
|
organization |
The identity of the organization the practitioner represents / acts on behalf of
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
telecom |
Multiple Resources:
* [Patient](patient.html): The value in any kind of telecom details of the patient
* [Person](person.html): The value in any kind of contact
* [Practitioner](practitioner.html): The value in any kind of contact
* [PractitionerRole](practitionerrole.html): The value in any kind of contact
* [RelatedPerson](relatedperson.html): The value in any kind of contact
|
location |
One of the locations at which this practitioner provides care
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
email |
Multiple Resources:
* [Patient](patient.html): A value in an email contact
* [Person](person.html): A value in an email contact
* [Practitioner](practitioner.html): A value in an email contact
* [PractitionerRole](practitionerrole.html): A value in an email contact
* [RelatedPerson](relatedperson.html): A value in an email contact
|
Responses
Status: 200 - Success
practitionerRoleHistoryGet
type-history: Fetch the resource change history for all resources of type PractitionerRole
/PractitionerRole/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/PractitionerRole/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerRoleApi;
import java.io.File;
import java.util.*;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRoleHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerRoleApi;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRoleHistoryGet");
e.printStackTrace();
}
}
}
PractitionerRoleApi *apiInstance = [[PractitionerRoleApi alloc] init];
// type-history: Fetch the resource change history for all resources of type PractitionerRole
[apiInstance practitionerRoleHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerRoleApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerRoleHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerRoleHistoryGetExample
{
public void main()
{
var apiInstance = new PractitionerRoleApi();
try
{
// type-history: Fetch the resource change history for all resources of type PractitionerRole
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerRoleApi.practitionerRoleHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerRoleApi();
try {
$result = $api_instance->practitionerRoleHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerRoleApi->practitionerRoleHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerRoleApi;
my $api_instance = WWW::SwaggerClient::PractitionerRoleApi->new();
eval {
my $result = $api_instance->practitionerRoleHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerRoleApi->practitionerRoleHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerRoleApi()
try:
# type-history: Fetch the resource change history for all resources of type PractitionerRole
api_response = api_instance.practitioner_role_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerRoleApi->practitionerRoleHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
practitionerRoleIdHistoryGet
instance-history: Fetch the resource change history for all resources of type PractitionerRole
/PractitionerRole/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/PractitionerRole/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerRoleApi;
import java.io.File;
import java.util.*;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRoleIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerRoleApi;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRoleIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
PractitionerRoleApi *apiInstance = [[PractitionerRoleApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type PractitionerRole
[apiInstance practitionerRoleIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerRoleApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerRoleIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerRoleIdHistoryGetExample
{
public void main()
{
var apiInstance = new PractitionerRoleApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type PractitionerRole
FHIR-JSON-RESOURCE result = apiInstance.practitionerRoleIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerRoleApi.practitionerRoleIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerRoleApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->practitionerRoleIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerRoleApi->practitionerRoleIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerRoleApi;
my $api_instance = WWW::SwaggerClient::PractitionerRoleApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->practitionerRoleIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerRoleApi->practitionerRoleIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerRoleApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type PractitionerRole
api_response = api_instance.practitioner_role_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerRoleApi->practitionerRoleIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
practitionerRolePost
create-type: Create a new PractitionerRole instance
/PractitionerRole
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/PractitionerRole"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.PractitionerRoleApi;
import java.io.File;
import java.util.*;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"PractitionerRole\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRolePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRolePost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.PractitionerRoleApi;
public class PractitionerRoleApiExample {
public static void main(String[] args) {
PractitionerRoleApi apiInstance = new PractitionerRoleApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"PractitionerRole\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.practitionerRolePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling PractitionerRoleApi#practitionerRolePost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"PractitionerRole\"\n}"; // (optional)
PractitionerRoleApi *apiInstance = [[PractitionerRoleApi alloc] init];
// create-type: Create a new PractitionerRole instance
[apiInstance practitionerRolePostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.PractitionerRoleApi()
var opts = {
'body': "{\n \"resourceType\": \"PractitionerRole\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.practitionerRolePost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class practitionerRolePostExample
{
public void main()
{
var apiInstance = new PractitionerRoleApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new PractitionerRole instance
FHIR-JSON-RESOURCE result = apiInstance.practitionerRolePost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling PractitionerRoleApi.practitionerRolePost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiPractitionerRoleApi();
$body = "{\n \"resourceType\": \"PractitionerRole\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->practitionerRolePost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling PractitionerRoleApi->practitionerRolePost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::PractitionerRoleApi;
my $api_instance = WWW::SwaggerClient::PractitionerRoleApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->practitionerRolePost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling PractitionerRoleApi->practitionerRolePost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.PractitionerRoleApi()
body = "{\n \"resourceType\": \"PractitionerRole\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new PractitionerRole instance
api_response = api_instance.practitioner_role_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling PractitionerRoleApi->practitionerRolePost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Procedure
procedureGet
search-type: Search for Procedure instances
This is a search type
/Procedure
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Procedure?date=&code=&subject=&_lastUpdated=&part-of=&reason-code=&based-on=&patient=&instantiates-uri=&identifier=&performer=&_security=&instantiates-canonical=&encounter=&_filter=&_profile=&_tag=&_has=&reason-reference=&_source=&location=&_id=&_text=&_content=&category=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProcedureApi;
import java.io.File;
import java.util.*;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Search by subject
= ; // | When the resource version last changed
= ; // | Part of referenced event
= ; // | Coded reason procedure performed
= ; // | A request for this procedure
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Instantiates external protocol or definition
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | The reference to the practitioner
= ; // | Security Labels applied to this resource
= ; // | Instantiates FHIR protocol or definition
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | The justification that the procedure was performed
= ; // | Identifies where the resource comes from
= ; // | Where the procedure happened
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Classification of the procedure
= ; // | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProcedureApi;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Search by subject
= ; // | When the resource version last changed
= ; // | Part of referenced event
= ; // | Coded reason procedure performed
= ; // | A request for this procedure
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Instantiates external protocol or definition
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | The reference to the practitioner
= ; // | Security Labels applied to this resource
= ; // | Instantiates FHIR protocol or definition
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | The justification that the procedure was performed
= ; // | Identifies where the resource comes from
= ; // | Where the procedure happened
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Classification of the procedure
= ; // | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureGet");
e.printStackTrace();
}
}
}
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
* = ; // Search by subject (optional)
* = ; // When the resource version last changed (optional)
* = ; // Part of referenced event (optional)
* = ; // Coded reason procedure performed (optional)
* = ; // A request for this procedure (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Instantiates external protocol or definition (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // The reference to the practitioner (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Instantiates FHIR protocol or definition (optional)
* = ; // Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // The justification that the procedure was performed (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Where the procedure happened (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Classification of the procedure (optional)
* = ; // preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown (optional)
ProcedureApi *apiInstance = [[ProcedureApi alloc] init];
// search-type: Search for Procedure instances
[apiInstance procedureGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProcedureApi()
var opts = {
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
'': , // {{}} Search by subject
'': , // {{}} When the resource version last changed
'': , // {{}} Part of referenced event
'': , // {{}} Coded reason procedure performed
'': , // {{}} A request for this procedure
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Instantiates external protocol or definition
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} The reference to the practitioner
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Instantiates FHIR protocol or definition
'': , // {{}} Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} The justification that the procedure was performed
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Where the procedure happened
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} Classification of the procedure
'': // {{}} preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.procedureGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class procedureGetExample
{
public void main()
{
var apiInstance = new ProcedureApi();
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
var = new (); // | Search by subject (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Part of referenced event (optional)
var = new (); // | Coded reason procedure performed (optional)
var = new (); // | A request for this procedure (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Instantiates external protocol or definition (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | The reference to the practitioner (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Instantiates FHIR protocol or definition (optional)
var = new (); // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | The justification that the procedure was performed (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Where the procedure happened (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Classification of the procedure (optional)
var = new (); // | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown (optional)
try
{
// search-type: Search for Procedure instances
FHIR-JSON-RESOURCE result = apiInstance.procedureGet(, , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProcedureApi.procedureGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProcedureApi();
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
$ = ; // | Search by subject
$ = ; // | When the resource version last changed
$ = ; // | Part of referenced event
$ = ; // | Coded reason procedure performed
$ = ; // | A request for this procedure
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Instantiates external protocol or definition
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | The reference to the practitioner
$ = ; // | Security Labels applied to this resource
$ = ; // | Instantiates FHIR protocol or definition
$ = ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | The justification that the procedure was performed
$ = ; // | Identifies where the resource comes from
$ = ; // | Where the procedure happened
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Classification of the procedure
$ = ; // | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
try {
$result = $api_instance->procedureGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProcedureApi->procedureGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProcedureApi;
my $api_instance = WWW::SwaggerClient::ProcedureApi->new();
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
my $ = ; # | Search by subject
my $ = ; # | When the resource version last changed
my $ = ; # | Part of referenced event
my $ = ; # | Coded reason procedure performed
my $ = ; # | A request for this procedure
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Instantiates external protocol or definition
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | The reference to the practitioner
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Instantiates FHIR protocol or definition
my $ = ; # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | The justification that the procedure was performed
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Where the procedure happened
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Classification of the procedure
my $ = ; # | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
eval {
my $result = $api_instance->procedureGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProcedureApi->procedureGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProcedureApi()
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
= # | Search by subject (optional)
= # | When the resource version last changed (optional)
= # | Part of referenced event (optional)
= # | Coded reason procedure performed (optional)
= # | A request for this procedure (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Instantiates external protocol or definition (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | The reference to the practitioner (optional)
= # | Security Labels applied to this resource (optional)
= # | Instantiates FHIR protocol or definition (optional)
= # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | The justification that the procedure was performed (optional)
= # | Identifies where the resource comes from (optional)
= # | Where the procedure happened (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Classification of the procedure (optional)
= # | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown (optional)
try:
# search-type: Search for Procedure instances
api_response = api_instance.procedure_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProcedureApi->procedureGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
date |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded
* [CarePlan](careplan.html): Time period plan covers
* [CareTeam](careteam.html): Time period team covers
* [ClinicalImpression](clinicalimpression.html): When the assessment was documented
* [Composition](composition.html): Composition editing time
* [Consent](consent.html): When this Consent was created or indexed
* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report
* [Encounter](encounter.html): A date within the period the Encounter lasted
* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period
* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated
* [Flag](flag.html): Time period when flag is active
* [Immunization](immunization.html): Vaccination (non)-Administration Date
* [List](list.html): When the list was prepared
* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period
* [Procedure](procedure.html): When the procedure was performed
* [RiskAssessment](riskassessment.html): When was assessment made?
* [SupplyRequest](supplyrequest.html): When the request was made
|
code |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
|
subject |
|
_lastUpdated |
When the resource version last changed
|
part-of |
|
reason-code |
Coded reason procedure performed
|
based-on |
A request for this procedure
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
instantiates-uri |
Instantiates external protocol or definition
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
performer |
The reference to the practitioner
|
_security |
Security Labels applied to this resource
|
instantiates-canonical |
Instantiates FHIR protocol or definition
|
encounter |
Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
reason-reference |
The justification that the procedure was performed
|
_source |
Identifies where the resource comes from
|
location |
Where the procedure happened
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
category |
Classification of the procedure
|
status |
preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
|
Responses
Status: 200 - Success
procedureHistoryGet
type-history: Fetch the resource change history for all resources of type Procedure
/Procedure/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Procedure/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProcedureApi;
import java.io.File;
import java.util.*;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProcedureApi;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureHistoryGet");
e.printStackTrace();
}
}
}
ProcedureApi *apiInstance = [[ProcedureApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Procedure
[apiInstance procedureHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProcedureApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.procedureHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class procedureHistoryGetExample
{
public void main()
{
var apiInstance = new ProcedureApi();
try
{
// type-history: Fetch the resource change history for all resources of type Procedure
FHIR-JSON-RESOURCE result = apiInstance.procedureHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProcedureApi.procedureHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProcedureApi();
try {
$result = $api_instance->procedureHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProcedureApi->procedureHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProcedureApi;
my $api_instance = WWW::SwaggerClient::ProcedureApi->new();
eval {
my $result = $api_instance->procedureHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProcedureApi->procedureHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProcedureApi()
try:
# type-history: Fetch the resource change history for all resources of type Procedure
api_response = api_instance.procedure_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling ProcedureApi->procedureHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
procedureIdGet
read-instance: Read Procedure instance
/Procedure/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Procedure/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProcedureApi;
import java.io.File;
import java.util.*;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProcedureApi;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ProcedureApi *apiInstance = [[ProcedureApi alloc] init];
// read-instance: Read Procedure instance
[apiInstance procedureIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProcedureApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.procedureIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class procedureIdGetExample
{
public void main()
{
var apiInstance = new ProcedureApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Procedure instance
FHIR-JSON-RESOURCE result = apiInstance.procedureIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProcedureApi.procedureIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProcedureApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->procedureIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProcedureApi->procedureIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProcedureApi;
my $api_instance = WWW::SwaggerClient::ProcedureApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->procedureIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProcedureApi->procedureIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProcedureApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Procedure instance
api_response = api_instance.procedure_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProcedureApi->procedureIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
procedureIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Procedure
/Procedure/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Procedure/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProcedureApi;
import java.io.File;
import java.util.*;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProcedureApi;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ProcedureApi *apiInstance = [[ProcedureApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Procedure
[apiInstance procedureIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProcedureApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.procedureIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class procedureIdHistoryGetExample
{
public void main()
{
var apiInstance = new ProcedureApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Procedure
FHIR-JSON-RESOURCE result = apiInstance.procedureIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProcedureApi.procedureIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProcedureApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->procedureIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProcedureApi->procedureIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProcedureApi;
my $api_instance = WWW::SwaggerClient::ProcedureApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->procedureIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProcedureApi->procedureIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProcedureApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Procedure
api_response = api_instance.procedure_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProcedureApi->procedureIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
procedureIdHistoryVersionIdGet
vread-instance: Read Procedure instance with specific version
/Procedure/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Procedure/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProcedureApi;
import java.io.File;
import java.util.*;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProcedureApi;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.procedureIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedureIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
ProcedureApi *apiInstance = [[ProcedureApi alloc] init];
// vread-instance: Read Procedure instance with specific version
[apiInstance procedureIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProcedureApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.procedureIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class procedureIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new ProcedureApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Procedure instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.procedureIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProcedureApi.procedureIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProcedureApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->procedureIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProcedureApi->procedureIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProcedureApi;
my $api_instance = WWW::SwaggerClient::ProcedureApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->procedureIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProcedureApi->procedureIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProcedureApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Procedure instance with specific version
api_response = api_instance.procedure_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProcedureApi->procedureIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
procedurePost
create-type: Create a new Procedure instance
/Procedure
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Procedure"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProcedureApi;
import java.io.File;
import java.util.*;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Procedure\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.procedurePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedurePost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProcedureApi;
public class ProcedureApiExample {
public static void main(String[] args) {
ProcedureApi apiInstance = new ProcedureApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Procedure\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.procedurePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProcedureApi#procedurePost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Procedure\"\n}"; // (optional)
ProcedureApi *apiInstance = [[ProcedureApi alloc] init];
// create-type: Create a new Procedure instance
[apiInstance procedurePostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProcedureApi()
var opts = {
'body': "{\n \"resourceType\": \"Procedure\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.procedurePost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class procedurePostExample
{
public void main()
{
var apiInstance = new ProcedureApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Procedure instance
FHIR-JSON-RESOURCE result = apiInstance.procedurePost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProcedureApi.procedurePost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProcedureApi();
$body = "{\n \"resourceType\": \"Procedure\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->procedurePost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProcedureApi->procedurePost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProcedureApi;
my $api_instance = WWW::SwaggerClient::ProcedureApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->procedurePost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProcedureApi->procedurePost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProcedureApi()
body = "{\n \"resourceType\": \"Procedure\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Procedure instance
api_response = api_instance.procedure_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProcedureApi->procedurePost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
Provenance
provenanceGet
search-type: Search for Provenance instances
This is a search type
/Provenance
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Provenance?agent-type=&agent=&signature-type=&_lastUpdated=&_security=&recorded=&when=&target=&_filter=&_profile=&patient=&_tag=&_has=&_source=&location=&_id=&_text=&_content=&agent-role=&entity="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProvenanceApi;
import java.io.File;
import java.util.*;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
= ; // | How the agent participated
= ; // | Who participated
= ; // | Indication of the reason the entity signed the object(s)
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | When the activity was recorded / updated
= ; // | When the activity occurred
= ; // | Target Reference(s) (usually version specific)
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Target Reference(s) (usually version specific)
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Where the activity occurred, if relevant
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | What the agents role was
= ; // | Identity of entity
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceGet(, , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProvenanceApi;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
= ; // | How the agent participated
= ; // | Who participated
= ; // | Indication of the reason the entity signed the object(s)
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | When the activity was recorded / updated
= ; // | When the activity occurred
= ; // | Target Reference(s) (usually version specific)
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Target Reference(s) (usually version specific)
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Where the activity occurred, if relevant
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | What the agents role was
= ; // | Identity of entity
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceGet(, , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceGet");
e.printStackTrace();
}
}
}
* = ; // How the agent participated (optional)
* = ; // Who participated (optional)
* = ; // Indication of the reason the entity signed the object(s) (optional)
* = ; // When the resource version last changed (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // When the activity was recorded / updated (optional)
* = ; // When the activity occurred (optional)
* = ; // Target Reference(s) (usually version specific) (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Target Reference(s) (usually version specific) (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Where the activity occurred, if relevant (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // What the agents role was (optional)
* = ; // Identity of entity (optional)
ProvenanceApi *apiInstance = [[ProvenanceApi alloc] init];
// search-type: Search for Provenance instances
[apiInstance provenanceGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProvenanceApi()
var opts = {
'': , // {{}} How the agent participated
'': , // {{}} Who participated
'': , // {{}} Indication of the reason the entity signed the object(s)
'': , // {{}} When the resource version last changed
'': , // {{}} Security Labels applied to this resource
'': , // {{}} When the activity was recorded / updated
'': , // {{}} When the activity occurred
'': , // {{}} Target Reference(s) (usually version specific)
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Target Reference(s) (usually version specific)
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Where the activity occurred, if relevant
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} What the agents role was
'': // {{}} Identity of entity
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.provenanceGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class provenanceGetExample
{
public void main()
{
var apiInstance = new ProvenanceApi();
var = new (); // | How the agent participated (optional)
var = new (); // | Who participated (optional)
var = new (); // | Indication of the reason the entity signed the object(s) (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | When the activity was recorded / updated (optional)
var = new (); // | When the activity occurred (optional)
var = new (); // | Target Reference(s) (usually version specific) (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Target Reference(s) (usually version specific) (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Where the activity occurred, if relevant (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | What the agents role was (optional)
var = new (); // | Identity of entity (optional)
try
{
// search-type: Search for Provenance instances
FHIR-JSON-RESOURCE result = apiInstance.provenanceGet(, , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProvenanceApi.provenanceGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProvenanceApi();
$ = ; // | How the agent participated
$ = ; // | Who participated
$ = ; // | Indication of the reason the entity signed the object(s)
$ = ; // | When the resource version last changed
$ = ; // | Security Labels applied to this resource
$ = ; // | When the activity was recorded / updated
$ = ; // | When the activity occurred
$ = ; // | Target Reference(s) (usually version specific)
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Target Reference(s) (usually version specific)
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Where the activity occurred, if relevant
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | What the agents role was
$ = ; // | Identity of entity
try {
$result = $api_instance->provenanceGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProvenanceApi->provenanceGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProvenanceApi;
my $api_instance = WWW::SwaggerClient::ProvenanceApi->new();
my $ = ; # | How the agent participated
my $ = ; # | Who participated
my $ = ; # | Indication of the reason the entity signed the object(s)
my $ = ; # | When the resource version last changed
my $ = ; # | Security Labels applied to this resource
my $ = ; # | When the activity was recorded / updated
my $ = ; # | When the activity occurred
my $ = ; # | Target Reference(s) (usually version specific)
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Target Reference(s) (usually version specific)
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Where the activity occurred, if relevant
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | What the agents role was
my $ = ; # | Identity of entity
eval {
my $result = $api_instance->provenanceGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProvenanceApi->provenanceGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProvenanceApi()
= # | How the agent participated (optional)
= # | Who participated (optional)
= # | Indication of the reason the entity signed the object(s) (optional)
= # | When the resource version last changed (optional)
= # | Security Labels applied to this resource (optional)
= # | When the activity was recorded / updated (optional)
= # | When the activity occurred (optional)
= # | Target Reference(s) (usually version specific) (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Target Reference(s) (usually version specific) (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Where the activity occurred, if relevant (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | What the agents role was (optional)
= # | Identity of entity (optional)
try:
# search-type: Search for Provenance instances
api_response = api_instance.provenance_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProvenanceApi->provenanceGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
agent-type |
How the agent participated
|
agent |
|
signature-type |
Indication of the reason the entity signed the object(s)
|
_lastUpdated |
When the resource version last changed
|
_security |
Security Labels applied to this resource
|
recorded |
When the activity was recorded / updated
|
when |
When the activity occurred
|
target |
Target Reference(s) (usually version specific)
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
patient |
Target Reference(s) (usually version specific)
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
location |
Where the activity occurred, if relevant
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
agent-role |
|
entity |
|
Responses
Status: 200 - Success
provenanceHistoryGet
type-history: Fetch the resource change history for all resources of type Provenance
/Provenance/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Provenance/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProvenanceApi;
import java.io.File;
import java.util.*;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProvenanceApi;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceHistoryGet");
e.printStackTrace();
}
}
}
ProvenanceApi *apiInstance = [[ProvenanceApi alloc] init];
// type-history: Fetch the resource change history for all resources of type Provenance
[apiInstance provenanceHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProvenanceApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.provenanceHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class provenanceHistoryGetExample
{
public void main()
{
var apiInstance = new ProvenanceApi();
try
{
// type-history: Fetch the resource change history for all resources of type Provenance
FHIR-JSON-RESOURCE result = apiInstance.provenanceHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProvenanceApi.provenanceHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProvenanceApi();
try {
$result = $api_instance->provenanceHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProvenanceApi->provenanceHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProvenanceApi;
my $api_instance = WWW::SwaggerClient::ProvenanceApi->new();
eval {
my $result = $api_instance->provenanceHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProvenanceApi->provenanceHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProvenanceApi()
try:
# type-history: Fetch the resource change history for all resources of type Provenance
api_response = api_instance.provenance_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling ProvenanceApi->provenanceHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
provenanceIdGet
read-instance: Read Provenance instance
/Provenance/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Provenance/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProvenanceApi;
import java.io.File;
import java.util.*;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProvenanceApi;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ProvenanceApi *apiInstance = [[ProvenanceApi alloc] init];
// read-instance: Read Provenance instance
[apiInstance provenanceIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProvenanceApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.provenanceIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class provenanceIdGetExample
{
public void main()
{
var apiInstance = new ProvenanceApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read Provenance instance
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProvenanceApi.provenanceIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProvenanceApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->provenanceIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProvenanceApi->provenanceIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProvenanceApi;
my $api_instance = WWW::SwaggerClient::ProvenanceApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->provenanceIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProvenanceApi->provenanceIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProvenanceApi()
id = id_example # String | The resource ID
try:
# read-instance: Read Provenance instance
api_response = api_instance.provenance_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProvenanceApi->provenanceIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
provenanceIdHistoryGet
instance-history: Fetch the resource change history for all resources of type Provenance
/Provenance/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Provenance/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProvenanceApi;
import java.io.File;
import java.util.*;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProvenanceApi;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ProvenanceApi *apiInstance = [[ProvenanceApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type Provenance
[apiInstance provenanceIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProvenanceApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.provenanceIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class provenanceIdHistoryGetExample
{
public void main()
{
var apiInstance = new ProvenanceApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type Provenance
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProvenanceApi.provenanceIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProvenanceApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->provenanceIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProvenanceApi->provenanceIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProvenanceApi;
my $api_instance = WWW::SwaggerClient::ProvenanceApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->provenanceIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProvenanceApi->provenanceIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProvenanceApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type Provenance
api_response = api_instance.provenance_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProvenanceApi->provenanceIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
provenanceIdHistoryVersionIdGet
vread-instance: Read Provenance instance with specific version
/Provenance/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Provenance/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProvenanceApi;
import java.io.File;
import java.util.*;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProvenanceApi;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenanceIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
ProvenanceApi *apiInstance = [[ProvenanceApi alloc] init];
// vread-instance: Read Provenance instance with specific version
[apiInstance provenanceIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProvenanceApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.provenanceIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class provenanceIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new ProvenanceApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read Provenance instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.provenanceIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProvenanceApi.provenanceIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProvenanceApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->provenanceIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProvenanceApi->provenanceIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProvenanceApi;
my $api_instance = WWW::SwaggerClient::ProvenanceApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->provenanceIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProvenanceApi->provenanceIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProvenanceApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read Provenance instance with specific version
api_response = api_instance.provenance_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProvenanceApi->provenanceIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
provenancePost
create-type: Create a new Provenance instance
/Provenance
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/Provenance"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ProvenanceApi;
import java.io.File;
import java.util.*;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Provenance\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.provenancePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenancePost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ProvenanceApi;
public class ProvenanceApiExample {
public static void main(String[] args) {
ProvenanceApi apiInstance = new ProvenanceApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"Provenance\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.provenancePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProvenanceApi#provenancePost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"Provenance\"\n}"; // (optional)
ProvenanceApi *apiInstance = [[ProvenanceApi alloc] init];
// create-type: Create a new Provenance instance
[apiInstance provenancePostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ProvenanceApi()
var opts = {
'body': "{\n \"resourceType\": \"Provenance\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.provenancePost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class provenancePostExample
{
public void main()
{
var apiInstance = new ProvenanceApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new Provenance instance
FHIR-JSON-RESOURCE result = apiInstance.provenancePost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ProvenanceApi.provenancePost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiProvenanceApi();
$body = "{\n \"resourceType\": \"Provenance\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->provenancePost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ProvenanceApi->provenancePost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ProvenanceApi;
my $api_instance = WWW::SwaggerClient::ProvenanceApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->provenancePost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ProvenanceApi->provenancePost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ProvenanceApi()
body = "{\n \"resourceType\": \"Provenance\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new Provenance instance
api_response = api_instance.provenance_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling ProvenanceApi->provenancePost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
QuestionnaireResponse
questionnaireResponseGet
search-type: Search for QuestionnaireResponse instances
This is a search type
/QuestionnaireResponse
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/QuestionnaireResponse?authored=&identifier=&questionnaire=&author=&subject=&_lastUpdated=&_security=&part-of=&encounter=&source=&_filter=&based-on=&_profile=&patient=&_tag=&_has=&_source=&_id=&_text=&_content=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.QuestionnaireResponseApi;
import java.io.File;
import java.util.*;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
= ; // | When the questionnaire response was last changed
= ; // | The unique identifier for the questionnaire response
= ; // | The questionnaire the answers are provided for
= ; // | The author of the questionnaire response
= ; // | The subject of the questionnaire response
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Procedure or observation this questionnaire response was performed as a part of
= ; // | Encounter associated with the questionnaire response
= ; // | The individual providing the information reflected in the questionnaire respose
= ; // | Search the contents of the resource's data using a filter
= ; // | Plan/proposal/order fulfilled by this questionnaire response
= ; // | Profiles this resource claims to conform to
= ; // | The patient that is the subject of the questionnaire response
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | The status of the questionnaire response
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseGet(, , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.QuestionnaireResponseApi;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
= ; // | When the questionnaire response was last changed
= ; // | The unique identifier for the questionnaire response
= ; // | The questionnaire the answers are provided for
= ; // | The author of the questionnaire response
= ; // | The subject of the questionnaire response
= ; // | When the resource version last changed
= ; // | Security Labels applied to this resource
= ; // | Procedure or observation this questionnaire response was performed as a part of
= ; // | Encounter associated with the questionnaire response
= ; // | The individual providing the information reflected in the questionnaire respose
= ; // | Search the contents of the resource's data using a filter
= ; // | Plan/proposal/order fulfilled by this questionnaire response
= ; // | Profiles this resource claims to conform to
= ; // | The patient that is the subject of the questionnaire response
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | The status of the questionnaire response
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseGet(, , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseGet");
e.printStackTrace();
}
}
}
* = ; // When the questionnaire response was last changed (optional)
* = ; // The unique identifier for the questionnaire response (optional)
* = ; // The questionnaire the answers are provided for (optional)
* = ; // The author of the questionnaire response (optional)
* = ; // The subject of the questionnaire response (optional)
* = ; // When the resource version last changed (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Procedure or observation this questionnaire response was performed as a part of (optional)
* = ; // Encounter associated with the questionnaire response (optional)
* = ; // The individual providing the information reflected in the questionnaire respose (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Plan/proposal/order fulfilled by this questionnaire response (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // The patient that is the subject of the questionnaire response (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // The status of the questionnaire response (optional)
QuestionnaireResponseApi *apiInstance = [[QuestionnaireResponseApi alloc] init];
// search-type: Search for QuestionnaireResponse instances
[apiInstance questionnaireResponseGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.QuestionnaireResponseApi()
var opts = {
'': , // {{}} When the questionnaire response was last changed
'': , // {{}} The unique identifier for the questionnaire response
'': , // {{}} The questionnaire the answers are provided for
'': , // {{}} The author of the questionnaire response
'': , // {{}} The subject of the questionnaire response
'': , // {{}} When the resource version last changed
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Procedure or observation this questionnaire response was performed as a part of
'': , // {{}} Encounter associated with the questionnaire response
'': , // {{}} The individual providing the information reflected in the questionnaire respose
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Plan/proposal/order fulfilled by this questionnaire response
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} The patient that is the subject of the questionnaire response
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': // {{}} The status of the questionnaire response
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.questionnaireResponseGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class questionnaireResponseGetExample
{
public void main()
{
var apiInstance = new QuestionnaireResponseApi();
var = new (); // | When the questionnaire response was last changed (optional)
var = new (); // | The unique identifier for the questionnaire response (optional)
var = new (); // | The questionnaire the answers are provided for (optional)
var = new (); // | The author of the questionnaire response (optional)
var = new (); // | The subject of the questionnaire response (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Procedure or observation this questionnaire response was performed as a part of (optional)
var = new (); // | Encounter associated with the questionnaire response (optional)
var = new (); // | The individual providing the information reflected in the questionnaire respose (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Plan/proposal/order fulfilled by this questionnaire response (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | The patient that is the subject of the questionnaire response (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | The status of the questionnaire response (optional)
try
{
// search-type: Search for QuestionnaireResponse instances
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseGet(, , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling QuestionnaireResponseApi.questionnaireResponseGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiQuestionnaireResponseApi();
$ = ; // | When the questionnaire response was last changed
$ = ; // | The unique identifier for the questionnaire response
$ = ; // | The questionnaire the answers are provided for
$ = ; // | The author of the questionnaire response
$ = ; // | The subject of the questionnaire response
$ = ; // | When the resource version last changed
$ = ; // | Security Labels applied to this resource
$ = ; // | Procedure or observation this questionnaire response was performed as a part of
$ = ; // | Encounter associated with the questionnaire response
$ = ; // | The individual providing the information reflected in the questionnaire respose
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Plan/proposal/order fulfilled by this questionnaire response
$ = ; // | Profiles this resource claims to conform to
$ = ; // | The patient that is the subject of the questionnaire response
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | The status of the questionnaire response
try {
$result = $api_instance->questionnaireResponseGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling QuestionnaireResponseApi->questionnaireResponseGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::QuestionnaireResponseApi;
my $api_instance = WWW::SwaggerClient::QuestionnaireResponseApi->new();
my $ = ; # | When the questionnaire response was last changed
my $ = ; # | The unique identifier for the questionnaire response
my $ = ; # | The questionnaire the answers are provided for
my $ = ; # | The author of the questionnaire response
my $ = ; # | The subject of the questionnaire response
my $ = ; # | When the resource version last changed
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Procedure or observation this questionnaire response was performed as a part of
my $ = ; # | Encounter associated with the questionnaire response
my $ = ; # | The individual providing the information reflected in the questionnaire respose
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Plan/proposal/order fulfilled by this questionnaire response
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | The patient that is the subject of the questionnaire response
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | The status of the questionnaire response
eval {
my $result = $api_instance->questionnaireResponseGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling QuestionnaireResponseApi->questionnaireResponseGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.QuestionnaireResponseApi()
= # | When the questionnaire response was last changed (optional)
= # | The unique identifier for the questionnaire response (optional)
= # | The questionnaire the answers are provided for (optional)
= # | The author of the questionnaire response (optional)
= # | The subject of the questionnaire response (optional)
= # | When the resource version last changed (optional)
= # | Security Labels applied to this resource (optional)
= # | Procedure or observation this questionnaire response was performed as a part of (optional)
= # | Encounter associated with the questionnaire response (optional)
= # | The individual providing the information reflected in the questionnaire respose (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Plan/proposal/order fulfilled by this questionnaire response (optional)
= # | Profiles this resource claims to conform to (optional)
= # | The patient that is the subject of the questionnaire response (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | The status of the questionnaire response (optional)
try:
# search-type: Search for QuestionnaireResponse instances
api_response = api_instance.questionnaire_response_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling QuestionnaireResponseApi->questionnaireResponseGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
authored |
When the questionnaire response was last changed
|
identifier |
The unique identifier for the questionnaire response
|
questionnaire |
The questionnaire the answers are provided for
|
author |
The author of the questionnaire response
|
subject |
The subject of the questionnaire response
|
_lastUpdated |
When the resource version last changed
|
_security |
Security Labels applied to this resource
|
part-of |
Procedure or observation this questionnaire response was performed as a part of
|
encounter |
Encounter associated with the questionnaire response
|
source |
The individual providing the information reflected in the questionnaire respose
|
_filter |
Search the contents of the resource's data using a filter
|
based-on |
Plan/proposal/order fulfilled by this questionnaire response
|
_profile |
Profiles this resource claims to conform to
|
patient |
The patient that is the subject of the questionnaire response
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
status |
The status of the questionnaire response
|
Responses
Status: 200 - Success
questionnaireResponseHistoryGet
type-history: Fetch the resource change history for all resources of type QuestionnaireResponse
/QuestionnaireResponse/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/QuestionnaireResponse/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.QuestionnaireResponseApi;
import java.io.File;
import java.util.*;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.QuestionnaireResponseApi;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseHistoryGet");
e.printStackTrace();
}
}
}
QuestionnaireResponseApi *apiInstance = [[QuestionnaireResponseApi alloc] init];
// type-history: Fetch the resource change history for all resources of type QuestionnaireResponse
[apiInstance questionnaireResponseHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.QuestionnaireResponseApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.questionnaireResponseHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class questionnaireResponseHistoryGetExample
{
public void main()
{
var apiInstance = new QuestionnaireResponseApi();
try
{
// type-history: Fetch the resource change history for all resources of type QuestionnaireResponse
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling QuestionnaireResponseApi.questionnaireResponseHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiQuestionnaireResponseApi();
try {
$result = $api_instance->questionnaireResponseHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling QuestionnaireResponseApi->questionnaireResponseHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::QuestionnaireResponseApi;
my $api_instance = WWW::SwaggerClient::QuestionnaireResponseApi->new();
eval {
my $result = $api_instance->questionnaireResponseHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling QuestionnaireResponseApi->questionnaireResponseHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.QuestionnaireResponseApi()
try:
# type-history: Fetch the resource change history for all resources of type QuestionnaireResponse
api_response = api_instance.questionnaire_response_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling QuestionnaireResponseApi->questionnaireResponseHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
questionnaireResponseIdGet
read-instance: Read QuestionnaireResponse instance
/QuestionnaireResponse/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/QuestionnaireResponse/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.QuestionnaireResponseApi;
import java.io.File;
import java.util.*;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.QuestionnaireResponseApi;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
QuestionnaireResponseApi *apiInstance = [[QuestionnaireResponseApi alloc] init];
// read-instance: Read QuestionnaireResponse instance
[apiInstance questionnaireResponseIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.QuestionnaireResponseApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.questionnaireResponseIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class questionnaireResponseIdGetExample
{
public void main()
{
var apiInstance = new QuestionnaireResponseApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read QuestionnaireResponse instance
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling QuestionnaireResponseApi.questionnaireResponseIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiQuestionnaireResponseApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->questionnaireResponseIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling QuestionnaireResponseApi->questionnaireResponseIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::QuestionnaireResponseApi;
my $api_instance = WWW::SwaggerClient::QuestionnaireResponseApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->questionnaireResponseIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling QuestionnaireResponseApi->questionnaireResponseIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.QuestionnaireResponseApi()
id = id_example # String | The resource ID
try:
# read-instance: Read QuestionnaireResponse instance
api_response = api_instance.questionnaire_response_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling QuestionnaireResponseApi->questionnaireResponseIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
questionnaireResponseIdHistoryGet
instance-history: Fetch the resource change history for all resources of type QuestionnaireResponse
/QuestionnaireResponse/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/QuestionnaireResponse/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.QuestionnaireResponseApi;
import java.io.File;
import java.util.*;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.QuestionnaireResponseApi;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
QuestionnaireResponseApi *apiInstance = [[QuestionnaireResponseApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type QuestionnaireResponse
[apiInstance questionnaireResponseIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.QuestionnaireResponseApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.questionnaireResponseIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class questionnaireResponseIdHistoryGetExample
{
public void main()
{
var apiInstance = new QuestionnaireResponseApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type QuestionnaireResponse
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling QuestionnaireResponseApi.questionnaireResponseIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiQuestionnaireResponseApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->questionnaireResponseIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling QuestionnaireResponseApi->questionnaireResponseIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::QuestionnaireResponseApi;
my $api_instance = WWW::SwaggerClient::QuestionnaireResponseApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->questionnaireResponseIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling QuestionnaireResponseApi->questionnaireResponseIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.QuestionnaireResponseApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type QuestionnaireResponse
api_response = api_instance.questionnaire_response_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling QuestionnaireResponseApi->questionnaireResponseIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
questionnaireResponseIdHistoryVersionIdGet
vread-instance: Read QuestionnaireResponse instance with specific version
/QuestionnaireResponse/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/QuestionnaireResponse/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.QuestionnaireResponseApi;
import java.io.File;
import java.util.*;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.QuestionnaireResponseApi;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponseIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
QuestionnaireResponseApi *apiInstance = [[QuestionnaireResponseApi alloc] init];
// vread-instance: Read QuestionnaireResponse instance with specific version
[apiInstance questionnaireResponseIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.QuestionnaireResponseApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.questionnaireResponseIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class questionnaireResponseIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new QuestionnaireResponseApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read QuestionnaireResponse instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponseIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling QuestionnaireResponseApi.questionnaireResponseIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiQuestionnaireResponseApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->questionnaireResponseIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling QuestionnaireResponseApi->questionnaireResponseIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::QuestionnaireResponseApi;
my $api_instance = WWW::SwaggerClient::QuestionnaireResponseApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->questionnaireResponseIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling QuestionnaireResponseApi->questionnaireResponseIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.QuestionnaireResponseApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read QuestionnaireResponse instance with specific version
api_response = api_instance.questionnaire_response_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling QuestionnaireResponseApi->questionnaireResponseIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
questionnaireResponsePost
create-type: Create a new QuestionnaireResponse instance
/QuestionnaireResponse
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/QuestionnaireResponse"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.QuestionnaireResponseApi;
import java.io.File;
import java.util.*;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"QuestionnaireResponse\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponsePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponsePost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.QuestionnaireResponseApi;
public class QuestionnaireResponseApiExample {
public static void main(String[] args) {
QuestionnaireResponseApi apiInstance = new QuestionnaireResponseApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"QuestionnaireResponse\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponsePost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QuestionnaireResponseApi#questionnaireResponsePost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"QuestionnaireResponse\"\n}"; // (optional)
QuestionnaireResponseApi *apiInstance = [[QuestionnaireResponseApi alloc] init];
// create-type: Create a new QuestionnaireResponse instance
[apiInstance questionnaireResponsePostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.QuestionnaireResponseApi()
var opts = {
'body': "{\n \"resourceType\": \"QuestionnaireResponse\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.questionnaireResponsePost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class questionnaireResponsePostExample
{
public void main()
{
var apiInstance = new QuestionnaireResponseApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new QuestionnaireResponse instance
FHIR-JSON-RESOURCE result = apiInstance.questionnaireResponsePost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling QuestionnaireResponseApi.questionnaireResponsePost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiQuestionnaireResponseApi();
$body = "{\n \"resourceType\": \"QuestionnaireResponse\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->questionnaireResponsePost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling QuestionnaireResponseApi->questionnaireResponsePost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::QuestionnaireResponseApi;
my $api_instance = WWW::SwaggerClient::QuestionnaireResponseApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->questionnaireResponsePost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling QuestionnaireResponseApi->questionnaireResponsePost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.QuestionnaireResponseApi()
body = "{\n \"resourceType\": \"QuestionnaireResponse\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new QuestionnaireResponse instance
api_response = api_instance.questionnaire_response_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling QuestionnaireResponseApi->questionnaireResponsePost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
ServiceRequest
serviceRequestGet
search-type: Search for ServiceRequest instances
This is a search type
/ServiceRequest
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/ServiceRequest?authored=&code=&requisition=&subject=&_lastUpdated=&occurrence=&based-on=&patient=&specimen=&instantiates-uri=&requester=&identifier=&performer=&replaces=&_security=&instantiates-canonical=&encounter=&priority=&intent=&performer-type=&_filter=&_profile=&_tag=&_has=&_source=&_id=&_text=&_content=&body-site=&category=&status="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ServiceRequestApi;
import java.io.File;
import java.util.*;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
= ; // | Date request signed
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Composite Request ID
= ; // | Search by subject
= ; // | When the resource version last changed
= ; // | When service should occur
= ; // | What request fulfills
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Specimen to be tested
= ; // | Instantiates external protocol or definition
= ; // | Who/what is requesting service
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Requested performer
= ; // | What request replaces
= ; // | Security Labels applied to this resource
= ; // | Instantiates FHIR protocol or definition
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | routine | urgent | asap | stat
= ; // | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
= ; // | Performer role
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Where procedure is going to be done
= ; // | Classification of service
= ; // | draft | active | on-hold | revoked | completed | entered-in-error | unknown
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ServiceRequestApi;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
= ; // | Date request signed
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
= ; // | Composite Request ID
= ; // | Search by subject
= ; // | When the resource version last changed
= ; // | When service should occur
= ; // | What request fulfills
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
= ; // | Specimen to be tested
= ; // | Instantiates external protocol or definition
= ; // | Who/what is requesting service
= ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
= ; // | Requested performer
= ; // | What request replaces
= ; // | Security Labels applied to this resource
= ; // | Instantiates FHIR protocol or definition
= ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
= ; // | routine | urgent | asap | stat
= ; // | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
= ; // | Performer role
= ; // | Search the contents of the resource's data using a filter
= ; // | Profiles this resource claims to conform to
= ; // | Tags applied to this resource
= ; // | Return resources linked to by the given target
= ; // | Identifies where the resource comes from
= ; // | Logical id of this artifact
= ; // | Search on the narrative of the resource
= ; // | Search on the entire content of the resource
= ; // | Where procedure is going to be done
= ; // | Classification of service
= ; // | draft | active | on-hold | revoked | completed | entered-in-error | unknown
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestGet");
e.printStackTrace();
}
}
}
* = ; // Date request signed (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
* = ; // Composite Request ID (optional)
* = ; // Search by subject (optional)
* = ; // When the resource version last changed (optional)
* = ; // When service should occur (optional)
* = ; // What request fulfills (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
* = ; // Specimen to be tested (optional)
* = ; // Instantiates external protocol or definition (optional)
* = ; // Who/what is requesting service (optional)
* = ; // Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
* = ; // Requested performer (optional)
* = ; // What request replaces (optional)
* = ; // Security Labels applied to this resource (optional)
* = ; // Instantiates FHIR protocol or definition (optional)
* = ; // Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
* = ; // routine | urgent | asap | stat (optional)
* = ; // proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (optional)
* = ; // Performer role (optional)
* = ; // Search the contents of the resource's data using a filter (optional)
* = ; // Profiles this resource claims to conform to (optional)
* = ; // Tags applied to this resource (optional)
* = ; // Return resources linked to by the given target (optional)
* = ; // Identifies where the resource comes from (optional)
* = ; // Logical id of this artifact (optional)
* = ; // Search on the narrative of the resource (optional)
* = ; // Search on the entire content of the resource (optional)
* = ; // Where procedure is going to be done (optional)
* = ; // Classification of service (optional)
* = ; // draft | active | on-hold | revoked | completed | entered-in-error | unknown (optional)
ServiceRequestApi *apiInstance = [[ServiceRequestApi alloc] init];
// search-type: Search for ServiceRequest instances
[apiInstance serviceRequestGetWith:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ServiceRequestApi()
var opts = {
'': , // {{}} Date request signed
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
'': , // {{}} Composite Request ID
'': , // {{}} Search by subject
'': , // {{}} When the resource version last changed
'': , // {{}} When service should occur
'': , // {{}} What request fulfills
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
'': , // {{}} Specimen to be tested
'': , // {{}} Instantiates external protocol or definition
'': , // {{}} Who/what is requesting service
'': , // {{}} Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
'': , // {{}} Requested performer
'': , // {{}} What request replaces
'': , // {{}} Security Labels applied to this resource
'': , // {{}} Instantiates FHIR protocol or definition
'': , // {{}} Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
'': , // {{}} routine | urgent | asap | stat
'': , // {{}} proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
'': , // {{}} Performer role
'': , // {{}} Search the contents of the resource's data using a filter
'': , // {{}} Profiles this resource claims to conform to
'': , // {{}} Tags applied to this resource
'': , // {{}} Return resources linked to by the given target
'': , // {{}} Identifies where the resource comes from
'': , // {{}} Logical id of this artifact
'': , // {{}} Search on the narrative of the resource
'': , // {{}} Search on the entire content of the resource
'': , // {{}} Where procedure is going to be done
'': , // {{}} Classification of service
'': // {{}} draft | active | on-hold | revoked | completed | entered-in-error | unknown
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.serviceRequestGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class serviceRequestGetExample
{
public void main()
{
var apiInstance = new ServiceRequestApi();
var = new (); // | Date request signed (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
var = new (); // | Composite Request ID (optional)
var = new (); // | Search by subject (optional)
var = new (); // | When the resource version last changed (optional)
var = new (); // | When service should occur (optional)
var = new (); // | What request fulfills (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
var = new (); // | Specimen to be tested (optional)
var = new (); // | Instantiates external protocol or definition (optional)
var = new (); // | Who/what is requesting service (optional)
var = new (); // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
var = new (); // | Requested performer (optional)
var = new (); // | What request replaces (optional)
var = new (); // | Security Labels applied to this resource (optional)
var = new (); // | Instantiates FHIR protocol or definition (optional)
var = new (); // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
var = new (); // | routine | urgent | asap | stat (optional)
var = new (); // | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (optional)
var = new (); // | Performer role (optional)
var = new (); // | Search the contents of the resource's data using a filter (optional)
var = new (); // | Profiles this resource claims to conform to (optional)
var = new (); // | Tags applied to this resource (optional)
var = new (); // | Return resources linked to by the given target (optional)
var = new (); // | Identifies where the resource comes from (optional)
var = new (); // | Logical id of this artifact (optional)
var = new (); // | Search on the narrative of the resource (optional)
var = new (); // | Search on the entire content of the resource (optional)
var = new (); // | Where procedure is going to be done (optional)
var = new (); // | Classification of service (optional)
var = new (); // | draft | active | on-hold | revoked | completed | entered-in-error | unknown (optional)
try
{
// search-type: Search for ServiceRequest instances
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestGet(, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ServiceRequestApi.serviceRequestGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiServiceRequestApi();
$ = ; // | Date request signed
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
$ = ; // | Composite Request ID
$ = ; // | Search by subject
$ = ; // | When the resource version last changed
$ = ; // | When service should occur
$ = ; // | What request fulfills
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
$ = ; // | Specimen to be tested
$ = ; // | Instantiates external protocol or definition
$ = ; // | Who/what is requesting service
$ = ; // | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
$ = ; // | Requested performer
$ = ; // | What request replaces
$ = ; // | Security Labels applied to this resource
$ = ; // | Instantiates FHIR protocol or definition
$ = ; // | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
$ = ; // | routine | urgent | asap | stat
$ = ; // | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
$ = ; // | Performer role
$ = ; // | Search the contents of the resource's data using a filter
$ = ; // | Profiles this resource claims to conform to
$ = ; // | Tags applied to this resource
$ = ; // | Return resources linked to by the given target
$ = ; // | Identifies where the resource comes from
$ = ; // | Logical id of this artifact
$ = ; // | Search on the narrative of the resource
$ = ; // | Search on the entire content of the resource
$ = ; // | Where procedure is going to be done
$ = ; // | Classification of service
$ = ; // | draft | active | on-hold | revoked | completed | entered-in-error | unknown
try {
$result = $api_instance->serviceRequestGet($, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ServiceRequestApi->serviceRequestGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ServiceRequestApi;
my $api_instance = WWW::SwaggerClient::ServiceRequestApi->new();
my $ = ; # | Date request signed
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
my $ = ; # | Composite Request ID
my $ = ; # | Search by subject
my $ = ; # | When the resource version last changed
my $ = ; # | When service should occur
my $ = ; # | What request fulfills
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
my $ = ; # | Specimen to be tested
my $ = ; # | Instantiates external protocol or definition
my $ = ; # | Who/what is requesting service
my $ = ; # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
my $ = ; # | Requested performer
my $ = ; # | What request replaces
my $ = ; # | Security Labels applied to this resource
my $ = ; # | Instantiates FHIR protocol or definition
my $ = ; # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
my $ = ; # | routine | urgent | asap | stat
my $ = ; # | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
my $ = ; # | Performer role
my $ = ; # | Search the contents of the resource's data using a filter
my $ = ; # | Profiles this resource claims to conform to
my $ = ; # | Tags applied to this resource
my $ = ; # | Return resources linked to by the given target
my $ = ; # | Identifies where the resource comes from
my $ = ; # | Logical id of this artifact
my $ = ; # | Search on the narrative of the resource
my $ = ; # | Search on the entire content of the resource
my $ = ; # | Where procedure is going to be done
my $ = ; # | Classification of service
my $ = ; # | draft | active | on-hold | revoked | completed | entered-in-error | unknown
eval {
my $result = $api_instance->serviceRequestGet( => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ServiceRequestApi->serviceRequestGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceRequestApi()
= # | Date request signed (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered (optional)
= # | Composite Request ID (optional)
= # | Search by subject (optional)
= # | When the resource version last changed (optional)
= # | When service should occur (optional)
= # | What request fulfills (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for (optional)
= # | Specimen to be tested (optional)
= # | Instantiates external protocol or definition (optional)
= # | Who/what is requesting service (optional)
= # | Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier (optional)
= # | Requested performer (optional)
= # | What request replaces (optional)
= # | Security Labels applied to this resource (optional)
= # | Instantiates FHIR protocol or definition (optional)
= # | Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier (optional)
= # | routine | urgent | asap | stat (optional)
= # | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option (optional)
= # | Performer role (optional)
= # | Search the contents of the resource's data using a filter (optional)
= # | Profiles this resource claims to conform to (optional)
= # | Tags applied to this resource (optional)
= # | Return resources linked to by the given target (optional)
= # | Identifies where the resource comes from (optional)
= # | Logical id of this artifact (optional)
= # | Search on the narrative of the resource (optional)
= # | Search on the entire content of the resource (optional)
= # | Where procedure is going to be done (optional)
= # | Classification of service (optional)
= # | draft | active | on-hold | revoked | completed | entered-in-error | unknown (optional)
try:
# search-type: Search for ServiceRequest instances
api_response = api_instance.service_request_get(=, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling ServiceRequestApi->serviceRequestGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
authored |
|
code |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance
* [Condition](condition.html): Code for the condition
* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered
* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result
* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code
* [List](list.html): What the purpose of this list is
* [Medication](medication.html): Returns medications for a specific code
* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code
* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code
* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code
* [MedicationStatement](medicationstatement.html): Return statements of this medication code
* [Observation](observation.html): The code of the observation type
* [Procedure](procedure.html): A code to identify a procedure
* [ServiceRequest](servicerequest.html): What is being requested/ordered
|
requisition |
|
subject |
|
_lastUpdated |
When the resource version last changed
|
occurrence |
When service should occur
|
based-on |
|
patient |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for
* [CarePlan](careplan.html): Who the care plan is for
* [CareTeam](careteam.html): Who care team is for
* [ClinicalImpression](clinicalimpression.html): Patient or group assessed
* [Composition](composition.html): Who and/or what the composition is about
* [Condition](condition.html): Who has the condition?
* [Consent](consent.html): Who the consent applies to
* [DetectedIssue](detectedissue.html): Associated patient
* [DeviceRequest](devicerequest.html): Individual the service is ordered for
* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient
* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient
* [DocumentManifest](documentmanifest.html): The subject of the set of documents
* [DocumentReference](documentreference.html): Who/what is the subject of the document
* [Encounter](encounter.html): The patient or group present at the encounter
* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care
* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for
* [Flag](flag.html): The identity of a subject to list flags for
* [Goal](goal.html): Who this goal is intended for
* [ImagingStudy](imagingstudy.html): Who the study is about
* [Immunization](immunization.html): The patient for the vaccination record
* [List](list.html): If all resources have the same subject
* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for
* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for
* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient
* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.
* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement
* [Observation](observation.html): The subject that the observation is about (if patient)
* [Procedure](procedure.html): Search by subject - a patient
* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?
* [ServiceRequest](servicerequest.html): Search by subject - a patient
* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied
* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for
|
specimen |
|
instantiates-uri |
Instantiates external protocol or definition
|
requester |
Who/what is requesting service
|
identifier |
Multiple Resources:
* [AllergyIntolerance](allergyintolerance.html): External ids for this item
* [CarePlan](careplan.html): External Ids for this plan
* [CareTeam](careteam.html): External Ids for this team
* [Composition](composition.html): Version-independent identifier for the Composition
* [Condition](condition.html): A unique identifier of the condition record
* [Consent](consent.html): Identifier for this record (external references)
* [DetectedIssue](detectedissue.html): Unique id for the detected issue
* [DeviceRequest](devicerequest.html): Business identifier for request/order
* [DiagnosticReport](diagnosticreport.html): An identifier for the report
* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents
* [DocumentReference](documentreference.html): Master Version Specific Identifier
* [Encounter](encounter.html): Identifier(s) by which this encounter is known
* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare
* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier
* [Goal](goal.html): External Ids for this goal
* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number
* [Immunization](immunization.html): Business identifier
* [List](list.html): Business identifier
* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier
* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier
* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier
* [MedicationStatement](medicationstatement.html): Return statements with this external identifier
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier
* [Observation](observation.html): The unique id for a particular observation
* [Procedure](procedure.html): A unique identifier for a procedure
* [RiskAssessment](riskassessment.html): Unique identifier for the assessment
* [ServiceRequest](servicerequest.html): Identifiers assigned to this order
* [SupplyDelivery](supplydelivery.html): External identifier
* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest
* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier
|
performer |
|
replaces |
|
_security |
Security Labels applied to this resource
|
instantiates-canonical |
Instantiates FHIR protocol or definition
|
encounter |
Multiple Resources:
* [Composition](composition.html): Context of the Composition
* [DeviceRequest](devicerequest.html): Encounter during which request was created
* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made
* [DocumentReference](documentreference.html): Context of the document content
* [Flag](flag.html): Alert relevant during encounter
* [List](list.html): Context in which list created
* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier
* [Observation](observation.html): Encounter related to the observation
* [Procedure](procedure.html): Encounter created as part of
* [RiskAssessment](riskassessment.html): Where was assessment performed?
* [ServiceRequest](servicerequest.html): An encounter in which this request is made
* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier
|
priority |
routine | urgent | asap | stat
|
intent |
proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
|
performer-type |
|
_filter |
Search the contents of the resource's data using a filter
|
_profile |
Profiles this resource claims to conform to
|
_tag |
Tags applied to this resource
|
_has |
Return resources linked to by the given target
|
_source |
Identifies where the resource comes from
|
_id |
Logical id of this artifact
|
_text |
Search on the narrative of the resource
|
_content |
Search on the entire content of the resource
|
body-site |
Where procedure is going to be done
|
category |
Classification of service
|
status |
draft | active | on-hold | revoked | completed | entered-in-error | unknown
|
Responses
Status: 200 - Success
serviceRequestHistoryGet
type-history: Fetch the resource change history for all resources of type ServiceRequest
/ServiceRequest/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/ServiceRequest/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ServiceRequestApi;
import java.io.File;
import java.util.*;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ServiceRequestApi;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestHistoryGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestHistoryGet");
e.printStackTrace();
}
}
}
ServiceRequestApi *apiInstance = [[ServiceRequestApi alloc] init];
// type-history: Fetch the resource change history for all resources of type ServiceRequest
[apiInstance serviceRequestHistoryGetWithCompletionHandler:
^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ServiceRequestApi()
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.serviceRequestHistoryGet(callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class serviceRequestHistoryGetExample
{
public void main()
{
var apiInstance = new ServiceRequestApi();
try
{
// type-history: Fetch the resource change history for all resources of type ServiceRequest
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestHistoryGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ServiceRequestApi.serviceRequestHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiServiceRequestApi();
try {
$result = $api_instance->serviceRequestHistoryGet();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ServiceRequestApi->serviceRequestHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ServiceRequestApi;
my $api_instance = WWW::SwaggerClient::ServiceRequestApi->new();
eval {
my $result = $api_instance->serviceRequestHistoryGet();
print Dumper($result);
};
if ($@) {
warn "Exception when calling ServiceRequestApi->serviceRequestHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceRequestApi()
try:
# type-history: Fetch the resource change history for all resources of type ServiceRequest
api_response = api_instance.service_request_history_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling ServiceRequestApi->serviceRequestHistoryGet: %s\n" % e)
Parameters
Responses
Status: 200 - Success
serviceRequestIdGet
read-instance: Read ServiceRequest instance
/ServiceRequest/{id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/ServiceRequest/{id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ServiceRequestApi;
import java.io.File;
import java.util.*;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ServiceRequestApi;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ServiceRequestApi *apiInstance = [[ServiceRequestApi alloc] init];
// read-instance: Read ServiceRequest instance
[apiInstance serviceRequestIdGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ServiceRequestApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.serviceRequestIdGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class serviceRequestIdGetExample
{
public void main()
{
var apiInstance = new ServiceRequestApi();
var id = id_example; // String | The resource ID
try
{
// read-instance: Read ServiceRequest instance
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ServiceRequestApi.serviceRequestIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiServiceRequestApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->serviceRequestIdGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ServiceRequestApi->serviceRequestIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ServiceRequestApi;
my $api_instance = WWW::SwaggerClient::ServiceRequestApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->serviceRequestIdGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ServiceRequestApi->serviceRequestIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceRequestApi()
id = id_example # String | The resource ID
try:
# read-instance: Read ServiceRequest instance
api_response = api_instance.service_request_id_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ServiceRequestApi->serviceRequestIdGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
serviceRequestIdHistoryGet
instance-history: Fetch the resource change history for all resources of type ServiceRequest
/ServiceRequest/{id}/_history
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/ServiceRequest/{id}/_history"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ServiceRequestApi;
import java.io.File;
import java.util.*;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestIdHistoryGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ServiceRequestApi;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
String id = id_example; // String | The resource ID
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdHistoryGet(id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestIdHistoryGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
ServiceRequestApi *apiInstance = [[ServiceRequestApi alloc] init];
// instance-history: Fetch the resource change history for all resources of type ServiceRequest
[apiInstance serviceRequestIdHistoryGetWith:id
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ServiceRequestApi()
var id = id_example; // {{String}} The resource ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.serviceRequestIdHistoryGet(id, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class serviceRequestIdHistoryGetExample
{
public void main()
{
var apiInstance = new ServiceRequestApi();
var id = id_example; // String | The resource ID
try
{
// instance-history: Fetch the resource change history for all resources of type ServiceRequest
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdHistoryGet(id);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ServiceRequestApi.serviceRequestIdHistoryGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiServiceRequestApi();
$id = id_example; // String | The resource ID
try {
$result = $api_instance->serviceRequestIdHistoryGet($id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ServiceRequestApi->serviceRequestIdHistoryGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ServiceRequestApi;
my $api_instance = WWW::SwaggerClient::ServiceRequestApi->new();
my $id = id_example; # String | The resource ID
eval {
my $result = $api_instance->serviceRequestIdHistoryGet(id => $id);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ServiceRequestApi->serviceRequestIdHistoryGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceRequestApi()
id = id_example # String | The resource ID
try:
# instance-history: Fetch the resource change history for all resources of type ServiceRequest
api_response = api_instance.service_request_id_history_get(id)
pprint(api_response)
except ApiException as e:
print("Exception when calling ServiceRequestApi->serviceRequestIdHistoryGet: %s\n" % e)
Parameters
Path parameters
Responses
Status: 200 - Success
serviceRequestIdHistoryVersionIdGet
vread-instance: Read ServiceRequest instance with specific version
/ServiceRequest/{id}/_history/{version_id}
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/ServiceRequest/{id}/_history/{version_id}"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ServiceRequestApi;
import java.io.File;
import java.util.*;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ServiceRequestApi;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
String id = id_example; // String | The resource ID
String versionId = versionId_example; // String | The resource version ID
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdHistoryVersionIdGet(id, versionId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestIdHistoryVersionIdGet");
e.printStackTrace();
}
}
}
String *id = id_example; // The resource ID
String *versionId = versionId_example; // The resource version ID
ServiceRequestApi *apiInstance = [[ServiceRequestApi alloc] init];
// vread-instance: Read ServiceRequest instance with specific version
[apiInstance serviceRequestIdHistoryVersionIdGetWith:id
versionId:versionId
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ServiceRequestApi()
var id = id_example; // {{String}} The resource ID
var versionId = versionId_example; // {{String}} The resource version ID
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.serviceRequestIdHistoryVersionIdGet(id, versionId, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class serviceRequestIdHistoryVersionIdGetExample
{
public void main()
{
var apiInstance = new ServiceRequestApi();
var id = id_example; // String | The resource ID
var versionId = versionId_example; // String | The resource version ID
try
{
// vread-instance: Read ServiceRequest instance with specific version
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestIdHistoryVersionIdGet(id, versionId);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ServiceRequestApi.serviceRequestIdHistoryVersionIdGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiServiceRequestApi();
$id = id_example; // String | The resource ID
$versionId = versionId_example; // String | The resource version ID
try {
$result = $api_instance->serviceRequestIdHistoryVersionIdGet($id, $versionId);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ServiceRequestApi->serviceRequestIdHistoryVersionIdGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ServiceRequestApi;
my $api_instance = WWW::SwaggerClient::ServiceRequestApi->new();
my $id = id_example; # String | The resource ID
my $versionId = versionId_example; # String | The resource version ID
eval {
my $result = $api_instance->serviceRequestIdHistoryVersionIdGet(id => $id, versionId => $versionId);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ServiceRequestApi->serviceRequestIdHistoryVersionIdGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceRequestApi()
id = id_example # String | The resource ID
versionId = versionId_example # String | The resource version ID
try:
# vread-instance: Read ServiceRequest instance with specific version
api_response = api_instance.service_request_id_history_version_id_get(id, versionId)
pprint(api_response)
except ApiException as e:
print("Exception when calling ServiceRequestApi->serviceRequestIdHistoryVersionIdGet: %s\n" % e)
Parameters
Path parameters
Name |
Description |
id* |
|
version_id* |
String
The resource version ID
Required
|
Responses
Status: 200 - Success
serviceRequestPost
create-type: Create a new ServiceRequest instance
/ServiceRequest
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/ServiceRequest"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ServiceRequestApi;
import java.io.File;
import java.util.*;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"ServiceRequest\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ServiceRequestApi;
public class ServiceRequestApiExample {
public static void main(String[] args) {
ServiceRequestApi apiInstance = new ServiceRequestApi();
FHIR-JSON-RESOURCE body = "{\n \"resourceType\": \"ServiceRequest\"\n}"; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ServiceRequestApi#serviceRequestPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = "{\n \"resourceType\": \"ServiceRequest\"\n}"; // (optional)
ServiceRequestApi *apiInstance = [[ServiceRequestApi alloc] init];
// create-type: Create a new ServiceRequest instance
[apiInstance serviceRequestPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.ServiceRequestApi()
var opts = {
'body': "{\n \"resourceType\": \"ServiceRequest\"\n}" // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.serviceRequestPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class serviceRequestPostExample
{
public void main()
{
var apiInstance = new ServiceRequestApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// create-type: Create a new ServiceRequest instance
FHIR-JSON-RESOURCE result = apiInstance.serviceRequestPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ServiceRequestApi.serviceRequestPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiServiceRequestApi();
$body = "{\n \"resourceType\": \"ServiceRequest\"\n}"; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->serviceRequestPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ServiceRequestApi->serviceRequestPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ServiceRequestApi;
my $api_instance = WWW::SwaggerClient::ServiceRequestApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->serviceRequestPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ServiceRequestApi->serviceRequestPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.ServiceRequestApi()
body = "{\n \"resourceType\": \"ServiceRequest\"\n}" # FHIR-JSON-RESOURCE | (optional)
try:
# create-type: Create a new ServiceRequest instance
api_response = api_instance.service_request_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling ServiceRequestApi->serviceRequestPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success
SystemLevelOperations
/$export
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/$export?_outputFormat=&_type=&_since=&_typeFilter=&_mdm=&patient="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.SystemLevelOperationsApi;
import java.io.File;
import java.util.*;
public class SystemLevelOperationsApiExample {
public static void main(String[] args) {
SystemLevelOperationsApi apiInstance = new SystemLevelOperationsApi();
= ; // |
= ; // |
= ; // |
= ; // |
= ; // |
= ; // |
try {
FHIR-JSON-RESOURCE result = apiInstance.exportGet(, , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SystemLevelOperationsApi#exportGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.SystemLevelOperationsApi;
public class SystemLevelOperationsApiExample {
public static void main(String[] args) {
SystemLevelOperationsApi apiInstance = new SystemLevelOperationsApi();
= ; // |
= ; // |
= ; // |
= ; // |
= ; // |
= ; // |
try {
FHIR-JSON-RESOURCE result = apiInstance.exportGet(, , , , , );
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SystemLevelOperationsApi#exportGet");
e.printStackTrace();
}
}
}
* = ; // (optional)
* = ; // (optional)
* = ; // (optional)
* = ; // (optional)
* = ; // (optional)
* = ; // (optional)
SystemLevelOperationsApi *apiInstance = [[SystemLevelOperationsApi alloc] init];
[apiInstance exportGetWith:
:
:
:
:
:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.SystemLevelOperationsApi()
var opts = {
'': , // {{}}
'': , // {{}}
'': , // {{}}
'': , // {{}}
'': , // {{}}
'': // {{}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.exportGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class exportGetExample
{
public void main()
{
var apiInstance = new SystemLevelOperationsApi();
var = new (); // | (optional)
var = new (); // | (optional)
var = new (); // | (optional)
var = new (); // | (optional)
var = new (); // | (optional)
var = new (); // | (optional)
try
{
FHIR-JSON-RESOURCE result = apiInstance.exportGet(, , , , , );
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling SystemLevelOperationsApi.exportGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiSystemLevelOperationsApi();
$ = ; // |
$ = ; // |
$ = ; // |
$ = ; // |
$ = ; // |
$ = ; // |
try {
$result = $api_instance->exportGet($, $, $, $, $, $);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling SystemLevelOperationsApi->exportGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::SystemLevelOperationsApi;
my $api_instance = WWW::SwaggerClient::SystemLevelOperationsApi->new();
my $ = ; # |
my $ = ; # |
my $ = ; # |
my $ = ; # |
my $ = ; # |
my $ = ; # |
eval {
my $result = $api_instance->exportGet( => $, => $, => $, => $, => $, => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling SystemLevelOperationsApi->exportGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.SystemLevelOperationsApi()
= # | (optional)
= # | (optional)
= # | (optional)
= # | (optional)
= # | (optional)
= # | (optional)
try:
api_response = api_instance.export_get(=, =, =, =, =, =)
pprint(api_response)
except ApiException as e:
print("Exception when calling SystemLevelOperationsApi->exportGet: %s\n" % e)
Parameters
Query parameters
Name |
Description |
_outputFormat |
|
_type |
|
_since |
|
_typeFilter |
|
_mdm |
|
patient |
|
Responses
Status: 200 - Success
/$export-poll-status
Usage and SDK Samples
curl -X GET\
-H "Accept: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/$export-poll-status?23="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.SystemLevelOperationsApi;
import java.io.File;
import java.util.*;
public class SystemLevelOperationsApiExample {
public static void main(String[] args) {
SystemLevelOperationsApi apiInstance = new SystemLevelOperationsApi();
= ; // |
try {
FHIR-JSON-RESOURCE result = apiInstance.exportPollStatusGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SystemLevelOperationsApi#exportPollStatusGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.SystemLevelOperationsApi;
public class SystemLevelOperationsApiExample {
public static void main(String[] args) {
SystemLevelOperationsApi apiInstance = new SystemLevelOperationsApi();
= ; // |
try {
FHIR-JSON-RESOURCE result = apiInstance.exportPollStatusGet();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SystemLevelOperationsApi#exportPollStatusGet");
e.printStackTrace();
}
}
}
* = ; // (optional)
SystemLevelOperationsApi *apiInstance = [[SystemLevelOperationsApi alloc] init];
[apiInstance exportPollStatusGetWith:
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.SystemLevelOperationsApi()
var opts = {
'': // {{}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.exportPollStatusGet(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class exportPollStatusGetExample
{
public void main()
{
var apiInstance = new SystemLevelOperationsApi();
var = new (); // | (optional)
try
{
FHIR-JSON-RESOURCE result = apiInstance.exportPollStatusGet();
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling SystemLevelOperationsApi.exportPollStatusGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiSystemLevelOperationsApi();
$ = ; // |
try {
$result = $api_instance->exportPollStatusGet($);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling SystemLevelOperationsApi->exportPollStatusGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::SystemLevelOperationsApi;
my $api_instance = WWW::SwaggerClient::SystemLevelOperationsApi->new();
my $ = ; # |
eval {
my $result = $api_instance->exportPollStatusGet( => $);
print Dumper($result);
};
if ($@) {
warn "Exception when calling SystemLevelOperationsApi->exportPollStatusGet: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.SystemLevelOperationsApi()
= # | (optional)
try:
api_response = api_instance.export_poll_status_get(=)
pprint(api_response)
except ApiException as e:
print("Exception when calling SystemLevelOperationsApi->exportPollStatusGet: %s\n" % e)
Parameters
Query parameters
Responses
Status: 200 - Success
rootPost
server-transaction: Execute a FHIR Transaction (or FHIR Batch) Bundle
/
Usage and SDK Samples
curl -X POST\
-H "Accept: application/fhir+json,application/fhir+xml"\
-H "Content-Type: application/fhir+json,application/fhir+xml"\
"https://${base_url}/api/fhir.php/"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.SystemLevelOperationsApi;
import java.io.File;
import java.util.*;
public class SystemLevelOperationsApiExample {
public static void main(String[] args) {
SystemLevelOperationsApi apiInstance = new SystemLevelOperationsApi();
FHIR-JSON-RESOURCE body = ; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.rootPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SystemLevelOperationsApi#rootPost");
e.printStackTrace();
}
}
}
import io.swagger.client.api.SystemLevelOperationsApi;
public class SystemLevelOperationsApiExample {
public static void main(String[] args) {
SystemLevelOperationsApi apiInstance = new SystemLevelOperationsApi();
FHIR-JSON-RESOURCE body = ; // FHIR-JSON-RESOURCE |
try {
FHIR-JSON-RESOURCE result = apiInstance.rootPost(body);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling SystemLevelOperationsApi#rootPost");
e.printStackTrace();
}
}
}
FHIR-JSON-RESOURCE *body = ; // (optional)
SystemLevelOperationsApi *apiInstance = [[SystemLevelOperationsApi alloc] init];
// server-transaction: Execute a FHIR Transaction (or FHIR Batch) Bundle
[apiInstance rootPostWith:body
completionHandler: ^(FHIR-JSON-RESOURCE output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var NableFhirDocs = require('nable_fhir_docs');
var api = new NableFhirDocs.SystemLevelOperationsApi()
var opts = {
'body': // {{FHIR-JSON-RESOURCE}}
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.rootPost(opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class rootPostExample
{
public void main()
{
var apiInstance = new SystemLevelOperationsApi();
var body = new FHIR-JSON-RESOURCE(); // FHIR-JSON-RESOURCE | (optional)
try
{
// server-transaction: Execute a FHIR Transaction (or FHIR Batch) Bundle
FHIR-JSON-RESOURCE result = apiInstance.rootPost(body);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling SystemLevelOperationsApi.rootPost: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\ApiSystemLevelOperationsApi();
$body = ; // FHIR-JSON-RESOURCE |
try {
$result = $api_instance->rootPost($body);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling SystemLevelOperationsApi->rootPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::SystemLevelOperationsApi;
my $api_instance = WWW::SwaggerClient::SystemLevelOperationsApi->new();
my $body = WWW::SwaggerClient::Object::FHIR-JSON-RESOURCE->new(); # FHIR-JSON-RESOURCE |
eval {
my $result = $api_instance->rootPost(body => $body);
print Dumper($result);
};
if ($@) {
warn "Exception when calling SystemLevelOperationsApi->rootPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.SystemLevelOperationsApi()
body = # FHIR-JSON-RESOURCE | (optional)
try:
# server-transaction: Execute a FHIR Transaction (or FHIR Batch) Bundle
api_response = api_instance.root_post(body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling SystemLevelOperationsApi->rootPost: %s\n" % e)
Parameters
Body parameters
Responses
Status: 200 - Success