@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "organization"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "" ]; # fhir:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/organization"]; # fhir:CapabilityStatement.version [ fhir:value "2.7.0"]; # fhir:CapabilityStatement.name [ fhir:value "organization"]; # fhir:CapabilityStatement.status [ fhir:value "active"]; # fhir:CapabilityStatement.date [ fhir:value "2023-03-11T02:37:13.541+00:00"^^xsd:dateTime]; # fhir:CapabilityStatement.publisher [ fhir:value "Systematic | Trifork"]; # fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; # fhir:CapabilityStatement.kind [ fhir:value "instance"]; # fhir:CapabilityStatement.software [ fhir:CapabilityStatement.software.name [ fhir:value "organization" ]; fhir:CapabilityStatement.software.version [ fhir:value "1.10.4" ] ]; # fhir:CapabilityStatement.implementation [ fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth organization service" ]; fhir:CapabilityStatement.implementation.url [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir" ] ]; # fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"]; # fhir:CapabilityStatement.format [ fhir:value "application/fhir+xml"; fhir:index 0 ], [ fhir:value "xml"; fhir:index 1 ], [ fhir:value "application/fhir+json"; fhir:index 2 ], [ fhir:value "json"; fhir:index 3 ], [ fhir:value "application/x-turtle"; fhir:index 4 ], [ fhir:value "ttl"; fhir:index 5 ], [ fhir:value "html/json"; fhir:index 6 ], [ fhir:value "html/xml"; fhir:index 7 ], [ fhir:value "html/turtle"; fhir:index 8 ]; # fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.rest.mode [ fhir:value "server" ]; fhir:CapabilityStatement.rest.resource [ fhir:index 0; fhir:CapabilityStatement.rest.resource.type [ fhir:value "CareTeam" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam"; fhir:link ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.rest.resource.searchInclude [ fhir:value "CareTeam:managingOrganization"; fhir:index 0 ], [ fhir:value "CareTeam:participant"; fhir:index 1 ], [ fhir:value "CareTeam:subject"; fhir:index 2 ]; fhir:CapabilityStatement.rest.resource.searchRevInclude [ fhir:value "CareTeam:context"; fhir:index 0 ], [ fhir:value "CareTeam:encounter"; fhir:index 1 ], [ fhir:value "CareTeam:managingOrganization"; fhir:index 2 ], [ fhir:value "CareTeam:participant"; fhir:index 3 ], [ fhir:value "CareTeam:patient"; fhir:index 4 ], [ fhir:value "CareTeam:subject"; fhir:index 5 ], [ fhir:value "Organization:endpoint"; fhir:index 6 ], [ fhir:value "Organization:partof"; fhir:index 7 ], [ fhir:value "PractitionerRole:endpoint"; fhir:index 8 ], [ fhir:value "PractitionerRole:location"; fhir:index 9 ], [ fhir:value "PractitionerRole:organization"; fhir:index 10 ], [ fhir:value "PractitionerRole:practitioner"; fhir:index 11 ], [ fhir:value "PractitionerRole:service"; fhir:index 12 ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [ 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 "The ID of the resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [ fhir:index 6; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [ fhir:index 7; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [ fhir:index 8; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [ fhir:index 9; 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 "Type of team" ] ], [ fhir:index 10; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Encounter or episode associated with CareTeam" ] ], [ fhir:index 11; 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 "Time period team covers" ] ], [ fhir:index 12; 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 "Encounter or episode associated with CareTeam" ] ], [ fhir:index 13; 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 "External Ids for this team" ] ], [ fhir:index 14; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "managingOrganization" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Managing organization of a care team" ] ], [ fhir:index 15; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "participant" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who is involved" ] ], [ fhir:index 16; 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 "Who care team is for" ] ], [ fhir:index 17; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "reasonCode" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Reason care team exists" ] ], [ fhir:index 18; 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 "proposed | active | suspended | inactive | entered-in-error" ] ], [ fhir:index 19; 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 "Who care team is for" ] ]; fhir:CapabilityStatement.rest.resource.operation [ fhir:index 0; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"; fhir:link ] ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.type [ fhir:value "OperationDefinition" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition"; fhir:link ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ]; fhir:CapabilityStatement.rest.resource.searchInclude [ fhir:value "*"; fhir:index 0 ]; fhir:CapabilityStatement.rest.resource.searchRevInclude [ fhir:value "CareTeam:context"; fhir:index 0 ], [ fhir:value "CareTeam:encounter"; fhir:index 1 ], [ fhir:value "CareTeam:managingOrganization"; fhir:index 2 ], [ fhir:value "CareTeam:participant"; fhir:index 3 ], [ fhir:value "CareTeam:patient"; fhir:index 4 ], [ fhir:value "CareTeam:subject"; fhir:index 5 ], [ fhir:value "Organization:endpoint"; fhir:index 6 ], [ fhir:value "Organization:partof"; fhir:index 7 ], [ fhir:value "PractitionerRole:endpoint"; fhir:index 8 ], [ fhir:value "PractitionerRole:location"; fhir:index 9 ], [ fhir:value "PractitionerRole:organization"; fhir:index 10 ], [ fhir:value "PractitionerRole:practitioner"; fhir:index 11 ], [ fhir:value "PractitionerRole:service"; fhir:index 12 ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Organization" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization"; fhir:link ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.searchInclude [ fhir:value "Organization:partof"; fhir:index 0 ]; fhir:CapabilityStatement.rest.resource.searchRevInclude [ fhir:value "CareTeam:managingOrganization"; fhir:index 0 ], [ fhir:value "Organization:partof"; fhir:index 1 ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [ 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 "The ID of the resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [ fhir:index 6; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [ fhir:index 7; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [ fhir:index 8; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [ fhir:index 9; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "active" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 10; 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 "A (part of the) address of the organization" ] ], [ fhir:index 11; 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 "A city specified in an address" ] ], [ fhir:index 12; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 13; 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 "A postal code specified in an address" ] ], [ fhir:index 14; 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 "A state specified in an address" ] ], [ fhir:index 15; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 16; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "contactName" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Contact name" ] ], [ fhir:index 17; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "cvrNumber" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Cvr number of the organization" ] ], [ fhir:index 18; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Technical endpoints providing access to services operated for the organization" ] ], [ fhir:index 19; 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 "Any identifier for the organization (not the accreditation issuer's identifier)" ] ], [ fhir:index 20; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "municipalityCode" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Municipality code of the organization" ] ], [ fhir:index 21; 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 "A portion of the organization's name or alias" ] ], [ fhir:index 22; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "partof" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "An organization of which this organization forms a part" ] ], [ fhir:index 23; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of the organization's name using some kind of phonetic matching algorithm" ] ], [ fhir:index 24; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "providerIdentifier" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Provider identifier of the organization" ] ], [ fhir:index 25; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "regionCode" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Region code of the organization" ] ], [ fhir:index 26; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "source" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Source of the organization" ] ], [ fhir:index 27; 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 "Specialty of the organization" ] ], [ fhir:index 28; 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 "A code for the type of organization" ] ]; fhir:CapabilityStatement.rest.resource.operation [ fhir:index 0; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"; fhir:link ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "traverse-to-sor" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-traverse-to-sor"; fhir:link ]; fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Traverse upforwards to the first SOR organization\nHttp response code 404 will be returned if no related SOR organization could be found" ] ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.type [ fhir:value "Practitioner" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner"; fhir:link ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.rest.resource.searchInclude [ fhir:value "*"; fhir:index 0 ]; fhir:CapabilityStatement.rest.resource.searchRevInclude [ fhir:value "CareTeam:context"; fhir:index 0 ], [ fhir:value "CareTeam:encounter"; fhir:index 1 ], [ fhir:value "CareTeam:managingOrganization"; fhir:index 2 ], [ fhir:value "CareTeam:participant"; fhir:index 3 ], [ fhir:value "CareTeam:patient"; fhir:index 4 ], [ fhir:value "CareTeam:subject"; fhir:index 5 ], [ fhir:value "Organization:endpoint"; fhir:index 6 ], [ fhir:value "Organization:partof"; fhir:index 7 ], [ fhir:value "PractitionerRole:endpoint"; fhir:index 8 ], [ fhir:value "PractitionerRole:location"; fhir:index 9 ], [ fhir:value "PractitionerRole:organization"; fhir:index 10 ], [ fhir:value "PractitionerRole:practitioner"; fhir:index 11 ], [ fhir:value "PractitionerRole:service"; fhir:index 12 ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [ 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 "The ID of the resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [ fhir:index 6; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [ fhir:index 7; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [ fhir:index 8; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [ fhir:index 9; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "active" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Whether the practitioner record is active" ] ], [ fhir:index 10; 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 "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 11; 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 "A city specified in an address" ] ], [ fhir:index 12; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 13; 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 "A postalCode specified in an address" ] ], [ fhir:index 14; 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 "A state specified in an address" ] ], [ fhir:index 15; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 16; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "communication" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "One of the languages that the practitioner can communicate with" ] ], [ fhir:index 17; 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 "A value in an email contact" ] ], [ fhir:index 18; 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 portion of the family name" ] ], [ fhir:index 19; 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 "Gender of the practitioner" ] ], [ fhir:index 20; 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 portion of the given name" ] ], [ fhir:index 21; 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" ] ], [ fhir:index 22; 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 "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 23; 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 "A value in a phone contact" ] ], [ fhir:index 24; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ] ], [ fhir:index 25; 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 "The value in any kind of contact" ] ]; fhir:CapabilityStatement.rest.resource.operation [ fhir:index 0; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"; fhir:link ] ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.type [ fhir:value "PractitionerRole" ]; fhir:CapabilityStatement.rest.resource.profile [ fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitionerrole"; fhir:link ]; fhir:CapabilityStatement.rest.resource.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ]; fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ]; fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.rest.resource.searchInclude [ fhir:value "*"; fhir:index 0 ], [ fhir:value "PractitionerRole:endpoint"; fhir:index 1 ], [ fhir:value "PractitionerRole:location"; fhir:index 2 ], [ fhir:value "PractitionerRole:organization"; fhir:index 3 ], [ fhir:value "PractitionerRole:practitioner"; fhir:index 4 ], [ fhir:value "PractitionerRole:service"; fhir:index 5 ]; fhir:CapabilityStatement.rest.resource.searchRevInclude [ fhir:value "CareTeam:context"; fhir:index 0 ], [ fhir:value "CareTeam:encounter"; fhir:index 1 ], [ fhir:value "CareTeam:managingOrganization"; fhir:index 2 ], [ fhir:value "CareTeam:participant"; fhir:index 3 ], [ fhir:value "CareTeam:patient"; fhir:index 4 ], [ fhir:value "CareTeam:subject"; fhir:index 5 ], [ fhir:value "Organization:endpoint"; fhir:index 6 ], [ fhir:value "Organization:partof"; fhir:index 7 ], [ fhir:value "PractitionerRole:endpoint"; fhir:index 8 ], [ fhir:value "PractitionerRole:location"; fhir:index 9 ], [ fhir:value "PractitionerRole:organization"; fhir:index 10 ], [ fhir:value "PractitionerRole:practitioner"; fhir:index 11 ], [ fhir:value "PractitionerRole:service"; fhir:index 12 ]; fhir:CapabilityStatement.rest.resource.searchParam [ fhir:index 0; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [ 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 "The ID of the resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [ fhir:index 6; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [ fhir:index 7; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [ fhir:index 8; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [ fhir:index 9; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "active" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Whether this practitioner's record is in active use" ] ], [ fhir:index 10; 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 "The period during which the practitioner is authorized to perform in these role(s)" ] ], [ fhir:index 11; 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 "A value in an email contact" ] ], [ fhir:index 12; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Technical endpoints providing access to services operated for the practitioner with this role" ] ], [ fhir:index 13; 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" ] ], [ fhir:index 14; 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 "One of the locations at which this practitioner provides care" ] ], [ fhir:index 15; 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 "The identity of the organization the practitioner represents / acts on behalf of" ] ], [ fhir:index 16; 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 "A value in a phone contact" ] ], [ fhir:index 17; 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 "Practitioner that is able to provide the defined services for the organation" ] ], [ fhir:index 18; 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 "The practitioner can perform this role at for the organization" ] ], [ fhir:index 19; fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "service" ]; fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ]; fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The list of healthcare services that this worker provides for this role's Organization/Location(s)" ] ], [ fhir:index 20; 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 "The practitioner has this specialty at an organization" ] ], [ fhir:index 21; 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 "The value in any kind of contact" ] ]; fhir:CapabilityStatement.rest.resource.operation [ fhir:index 0; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"; fhir:link ] ] ]; fhir:CapabilityStatement.rest.interaction [ fhir:index 0; fhir:CapabilityStatement.rest.interaction.code [ fhir:value "transaction" ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.interaction.code [ fhir:value "history-system" ] ]; fhir:CapabilityStatement.rest.operation [ fhir:index 0; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "persist-login" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-persist-login"; fhir:link ]; fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "This operation persists login information into CareTeams and PractitionerRoles\nThe following elements of each careteam are mandatory:\n- id: Reference based on the careteam from the saml security token\n- status: any\n- name: any\n- reasonCode: any\n- participant: 1 for each careteam-role in the saml security token\n-- role: from the saml security token\n-- member: reference to the practitioner\n-- onBehalfOf: reference to organization (cannot be set currently because of a bug in hapi)\n\nPersist-login will find each careteam, and update it with any new participants and roles from the input bundle.\nThe input careteam resources are are used as a container for the participant list. The rest of the fields are not used.\nThe following elements of each PractitionerRole are mandatory:\n- practitioner\n- organization\n- code: roles from the saml security token (CareteamParticipantRole valueset)\n\nPersist-login will search for practitionerRoles for each combination of (practitioner, organization) and create it if it doesn't already exists." ] ], [ fhir:index 1; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "import-organizations" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import-organizations"; fhir:link ]; fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Import a bundle containing at least one organization tree." ] ], [ fhir:index 2; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "process-message" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"; fhir:link ]; fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Accept a FHIR Message Bundle for processing" ] ], [ fhir:index 3; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "perform-reindexing-pass" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"; fhir:link ]; fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Forces a single pass of the resource reindexing processor" ] ], [ fhir:index 4; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta"; fhir:link ] ], [ fhir:index 5; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "get-resource-counts" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"; fhir:link ]; fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Provides the number of resources currently stored on the server, broken down by resource type" ] ], [ fhir:index 6; fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "reindex-terminology" ]; fhir:CapabilityStatement.rest.resource.operation.definition [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"; fhir:link ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------