{ "resourceType" : "CapabilityStatement", "id" : "organization", "text" : { "status" : "generated", "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 past versions of resources (vread interaction)\">V-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=\"PATCH a new resource version (patch interaction)\">Patch</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>CareTeam</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td>y</td></tr><tr><td>OperationDefinition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/OperationDefinition\">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Organization</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr><tr><td>Practitioner</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td>y</td></tr><tr><td>PractitionerRole</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitionerrole\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitionerrole</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td>y</td></tr><tr><td>StructureDefinition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/StructureDefinition\">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a></td><td>y</td><td></td><td>y</td><td></td><td></td><td></td><td></td></tr></table></div>" }, "url" : "http://ehealth.sundhed.dk/fhir/CapabilityStatement/organization", "status" : "active", "date" : "2020-05-19T03:12:21+00:00", "publisher" : "Not provided", "kind" : "instance", "software" : { "name" : "organization", "version" : "1.5.1" }, "implementation" : { "description" : "eHealth organization service", "url" : "https://organization.devtest.systematic-ehealth.com/fhir" }, "fhirVersion" : "3.0.1", "acceptUnknown" : "extensions", "format" : [ "application/fhir+xml", "application/fhir+json" ], "rest" : [ { "mode" : "server", "resource" : [ { "type" : "CareTeam", "profile" : { "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careteam" }, "interaction" : [ { "code" : "read" }, { "code" : "vread" }, { "code" : "update" }, { "code" : "delete" }, { "code" : "create" }, { "code" : "search-type" } ], "conditionalCreate" : true, "conditionalUpdate" : true, "conditionalDelete" : "multiple", "searchInclude" : [ "CareTeam:managingOrganization", "CareTeam:participant", "CareTeam:subject" ], "searchParam" : [ { "name" : "_content", "type" : "string", "documentation" : "Search the contents of the resource's data using a fulltext search" }, { "name" : "_has", "type" : "string", "documentation" : "Return resources linked to by the given target" }, { "name" : "_id", "type" : "token", "documentation" : "The ID of the resource" }, { "name" : "_language", "type" : "string", "documentation" : "The language of the resource" }, { "name" : "_lastUpdated", "type" : "date", "documentation" : "Only return resources which were last updated as specified by the given range" }, { "name" : "_profile", "type" : "uri", "documentation" : "Search for resources which have the given profile" }, { "name" : "_security", "type" : "token", "documentation" : "Search for resources which have the given security labels" }, { "name" : "_tag", "type" : "token", "documentation" : "Search for resources which have the given tag" }, { "name" : "_text", "type" : "string", "documentation" : "Search the contents of the resource's narrative using a fulltext search" }, { "name" : "category", "type" : "token", "documentation" : "Type of team" }, { "name" : "context", "type" : "reference", "documentation" : "Encounter or episode associated with CareTeam" }, { "name" : "date", "type" : "date", "documentation" : "Time period team covers" }, { "name" : "encounter", "type" : "reference", "documentation" : "Encounter or episode associated with CareTeam" }, { "name" : "identifier", "type" : "token", "documentation" : "External Ids for this team" }, { "name" : "managingOrganization", "type" : "reference", "documentation" : "Managing organization of a care team" }, { "name" : "participant", "type" : "reference", "documentation" : "Who is involved" }, { "name" : "patient", "type" : "reference", "documentation" : "Who care team is for" }, { "name" : "reasonCode", "type" : "token", "documentation" : "Reason care team exists" }, { "name" : "status", "type" : "token", "documentation" : "proposed | active | suspended | inactive | entered-in-error" }, { "name" : "subject", "type" : "reference", "documentation" : "Who care team is for" } ] }, { "type" : "OperationDefinition", "profile" : { "reference" : "http://hl7.org/fhir/StructureDefinition/OperationDefinition" }, "interaction" : [ { "code" : "read" } ] }, { "type" : "Organization", "profile" : { "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization" }, "interaction" : [ { "code" : "read" }, { "code" : "vread" }, { "code" : "update" }, { "code" : "patch" }, { "code" : "create" }, { "code" : "search-type" } ], "conditionalCreate" : true, "conditionalUpdate" : true, "searchInclude" : [ "CareTeam:managingOrganization", "Organization:partof" ], "searchParam" : [ { "name" : "_content", "type" : "string", "documentation" : "Search the contents of the resource's data using a fulltext search" }, { "name" : "_has", "type" : "string", "documentation" : "Return resources linked to by the given target" }, { "name" : "_id", "type" : "token", "documentation" : "The ID of the resource" }, { "name" : "_language", "type" : "string", "documentation" : "The language of the resource" }, { "name" : "_lastUpdated", "type" : "date", "documentation" : "Only return resources which were last updated as specified by the given range" }, { "name" : "_profile", "type" : "uri", "documentation" : "Search for resources which have the given profile" }, { "name" : "_security", "type" : "token", "documentation" : "Search for resources which have the given security labels" }, { "name" : "_tag", "type" : "token", "documentation" : "Search for resources which have the given tag" }, { "name" : "_text", "type" : "string", "documentation" : "Search the contents of the resource's narrative using a fulltext search" }, { "name" : "active", "type" : "token", "documentation" : "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name" : "address", "type" : "string", "documentation" : "A (part of the) address of the organization" }, { "name" : "address-city", "type" : "string", "documentation" : "A city specified in an address" }, { "name" : "address-country", "type" : "string", "documentation" : "A country specified in an address" }, { "name" : "address-postalcode", "type" : "string", "documentation" : "A postal code specified in an address" }, { "name" : "address-state", "type" : "string", "documentation" : "A state specified in an address" }, { "name" : "address-use", "type" : "token", "documentation" : "A use code specified in an address" }, { "name" : "contactName", "type" : "string", "documentation" : "Contact name" }, { "name" : "cvrNumber", "type" : "string", "documentation" : "Cvr number of the organization" }, { "name" : "endpoint", "type" : "reference", "documentation" : "Technical endpoints providing access to services operated for the organization" }, { "name" : "identifier", "type" : "token", "documentation" : "Any identifier for the organization (not the accreditation issuer's identifier)" }, { "name" : "municipalityCode", "type" : "string", "documentation" : "Municipality code of the organization" }, { "name" : "name", "type" : "string", "documentation" : "A portion of the organization's name or alias" }, { "name" : "partof", "type" : "reference", "documentation" : "An organization of which this organization forms a part" }, { "name" : "phonetic", "type" : "string", "documentation" : "A portion of the organization's name using some kind of phonetic matching algorithm" }, { "name" : "providerIdentifier", "type" : "string", "documentation" : "Provider identifier of the organization" }, { "name" : "regionCode", "type" : "string", "documentation" : "Region code of the organization" }, { "name" : "source", "type" : "token", "documentation" : "Source of the organization" }, { "name" : "specialty", "type" : "token", "documentation" : "Specialty of the organization" }, { "name" : "type", "type" : "token", "documentation" : "A code for the type of organization" } ] }, { "type" : "Practitioner", "profile" : { "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitioner" }, "interaction" : [ { "code" : "read" }, { "code" : "vread" }, { "code" : "update" }, { "code" : "delete" }, { "code" : "create" }, { "code" : "search-type" } ], "conditionalCreate" : true, "conditionalUpdate" : true, "conditionalDelete" : "multiple", "searchInclude" : [ "*" ], "searchParam" : [ { "name" : "_content", "type" : "string", "documentation" : "Search the contents of the resource's data using a fulltext search" }, { "name" : "_has", "type" : "string", "documentation" : "Return resources linked to by the given target" }, { "name" : "_id", "type" : "token", "documentation" : "The ID of the resource" }, { "name" : "_language", "type" : "string", "documentation" : "The language of the resource" }, { "name" : "_lastUpdated", "type" : "date", "documentation" : "Only return resources which were last updated as specified by the given range" }, { "name" : "_profile", "type" : "uri", "documentation" : "Search for resources which have the given profile" }, { "name" : "_security", "type" : "token", "documentation" : "Search for resources which have the given security labels" }, { "name" : "_tag", "type" : "token", "documentation" : "Search for resources which have the given tag" }, { "name" : "_text", "type" : "string", "documentation" : "Search the contents of the resource's narrative using a fulltext search" }, { "name" : "active", "type" : "token", "documentation" : "Whether the practitioner record is active" }, { "name" : "address", "type" : "string", "documentation" : "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name" : "address-city", "type" : "string", "documentation" : "A city specified in an address" }, { "name" : "address-country", "type" : "string", "documentation" : "A country specified in an address" }, { "name" : "address-postalcode", "type" : "string", "documentation" : "A postalCode specified in an address" }, { "name" : "address-state", "type" : "string", "documentation" : "A state specified in an address" }, { "name" : "address-use", "type" : "token", "documentation" : "A use code specified in an address" }, { "name" : "communication", "type" : "token", "documentation" : "One of the languages that the practitioner can communicate with" }, { "name" : "email", "type" : "token", "documentation" : "A value in an email contact" }, { "name" : "family", "type" : "string", "documentation" : "A portion of the family name" }, { "name" : "gender", "type" : "token", "documentation" : "Gender of the practitioner" }, { "name" : "given", "type" : "string", "documentation" : "A portion of the given name" }, { "name" : "identifier", "type" : "token", "documentation" : "A practitioner's Identifier" }, { "name" : "name", "type" : "string", "documentation" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" }, { "name" : "phone", "type" : "token", "documentation" : "A value in a phone contact" }, { "name" : "phonetic", "type" : "string", "documentation" : "A portion of either family or given name using some kind of phonetic matching algorithm" }, { "name" : "telecom", "type" : "token", "documentation" : "The value in any kind of contact" } ] }, { "type" : "PractitionerRole", "profile" : { "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-practitionerrole" }, "interaction" : [ { "code" : "read" }, { "code" : "vread" }, { "code" : "update" }, { "code" : "delete" }, { "code" : "create" }, { "code" : "search-type" } ], "conditionalCreate" : true, "conditionalUpdate" : true, "conditionalDelete" : "multiple", "searchInclude" : [ "*", "PractitionerRole:endpoint", "PractitionerRole:location", "PractitionerRole:organization", "PractitionerRole:practitioner", "PractitionerRole:service" ], "searchParam" : [ { "name" : "_content", "type" : "string", "documentation" : "Search the contents of the resource's data using a fulltext search" }, { "name" : "_has", "type" : "string", "documentation" : "Return resources linked to by the given target" }, { "name" : "_id", "type" : "token", "documentation" : "The ID of the resource" }, { "name" : "_language", "type" : "string", "documentation" : "The language of the resource" }, { "name" : "_lastUpdated", "type" : "date", "documentation" : "Only return resources which were last updated as specified by the given range" }, { "name" : "_profile", "type" : "uri", "documentation" : "Search for resources which have the given profile" }, { "name" : "_security", "type" : "token", "documentation" : "Search for resources which have the given security labels" }, { "name" : "_tag", "type" : "token", "documentation" : "Search for resources which have the given tag" }, { "name" : "_text", "type" : "string", "documentation" : "Search the contents of the resource's narrative using a fulltext search" }, { "name" : "active", "type" : "token", "documentation" : "Whether this practitioner's record is in active use" }, { "name" : "date", "type" : "date", "documentation" : "The period during which the practitioner is authorized to perform in these role(s)" }, { "name" : "email", "type" : "token", "documentation" : "A value in an email contact" }, { "name" : "endpoint", "type" : "reference", "documentation" : "Technical endpoints providing access to services operated for the practitioner with this role" }, { "name" : "identifier", "type" : "token", "documentation" : "A practitioner's Identifier" }, { "name" : "location", "type" : "reference", "documentation" : "One of the locations at which this practitioner provides care" }, { "name" : "organization", "type" : "reference", "documentation" : "The identity of the organization the practitioner represents / acts on behalf of" }, { "name" : "phone", "type" : "token", "documentation" : "A value in a phone contact" }, { "name" : "practitioner", "type" : "reference", "documentation" : "Practitioner that is able to provide the defined services for the organation" }, { "name" : "role", "type" : "token", "documentation" : "The practitioner can perform this role at for the organization" }, { "name" : "service", "type" : "reference", "documentation" : "The list of healthcare services that this worker provides for this role's Organization/Location(s)" }, { "name" : "specialty", "type" : "token", "documentation" : "The practitioner has this specialty at an organization" }, { "name" : "telecom", "type" : "token", "documentation" : "The value in any kind of contact" } ] }, { "type" : "StructureDefinition", "profile" : { "reference" : "http://hl7.org/fhir/StructureDefinition/StructureDefinition" }, "interaction" : [ { "code" : "read" }, { "code" : "search-type" } ], "searchParam" : [ { "name" : "type", "type" : "token", "documentation" : "Type defined or constrained by this structure" } ] } ], "operation" : [ { "name" : "import-organizations", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import-organizations" } }, { "name" : "persist-login", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-persist-login" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/CareTeam--validate" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/CareTeam-i-validate" } }, { "name" : "traverse-to-sor", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-traverse-to-sor" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-validate" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization--validate" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner-i-validate" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner--validate" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/PractitionerRole--validate" } }, { "name" : "validate", "definition" : { "reference" : "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/PractitionerRole-i-validate" } } ] } ] }