Finnish Implementation Guide for SMART App Launch - Local Development build (v1.0.0-rc2). See the Directory of published versions
| Active as of 2023-01-17 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CapabilityStatement;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "apottiekosysteemi-capabilitystatement"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.fi/fhir/finnish-smart/StructureDefinition/fi-smart-server-profile";
fhir:index 0;
fhir:link <https://hl7.fi/fhir/finnish-smart/StructureDefinition/fi-smart-server-profile> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>AllergyIntolerance</td><td> </td><td>y</td><td>y</td><td></td><td>y</td></tr><tr><td>Appointment</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Binary</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Condition</td><td> </td><td>y</td><td>y</td><td></td><td>y</td></tr><tr><td>Consent</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Coverage</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Device</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>DeviceRequest</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>DeviceUseStatement</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>DiagnosticReport</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>DocumentReference</td><td> </td><td>y</td><td>y</td><td></td><td>y</td></tr><tr><td>Encounter</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Endpoint</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Flag</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Goal</td><td> </td><td>y</td><td>y</td><td></td><td>y</td></tr><tr><td>Immunization</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>ImmunizationRecommendation</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>List</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Location</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Medication</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>MedicationDispense</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>MedicationRequest</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>MedicationStatement</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>NutritionOrder</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Observation</td><td> </td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Organization</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Patient</td><td> </td><td>y</td><td>y</td><td></td><td>y</td></tr><tr><td>Practitioner</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>PractitionerRole</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Procedure</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>ProcedureRequest</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Schedule</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Slot</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Specimen</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
]; #
fhir:CapabilityStatement.url [ fhir:value "https://hl7.fi/fhir/finnish-smart/CapabilityStatement/apottiekosysteemi-capabilitystatement"]; #
fhir:CapabilityStatement.version [ fhir:value "1.0.0-rc2"]; #
fhir:CapabilityStatement.status [ fhir:value "active"]; #
fhir:CapabilityStatement.experimental [ fhir:value "true"^^xsd:boolean]; #
fhir:CapabilityStatement.date [ fhir:value "2023-01-17T10:35:03Z"^^xsd:dateTime]; #
fhir:CapabilityStatement.publisher [ fhir:value "HL7 Finland"]; #
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 Finland" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.hl7.fi/" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "mikael@sensotrend.com" ] ]
]; #
fhir:CapabilityStatement.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "FI" ];
fhir:Coding.display [ fhir:value "Finland" ] ]
]; #
fhir:CapabilityStatement.copyright [ fhir:value "Copyright Epic 1979-2022"]; #
fhir:CapabilityStatement.kind [ fhir:value "instance"]; #
fhir:CapabilityStatement.software [
fhir:CapabilityStatement.software.name [ fhir:value "Epic" ];
fhir:CapabilityStatement.software.version [ fhir:value "toukokuu 2022" ];
fhir:CapabilityStatement.software.releaseDate [ fhir:value "2022-09-12"^^xsd:date ]
]; #
fhir:CapabilityStatement.fhirVersion [ fhir:value "3.0.1"]; #
fhir:CapabilityStatement.format [
fhir:value "xml";
fhir:index 0
], [
fhir:value "json";
fhir:index 1
]; #
fhir:CapabilityStatement.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
fhir:CapabilityStatement.rest.security [
fhir:Element.extension [
fhir:index 0;
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "authorize" ];
fhir:Extension.valueUri [ fhir:value "https://gw.apottiekosysteemi.fi/Interconnect-FHIR-EKO01/oauth2/authorize" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "token" ];
fhir:Extension.valueUri [ fhir:value "https://gw.apottiekosysteemi.fi/Interconnect-FHIR-EKO01/oauth2/token" ] ];
fhir:Extension.url [ fhir:value "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris" ] ];
fhir:CapabilityStatement.rest.security.cors [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.security.service [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ];
fhir:Coding.code [ fhir:value "OAuth" ];
fhir:Coding.display [ fhir:value "OAuth" ] ];
fhir:CodeableConcept.text [ fhir:value "OAuth" ] ], [
fhir:index 1;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ];
fhir:Coding.code [ fhir:value "SMART-on-FHIR" ];
fhir:Coding.display [ fhir:value "SMART-on-FHIR" ] ];
fhir:CodeableConcept.text [ fhir:value "SMART-on-FHIR" ] ], [
fhir:index 2;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/restful-security-service" ];
fhir:Coding.code [ fhir:value "Basic" ];
fhir:Coding.display [ fhir:value "Basic" ] ];
fhir:CodeableConcept.text [ fhir:value "Basic" ] ] ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "AllergyIntolerance" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for AllergyIntolerance resources for a specified patient ID." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Appointment" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Appointment resources by date. By default, all Appointments are returned." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Appointment resources by identifier." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Appointment resources for a specified patient ID." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Appointment resources by status. By default, all Appointments are returned." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Binary" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Condition" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Condition resources by category. By default, the search returns problem list Condition resources." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "clinical-status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Condition resources by clinicalStatus. By default, the search returns active Condition resources. Only clinical statuses of resolved and active are supported." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "encounter" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Condition resources for specific encounters. If not provided, only problem list Condition results are returned." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Condition resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Condition resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Consent" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Consent resources by category." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Consent resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Consent resources by status." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Consent resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Coverage" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "beneficiary" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Coverage resource for a specific patient ID. You can use \"patient\" or \"beneficiary\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Coverage resource for a specific patient ID. You can use \"patient\" or \"beneficiary\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Device" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "device-name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A string that will match the Device.udi.name field. Not case sensitive." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "manufacturer" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Manufacturer of the device." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "model" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Model number of the device." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The patient in whom this device is implanted. This is a required parameter." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "udi-carrier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The UDI barcode string - matches static UDI." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "udi-di" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The UDI device identifier (DI)." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "DeviceRequest" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for a DeviceRequest resource for a specified patient ID." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for a DeviceRequest based on a device request status" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "DeviceUseStatement" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for DeviceUseStatement resources for a specified patient ID." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "DiagnosticReport" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for DiagnosticReport resources by category." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "code" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for DiagnosticReport resources by code." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for DiagnosticReport resources by specifying a date or date range that a DiagnosticReport was resulted or recorded. Enter dates in ISO format (YYYY[-MM[-DD[THH:MM[:SS][TZ]]]]). Local server time is assumed if time zone information is not included. Not supported by Care Plan Goal." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for DiagnosticReport resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for DiagnosticReport resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "DocumentReference" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "author" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for a given set of DocumentReferences on a patient by specifying a Practitioner ID that corresponds to the author of the document. Not supported for ccda-document or clinical-note search." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "class" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for DocumentReference resources by category. Only \"clinical-note\", \"ccda-document\", \"correspondence\", and \"imaging-result\" are supported." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "created" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for a given set of DocumentReferences on a patient by specifying a date or date range in ISO format (YYYY[-MM[-DD]]) that corresponds to the document creation time. Not supported for correspondence or imaging-result search." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "docstatus" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for a given set of DocumentReferences on a patient by specifying a docStatus. By default, all docStatuses are returned. Not supported for ccda-document, correspondence, or imaging-result search." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "encounter" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for DocumentReference resources for a specified encounter ID. Not supported for ccda-document, correspondence, or imaging-result search." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "indexed" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for a given set of DocumentReferences on a patient by specifying a date or date range in ISO format (YYYY[-MM[-DD]]) that corresponds to the document indexed time. Not supported for ccda-document or clinical-note search." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for DocumentReference resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "period" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for a given set of DocumentReferences on a patient by specifying a date or date range in ISO format (YYYY[-MM[-DD]]) that corresponds to the time of the service that is being documented." ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for DocumentReference resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for a given set of DocumentReferences on a patient by specifying a LOINC code or internal category ID to return only documents of that type. Not supported for ccda-document search." ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Encounter" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "class" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Encounter resources by class. By default, all classes are returned." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Encounter resources by date. By default, all Encounters are returned. Enter dates in ISO format (YYYY[-MM[-DD[THH:MM[:SS][TZ]]]]]). Local server time is assumed if time zone information is not included." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Encounter resources by encounter identifier in the format <code system>|<code>" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Encounter resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for difference references." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Encounter resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for difference references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Endpoint" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Flag" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Flag resources by category." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Flag resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Flag resources by status." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Flag resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Goal" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refines a search by Goal Category. This parameter is ignored if searching via _ID." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources for a specific patient ID. You can use \"patient\" or \"subject\" equivalently but they can't be used at the same time for different references. This parameter is ignored if searching via _ID." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refines a search based on Goal Status. This parameter is ignored if searching via _ID. This parameter is only supported by patient goals." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources for a specific patient ID. You can use \"patient\" or \"subject\" equivalently but they can't be used at the same time for different references. This parameter is ignored if searching via _ID." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Immunization" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Vaccine administration date. Enter dates in ISO format (YYYY[-MM[-DD[THH:MM[:SS][TZ]]]]). Local server time is assumed if time zone information is not included. This parameter is ignored if searching via ids." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "notgiven" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A boolean that indicates whether or not an immunization has been administered. This parameter is ignored if searching via ids." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Immunization resources for a specified patient ID. This parameter is ignored if searching via ids." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Immunization by status. Completed is the only supported status." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "ImmunizationRecommendation" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The FHIR id of a patient whose immunization recommendations you'd like to obtain. Only one of either patient or subject needs to be specified." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "List" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "code" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The kind of list to search for (e.g. PatientList)" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Used to return patients that have questionnaires due by a certain date." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "An internal id and system allowing access to a list without knowing its FHIR ID (currently supports Patient Lists)." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 18;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Location" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Medication" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 20;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "MedicationDispense" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for MedicationDispense resources for a specified patient ID." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for MedicationDispense resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for difference references." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "MedicationRequest" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "authoredon" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for MedicationRequest resources for a given patient by specifying a date or a range of dates for when the medication was ordered. Note: all medications will be returned regardless of date range provided on the search." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for MedicationRequest resources by category. By default, the search returns all categories. Categories of inpatient, outpatient, and community are supported." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for MedicationRequest resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for difference references." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for MedicationRequest resources by one or more statuses. By default, only medications with active statuses are returned. MedicationRequest searches support active, on-hold, completed and stopped. If searching by status, active must be included." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for MedicationRequest resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "MedicationStatement" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for MedicationStatement resources by category. By default, the search returns all categories. Categories of inpatient, outpatient, community, and patientspecified are supported." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "effective" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Further refine a search for MedicationStatement resources for a given patient by specifying a date or a range of dates for when the medication was ordered. Note: all medications will be returned regardless of date range provided on the search." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for MedicationStatement resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for difference references." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for MedicationStatement resources by one or more statuses. By default, only medications with active statuses are returned. MedicationStatement searches support active, on-hold, completed, and stopped. If searching by status, active must be included." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for MedicationStatement resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 23;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "NutritionOrder" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for NutritionOrder resources for a specified patient ID." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 24;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Observation" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Observation resources by category. Only laboratory, vital-signs, social-history, core-characteristics, functional-mental-status, LDA, and SNOMED codes 384821006 and 118228005 are supported." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "code" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Observation resources by LOINC code, SNOMED code, or flowsheet row IDs." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Observation resources by specifying a date or date range that a result- or vital sign-based Observation was resulted or recorded. Enter dates in ISO format (YYYY[-MM[-DD[THH:MM[:SS][TZ]]]]). Local server time is assumed if time zone information is not included." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "issued" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Observation resources by specifying a date or date range that a social-history-based Observation was made available. Enter dates in ISO format (YYYY[-MM[-DD[THH:MM[:SS][TZ]]]]). Local server time is assumed if time zone information is not included." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Observation resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Observation resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 25;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Organization" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 26;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using an address string." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-city" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using the city for a patient's home address. You can use this parameter along with other address parameters." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-postalcode" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using the postal code for a patient's home address. You can use this parameter along with other address parameters." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-state" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using the state for a patient's home address. You can use this parameter along with other address parameters." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "birthdate" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using a date of birth in ISO format (YYYY-MM-DD)." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "family" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by family (last) name. You can use the family parameter along with other name parameters to search by a patient's name. Family name searching supports exact matching, \"sounds like\" matching, and patient aliases." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "gender" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using the following gender codes: female, male, other, or unknown." ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "given" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by given (first) name. You can use the given parameter along with other name parameters to search by a patient's name. Given name searching supports both exact and \"sounds like\" matches. Patient aliases and dominant name aliases (ex. Bob for Robert) are also supported." ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by a patient's identifier. You can use the identifier parameter as the only parameter in a search or in conjunction with other parameters. A patient's identifier must be in the format {<code system>|}<code> or {<ID Type>|}<ID>." ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "legal-sex" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using the following gender codes: female, male, nonbinary, x, other, or unknown." ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by a patient's name. To search on specific name parts use the name part parameters, such as family or given. This parameter is ignored if any name part parameters are used." ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "own-name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by patient's own last name, usually used in non-US names. You can use the own-name parameter along with other name parameters to search by a patient's name." ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "own-prefix" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by patient's own last name prefix, usually used in non-US names. You can use the own-prefix parameter along with other name parameters to search by a patient's name, but own-name must also be included." ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "partner-name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by patient's spouse's last name, usually used in non-US names. You can use the partner-name parameter along with other name parameters to search by a patient's name, but own-name must also be included." ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "partner-prefix" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources by patient's spouse's last name prefix, usually used in non-US names. You can use the partner-prefix parameter along with other name parameters to search by a patient's name, but own-name must also be included." ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "telecom" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Patient resources using a patient's home phone number, cell phone number, or email address." ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 27;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Practitioner" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Any part of an address (street, city, etc.) where a practitioner can be visited. When used, family is also required. Only respected if no other address parameters are populated. Only the first instance of this parameter is respected." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-city" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The city where a practitioner can be visited. When used, address-state is also required. Only the first instance of this parameter is respected." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-postalcode" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The zip code where a practitioner can be found. When used, family is also required." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-state" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The state where a practitioner can be found. When used, family is also required. Only the first instance of this parameter is respected." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "family" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A practitioner's family (last) name. Only the first instance of this parameter is respected." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "given" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A practitioner's given (first) name. When used, family is also required. Only the first instance of this parameter is respected." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A practitioner's identifier in the format <code system>|<code>. Code system must be a URN. When this parameter is provided, all others (except _id) are ignored." ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Any part of a practitioner's name. For full names, format should be first last. When specified, family and given are ignored. Only the first instance of this parameter is respected." ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 28;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "PractitionerRole" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "email" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for a PractitionerRole by entering a valid email address. Code system is ignored." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for PractitionerRoles using identifiers. A code system is required. The code must be prepended with URN:OID. Some codes may need to be URL encoded prior to query." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "location" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for PractitionerRoles using a Location ID. Only the first instance of this parameter is respected." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "organization" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for PractitionerRoles using an Organization ID. Only the first instance of this parameter is respected." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "phone" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for a PractitionerRole by entering a valid phone number. Code system is ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "practitioner" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for PractitionerRoles for a specified Practitioner ID. Only the first instance of this parameter is respected." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "role" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for a PractitionerRole by entering a valid role. System must be included." ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "specialty" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for PractitionerRoles for a given specialty. A code system is required. Depending on the organization, NUCC may be supported." ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "telecom" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for a PractitionerRole for a specific telecom. System must be specified as either 'phone' or 'email'" ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 29;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Procedure" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Procedure resources by category. Only the following values are supported: 103693007 (diagnostic procedures), 387713003 (surgical procedures), 9632001 (nursing procedures, Netherlands only), and 225317005 or freedom-restricting-intervention (restricting intervention, Netherlands only) are supported." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for Procedure resources by specifying a date or date range that a Procedure was resulted. Enter dates in ISO format (YYYY[-MM[-DD]]). Not supported by nursing procedures or restricting interventions." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Procedure resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for Procedure resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 30;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "ProcedureRequest" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "encounter" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for ProcedureRequest resources for specific encounters. If not provided, all ProcedureRequest results are returned." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for ProcedureRequest resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "requester" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for ProcedureRequest resources by individual making the request. By defualt, all ProcedureRequests are returned." ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Refine a search for ProcedureRequest resources by status. By default, only active ProcedureRequests are returned. Statuses of draft, active, completed, cancelled, and unknown are supported." ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for ProcedureRequest resources for a specified patient ID. You can use \"patient\" or \"subject\" equivalently, but they cannot be used at the same time for different references." ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ], [
fhir:index 31;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Schedule" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 32;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Slot" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ] ], [
fhir:index 33;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Specimen" ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.readHistory [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.updateCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalRead [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "false"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "not-supported" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "FHIR resource IDs for the desired resources. If _id is used in a search, all other parameters will be ignored." ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_count" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "number" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Number of results per page." ] ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Finland. Package hl7.fhir.fi.smart#1.0.0-rc2 based on FHIR 4.0.1. Generated 2023-02-20
Links: Table of Contents
| QA Report| Version History
|
| Source
| Propose a change