eHealth Infrastructure - Local Development build (v2.8.0). See the Directory of published versions
Active as of 2023-05-13 |
@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:id [ fhir:v "terminology"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>terminology</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td>y</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><th><b title=\"GET changes to a resource (history interaction on instance)\">Updates</b></th><th><b title=\"GET changes for all resources of the type (history interaction on type)\">History</b></th></tr><tr><td>CodeSystem</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/CodeSystem\">http://hl7.org/fhir/StructureDefinition/CodeSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>ConceptMap</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/ConceptMap\">http://hl7.org/fhir/StructureDefinition/ConceptMap</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Group</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Group\">http://hl7.org/fhir/StructureDefinition/Group</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>NamingSystem</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/NamingSystem\">http://hl7.org/fhir/StructureDefinition/NamingSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</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><td></td><td></td></tr><tr><td>Practitioner</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Practitioner\">http://hl7.org/fhir/StructureDefinition/Practitioner</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</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><td></td><td></td></tr><tr><td>ValueSet</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/ValueSet\">http://hl7.org/fhir/StructureDefinition/ValueSet</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/CapabilityStatement/terminology"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.8.0"] ; # fhir:name [ fhir:v "terminology"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-05-13T03:27:03.688+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:kind [ fhir:v "instance"] ; # fhir:software [ fhir:name [ fhir:v "terminology" ] ; fhir:version [ fhir:v "1.10.2" ] ] ; # fhir:implementation [ fhir:description [ fhir:v "eHealth terminology service" ] ; fhir:url [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir"^^xsd:anyURI ] ] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "xml"] [ fhir:v "application/fhir+json"] [ fhir:v "json"] [ fhir:v "application/x-turtle"] [ fhir:v "ttl"] [ fhir:v "html/json"] [ fhir:v "html/xml"] [ fhir:v "html/turtle"] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "server" ] ; ( fhir:resource [ fhir:type [ fhir:v "CodeSystem" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/CodeSystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/CodeSystem> ] ; ( fhir:interaction [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "delete" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalDelete [ fhir:v "multiple" ] ; ( fhir:searchInclude [ fhir:v "*" ] [ fhir:v "CodeSystem:supplements" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_filter" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_source" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "code" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A code defined in the code system" ] ] [ fhir:name [ fhir:v "content-mode" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "not-present | example | fragment | complete | supplement" ] ] [ fhir:name [ fhir:v "context" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A use context assigned to the code system" ] ] [ fhir:name [ fhir:v "context-quantity" ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "A quantity- or range-valued use context assigned to the code system" ] ] [ fhir:name [ fhir:v "context-type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A type of use context assigned to the code system" ] ] [ fhir:name [ fhir:v "context-type-quantity" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and quantity- or range-based value assigned to the code system" ] ] [ fhir:name [ fhir:v "context-type-value" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and value assigned to the code system" ] ] [ fhir:name [ fhir:v "date" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The code system publication date" ] ] [ fhir:name [ fhir:v "description" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The description of the code system" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "External identifier for the code system" ] ] [ fhir:name [ fhir:v "jurisdiction" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Intended jurisdiction for the code system" ] ] [ fhir:name [ fhir:v "language" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A language in which a designation is provided" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Computationally friendly name of the code system" ] ] [ fhir:name [ fhir:v "publisher" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Name of the publisher of the code system" ] ] [ fhir:name [ fhir:v "status" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The current status of the code system" ] ] [ fhir:name [ fhir:v "supplements" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Find code system supplements for the referenced code system" ] ] [ fhir:name [ fhir:v "system" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "The system for any codes defined by this code system (same as 'url')" ] ] [ fhir:name [ fhir:v "title" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The human-friendly name of the code system" ] ] [ fhir:name [ fhir:v "url" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "The uri that identifies the code system" ] ] [ fhir:name [ fhir:v "version" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The business version of the code system" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "upload-external-code-system" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-upload-external-code-system"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-upload-external-code-system> ] ] [ fhir:name [ fhir:v "apply-codesystem-delta-remove" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-remove"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-remove> ] ] [ fhir:name [ fhir:v "apply-codesystem-delta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-add> ] ] [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] [ fhir:name [ fhir:v "meta-delete" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete> ] ; fhir:documentation [ fhir:v "Delete tags, profiles, and/or security labels from a resource" ] ] [ fhir:name [ fhir:v "meta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add> ] ; fhir:documentation [ fhir:v "Add tags, profiles, and/or security labels to a resource" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ; fhir:documentation [ fhir:v "Request a list of tags, profiles, and security labels for a specfic resource instance" ] ] [ fhir:name [ fhir:v "expunge" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge> ] ] [ fhir:name [ fhir:v "validate-code" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code> ] ] [ fhir:name [ fhir:v "subsumes" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-subsumes"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-subsumes> ] ] [ fhir:name [ fhir:v "lookup" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-lookup"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-lookup> ] ] ) ] [ fhir:type [ fhir:v "ConceptMap" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/ConceptMap"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/ConceptMap> ] ; ( fhir:interaction [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "delete" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalDelete [ fhir:v "multiple" ] ; ( fhir:searchInclude [ fhir:v "*" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_filter" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_source" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "context" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A use context assigned to the concept map" ] ] [ fhir:name [ fhir:v "context-quantity" ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "A quantity- or range-valued use context assigned to the concept map" ] ] [ fhir:name [ fhir:v "context-type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A type of use context assigned to the concept map" ] ] [ fhir:name [ fhir:v "context-type-quantity" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and quantity- or range-based value assigned to the concept map" ] ] [ fhir:name [ fhir:v "context-type-value" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and value assigned to the concept map" ] ] [ fhir:name [ fhir:v "date" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The concept map publication date" ] ] [ fhir:name [ fhir:v "dependson" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Reference to property mapping depends on" ] ] [ fhir:name [ fhir:v "description" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The description of the concept map" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "External identifier for the concept map" ] ] [ fhir:name [ fhir:v "jurisdiction" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Intended jurisdiction for the concept map" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Computationally friendly name of the concept map" ] ] [ fhir:name [ fhir:v "other" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped" ] ] [ fhir:name [ fhir:v "product" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Reference to property mapping depends on" ] ] [ fhir:name [ fhir:v "publisher" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Name of the publisher of the concept map" ] ] [ fhir:name [ fhir:v "source" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The source value set that contains the concepts that are being mapped" ] ] [ fhir:name [ fhir:v "source-code" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Identifies element being mapped" ] ] [ fhir:name [ fhir:v "source-system" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Source system where concepts to be mapped are defined" ] ] [ fhir:name [ fhir:v "source-uri" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The source value set that contains the concepts that are being mapped" ] ] [ fhir:name [ fhir:v "status" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The current status of the concept map" ] ] [ fhir:name [ fhir:v "target" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The target value set which provides context for the mappings" ] ] [ fhir:name [ fhir:v "target-code" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Code that identifies the target element" ] ] [ fhir:name [ fhir:v "target-system" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Target system that the concepts are to be mapped to" ] ] [ fhir:name [ fhir:v "target-uri" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The target value set which provides context for the mappings" ] ] [ fhir:name [ fhir:v "title" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The human-friendly name of the concept map" ] ] [ fhir:name [ fhir:v "url" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "The uri that identifies the concept map" ] ] [ fhir:name [ fhir:v "version" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The business version of the concept map" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] [ fhir:name [ fhir:v "meta-delete" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete> ] ; fhir:documentation [ fhir:v "Delete tags, profiles, and/or security labels from a resource" ] ] [ fhir:name [ fhir:v "meta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add> ] ; fhir:documentation [ fhir:v "Add tags, profiles, and/or security labels to a resource" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ; fhir:documentation [ fhir:v "Request a list of tags, profiles, and security labels for a specfic resource instance" ] ] [ fhir:name [ fhir:v "expunge" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge> ] ] [ fhir:name [ fhir:v "translate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-it-translate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-it-translate> ] ] ) ] [ fhir:type [ fhir:v "Group" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Group"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/Group> ] ; ( fhir:interaction [ fhir:code [ fhir:v "search-type" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "delete" ] ] [ fhir:code [ fhir:v "create" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalDelete [ fhir:v "multiple" ] ; ( fhir:searchInclude [ fhir:v "*" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_filter" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_source" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "actual" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Descriptive or actual" ] ] [ fhir:name [ fhir:v "characteristic" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Kind of characteristic" ] ] [ fhir:name [ fhir:v "characteristic-value" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A composite of both characteristic and value" ] ] [ fhir:name [ fhir:v "code" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The kind of resources contained" ] ] [ fhir:name [ fhir:v "exclude" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Group includes or excludes" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Unique id" ] ] [ fhir:name [ fhir:v "managing-entity" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Entity that is the custodian of the Group's definition" ] ] [ fhir:name [ fhir:v "member" ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Reference to the group member" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The type of resources the group contains" ] ] [ fhir:name [ fhir:v "value" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Value held by characteristic" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] [ fhir:name [ fhir:v "meta-delete" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete> ] ; fhir:documentation [ fhir:v "Delete tags, profiles, and/or security labels from a resource" ] ] [ fhir:name [ fhir:v "meta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add> ] ; fhir:documentation [ fhir:v "Add tags, profiles, and/or security labels to a resource" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ; fhir:documentation [ fhir:v "Request a list of tags, profiles, and security labels for a specfic resource instance" ] ] [ fhir:name [ fhir:v "expunge" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge> ] ] ) ] [ fhir:type [ fhir:v "NamingSystem" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/NamingSystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/NamingSystem> ] ; ( fhir:interaction [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "delete" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalDelete [ fhir:v "multiple" ] ; ( fhir:searchInclude [ fhir:v "*" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_filter" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_source" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "contact" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Name of an individual to contact" ] ] [ fhir:name [ fhir:v "context" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A use context assigned to the naming system" ] ] [ fhir:name [ fhir:v "context-quantity" ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "A quantity- or range-valued use context assigned to the naming system" ] ] [ fhir:name [ fhir:v "context-type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A type of use context assigned to the naming system" ] ] [ fhir:name [ fhir:v "context-type-quantity" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and quantity- or range-based value assigned to the naming system" ] ] [ fhir:name [ fhir:v "context-type-value" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and value assigned to the naming system" ] ] [ fhir:name [ fhir:v "date" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The naming system publication date" ] ] [ fhir:name [ fhir:v "description" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The description of the naming system" ] ] [ fhir:name [ fhir:v "id-type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "oid | uuid | uri | other" ] ] [ fhir:name [ fhir:v "jurisdiction" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Intended jurisdiction for the naming system" ] ] [ fhir:name [ fhir:v "kind" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "codesystem | identifier | root" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Computationally friendly name of the naming system" ] ] [ fhir:name [ fhir:v "period" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "When is identifier valid?" ] ] [ fhir:name [ fhir:v "publisher" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Name of the publisher of the naming system" ] ] [ fhir:name [ fhir:v "responsible" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Who maintains system namespace?" ] ] [ fhir:name [ fhir:v "status" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The current status of the naming system" ] ] [ fhir:name [ fhir:v "telecom" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Contact details for individual or organization" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "e.g. driver, provider, patient, bank etc." ] ] [ fhir:name [ fhir:v "value" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The unique identifier" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] [ fhir:name [ fhir:v "meta-delete" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete> ] ; fhir:documentation [ fhir:v "Delete tags, profiles, and/or security labels from a resource" ] ] [ fhir:name [ fhir:v "meta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add> ] ; fhir:documentation [ fhir:v "Add tags, profiles, and/or security labels to a resource" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ; fhir:documentation [ fhir:v "Request a list of tags, profiles, and security labels for a specfic resource instance" ] ] [ fhir:name [ fhir:v "expunge" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge> ] ] ) ] [ fhir:type [ fhir:v "OperationDefinition" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/OperationDefinition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/OperationDefinition> ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] ) ; ( fhir:searchInclude [ fhir:v "*" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ] [ fhir:type [ fhir:v "Practitioner" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/Practitioner"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/Practitioner> ] ; ( fhir:interaction [ fhir:code [ fhir:v "search-type" ] ] [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "delete" ] ] [ fhir:code [ fhir:v "create" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalDelete [ fhir:v "multiple" ] ; ( fhir:searchInclude [ fhir:v "*" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_filter" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_source" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "active" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Whether the practitioner record is active" ] ] [ fhir:name [ fhir:v "address" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ] ] [ fhir:name [ fhir:v "address-city" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A city specified in an address" ] ] [ fhir:name [ fhir:v "address-country" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A country specified in an address" ] ] [ fhir:name [ fhir:v "address-postalcode" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A postalCode specified in an address" ] ] [ fhir:name [ fhir:v "address-state" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A state specified in an address" ] ] [ fhir:name [ fhir:v "address-use" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A use code specified in an address" ] ] [ fhir:name [ fhir:v "communication" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "One of the languages that the practitioner can communicate with" ] ] [ fhir:name [ fhir:v "email" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A value in an email contact" ] ] [ fhir:name [ fhir:v "family" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A portion of the family name" ] ] [ fhir:name [ fhir:v "gender" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Gender of the practitioner" ] ] [ fhir:name [ fhir:v "given" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A portion of the given name" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A practitioner's Identifier" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "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:name [ fhir:v "phone" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A value in a phone contact" ] ] [ fhir:name [ fhir:v "phonetic" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "A portion of either family or given name using some kind of phonetic matching algorithm" ] ] [ fhir:name [ fhir:v "telecom" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The value in any kind of contact" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] [ fhir:name [ fhir:v "meta-delete" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete> ] ; fhir:documentation [ fhir:v "Delete tags, profiles, and/or security labels from a resource" ] ] [ fhir:name [ fhir:v "meta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add> ] ; fhir:documentation [ fhir:v "Add tags, profiles, and/or security labels to a resource" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ; fhir:documentation [ fhir:v "Request a list of tags, profiles, and security labels for a specfic resource instance" ] ] [ fhir:name [ fhir:v "expunge" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge> ] ] ) ] [ fhir:type [ fhir:v "StructureDefinition" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/StructureDefinition"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/StructureDefinition> ] ; ( fhir:interaction [ fhir:code [ fhir:v "search-type" ] ] [ fhir:code [ fhir:v "read" ] ] ) ; ( fhir:searchInclude [ fhir:v "*" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Type defined or constrained by this structure" ] ] ) ] [ fhir:type [ fhir:v "ValueSet" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/ValueSet"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/ValueSet> ] ; ( fhir:interaction [ fhir:code [ fhir:v "update" ] ] [ fhir:code [ fhir:v "vread" ] ] [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "patch" ] ] [ fhir:code [ fhir:v "history-type" ] ] [ fhir:code [ fhir:v "history-instance" ] ] [ fhir:code [ fhir:v "delete" ] ] [ fhir:code [ fhir:v "create" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ; fhir:conditionalDelete [ fhir:v "multiple" ] ; ( fhir:searchInclude [ fhir:v "*" ] ) ; ( fhir:searchRevInclude [ fhir:v "CodeSystem:supplements" ] [ fhir:v "ConceptMap:other" ] [ fhir:v "ConceptMap:source" ] [ fhir:v "ConceptMap:source-uri" ] [ fhir:v "ConceptMap:target" ] [ fhir:v "ConceptMap:target-uri" ] [ fhir:v "Group:managing-entity" ] [ fhir:v "Group:member" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_content" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [ fhir:name [ fhir:v "_filter" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ] ] [ fhir:name [ fhir:v "_has" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [ fhir:name [ fhir:v "_id" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The ID of the resource" ] ] [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [ fhir:name [ fhir:v "_profile" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [ fhir:name [ fhir:v "_security" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [ fhir:name [ fhir:v "_source" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ] ] [ fhir:name [ fhir:v "_tag" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [ fhir:name [ fhir:v "_text" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [ fhir:name [ fhir:v "code" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource" ] ] [ fhir:name [ fhir:v "context" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A use context assigned to the value set" ] ] [ fhir:name [ fhir:v "context-quantity" ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "A quantity- or range-valued use context assigned to the value set" ] ] [ fhir:name [ fhir:v "context-type" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "A type of use context assigned to the value set" ] ] [ fhir:name [ fhir:v "context-type-quantity" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and quantity- or range-based value assigned to the value set" ] ] [ fhir:name [ fhir:v "context-type-value" ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "A use context type and value assigned to the value set" ] ] [ fhir:name [ fhir:v "date" ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The value set publication date" ] ] [ fhir:name [ fhir:v "description" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The description of the value set" ] ] [ fhir:name [ fhir:v "expansion" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "Identifies the value set expansion (business identifier)" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "External identifier for the value set" ] ] [ fhir:name [ fhir:v "jurisdiction" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Intended jurisdiction for the value set" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Computationally friendly name of the value set" ] ] [ fhir:name [ fhir:v "publisher" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "Name of the publisher of the value set" ] ] [ fhir:name [ fhir:v "reference" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "A code system included or excluded in the value set or an imported value set" ] ] [ fhir:name [ fhir:v "status" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The current status of the value set" ] ] [ fhir:name [ fhir:v "title" ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The human-friendly name of the value set" ] ] [ fhir:name [ fhir:v "url" ] ; fhir:type [ fhir:v "uri" ] ; fhir:documentation [ fhir:v "The uri that identifies the value set" ] ] [ fhir:name [ fhir:v "version" ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The business version of the value set" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "validate-code" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code> ] ] [ fhir:name [ fhir:v "invalidate-expansion" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-invalidate-expansion"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-invalidate-expansion> ] ] [ fhir:name [ fhir:v "expand" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-it-expand"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-it-expand> ] ] [ fhir:name [ fhir:v "validate" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] [ fhir:name [ fhir:v "meta-delete" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete> ] ; fhir:documentation [ fhir:v "Delete tags, profiles, and/or security labels from a resource" ] ] [ fhir:name [ fhir:v "meta-add" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add> ] ; fhir:documentation [ fhir:v "Add tags, profiles, and/or security labels to a resource" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ; fhir:documentation [ fhir:v "Request a list of tags, profiles, and security labels for a specfic resource instance" ] ] [ fhir:name [ fhir:v "expunge" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge> ] ] ) ] ) ; ( fhir:interaction [ fhir:code [ fhir:v "transaction" ] ] [ fhir:code [ fhir:v "history-system" ] ] ) ; ( fhir:operation [ fhir:name [ fhir:v "import" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import> ] ; fhir:documentation [ fhir:v "Import terminology resources" ] ] [ fhir:name [ fhir:v "process-message" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message> ] ; fhir:documentation [ fhir:v "Accept a FHIR Message Bundle for processing" ] ] [ fhir:name [ fhir:v "perform-reindexing-pass" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass> ] ; fhir:documentation [ fhir:v "Forces a single pass of the resource reindexing processor" ] ] [ fhir:name [ fhir:v "meta" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta> ] ] [ fhir:name [ fhir:v "get-resource-counts" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts> ] ; fhir:documentation [ fhir:v "Provides the number of resources currently stored on the server, broken down by resource type" ] ] [ fhir:name [ fhir:v "reindex-terminology" ] ; fhir:definition [ fhir:v "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"^^xsd:anyURI ; fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology> ] ] ) ] ) . #
IG © 2021+ Systematic | Trifork. Package dk.ehealth.sundhed.fhir.ig.core#2.8.0 based on FHIR 4.0.1. Generated 2023-05-17