From e07a7d62cea622019d318a829690898f58f87a4d Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sun, 22 Sep 2024 02:19:22 -0400 Subject: [PATCH] more work on debugging timeouts --- exec/pack/Messages.properties | 13 +- exec/pack/rendering-phrases.properties | 925 +++++++++++++++++++ exec/pack/rendering-phrases_de.properties | 6 + exec/pack/rendering-phrases_es.properties | 6 + exec/pack/rendering-phrases_ja.properties | 21 + exec/pack/rendering-phrases_nl.properties | 910 ++++++++++++++++++ exec/pack/rendering-phrases_pt-BR.properties | 1 + library/fhir/fhir_tx.pas | 8 +- library/ftx/fhir_valuesets.pas | 14 +- 9 files changed, 1899 insertions(+), 5 deletions(-) create mode 100644 exec/pack/rendering-phrases.properties create mode 100644 exec/pack/rendering-phrases_de.properties create mode 100644 exec/pack/rendering-phrases_es.properties create mode 100644 exec/pack/rendering-phrases_ja.properties create mode 100644 exec/pack/rendering-phrases_nl.properties create mode 100644 exec/pack/rendering-phrases_pt-BR.properties diff --git a/exec/pack/Messages.properties b/exec/pack/Messages.properties index bae41d4af..aa8a725c8 100644 --- a/exec/pack/Messages.properties +++ b/exec/pack/Messages.properties @@ -13,7 +13,9 @@ Attempt_to_a_slice_an_element_that_does_not_repeat__from__in_ = Attempt to a sli Attempt_to_replace_element_name_for_a_nonchoice_type=Attempt to replace element name for a non-choice type Attempt_to_use_Terminology_server_when_no_Terminology_server_is_available = Attempt to use Terminology server when no Terminology server is available Attempt_to_use_a_snapshot_on_profile__as__before_it_is_generated = Attempt to use a snapshot on profile ''{0}'' as {1} before it is generated -BINDING_ADDITIONAL = {0} specified in an additional binding +BINDING_ADDITIONAL_D = {0} specified in an additional binding +BINDING_ADDITIONAL_UC = {0} specified in an additional binding which applies because {1} +BINDING_ADDITIONAL_USAGE = {0} = {1} BINDING_MAX = {0} specified in the max binding BUNDLE_BUNDLE_ENTRY_FOUND_MULTIPLE = Found {0} matches for ''{1}'' in the bundle ({2}) BUNDLE_BUNDLE_ENTRY_FOUND_MULTIPLE_FRAGMENT = Found {0} matches for fragment {2} in resource ''{1}'' in the bundle ({3}) @@ -1029,7 +1031,7 @@ VALUESET_SUPPLEMENT_MISSING_one = Required supplement not found: {1} VALUESET_SUPPLEMENT_MISSING_other = Required supplements not found: {1} VALUESET_TOO_COSTLY = The value set ''{0}'' expansion has too many codes to display ({1}) VALUESET_TOO_COSTLY_COUNT = The value set ''{0}'' expansion has {2} codes, which is too many to display ({1}) -VALUESET_TOO_COSTLY_TIME = The value set ''{0}'' expansion took too long to process (>{1}sec) +VALUESET_TOO_COSTLY_TIME = The value set ''{0}'' {2} took too long to process (>{1}sec) VALUESET_UNC_SYSTEM_WARNING = Unknown System ''{0}'' specified, so Concepts and Filters can''t be checked (Details: {1}) VALUESET_UNC_SYSTEM_WARNING_VER = Unknown System/Version ''{0}'' specified, so Concepts and Filters can''t be checked (Details: {1}) VALUESET_UNKNOWN_FILTER_PROPERTY = The property ''{0}'' is not known for the system ''{1}'', so may not be understood by the terminology ecosystem. Known properties for this system: {2} @@ -1140,4 +1142,9 @@ XHTML_XHTML_ATTRIBUTE_XML_SPACE = The attribute 'xml:space' is legal but has a f VALIDATION_HL7_PUBLISHER_MULTIPLE_WGS = This resource has more than workgroup extension (http://hl7.org/fhir/StructureDefinition/structuredefinition-wg) NO_VALID_DISPLAY_FOUND_NONE_FOR_LANG = Wrong Display Name ''{0}'' for {1}#{2}. There are no valid display names found for language(s) ''{3}''. Default display is ''{4}'' NO_VALID_DISPLAY_AT_ALL = Cannot validate display Name ''{0}'' for {1}#{2}: No displays are known - +SD_BASE_EXPERIMENTAL = The definition builds on ''{0}'' which is experimental, but this definition is not labeled as experimental +SD_ED_EXPERIMENTAL_BINDING = The definition for the element ''{0}'' binds to the value set ''{1}'' which is experimental, but this structure is not labeled as experimental +VALIDATION_NO_EXPERIMENTAL_CONTENT = Experimental content is not allowed in this context +SD_ED_ADDITIONAL_BINDING_USAGE_UNKNOWN = The Usage Context {0}#{1} is not recognised and may not be correct +SD_ED_ADDITIONAL_BINDING_USAGE_INVALID_ELEMENT = The Usage Context {0}#{1} is a reference to an element that does not exist +SD_ED_ADDITIONAL_BINDING_USAGE_INVALID_TYPE = The Usage Context value must be of type {1} not {0} diff --git a/exec/pack/rendering-phrases.properties b/exec/pack/rendering-phrases.properties new file mode 100644 index 000000000..39aa5cab8 --- /dev/null +++ b/exec/pack/rendering-phrases.properties @@ -0,0 +1,925 @@ +# Rendering +ACTOR_DEF_ACT = Actor: {0} +ACTOR_DEF_CAP = Capabilities: +ACTOR_DEF_DER = Derived from: +GENERAL_REFS = References: +ACTOR_DEF_TYP = Type: {0} +ADD_BIND_ADD_BIND = Additional Bindings +ADD_BIND_ALL_REP = All repeats +ADD_BIND_ANY = Any +ADD_BIND_ANY_REP = any repeat +GENERAL_COMPONENT = Component +ADD_BIND_CURR_BIND = Current +ADD_BIND_DESIG_SYS = This value set is a good set of codes to start with when designing your system +GENERAL_DOCUMENTATION = Documentation +ADD_BIND_EXT_PREF = A required binding, for use when the binding strength is ''extensible'' or ''preferred'' +ADD_BIND_EX_BIND = Extensible +ADD_BIND_GIVEN_CONT = This value set is provided to user look up in a given context +ADD_BIND_MAX = Max Binding +ADD_BIND_MIN = Min Binding +GENERAL_BIND_MIN_ALLOW = The minimum allowable value set - any conformant system SHALL support all these codes +ADD_BIND_NEW_REC = New records are required to use this value set, but legacy records may use other codes +GENERAL_PREFERRED = Preferred +ADD_BIND_PREF_BIND = Preferred +GENERAL_PURPOSE = Purpose +ADD_BIND_RECOM_VALUE_SET = This is the value set that is recommended (documentation should explain why) +GENERAL_REQUIRED = Required +ADD_BIND_REQ_BIND = Required +GENERAL_STARTER = Starter +ADD_BIND_UI = UI +ADD_BIND_UI_BIND = UI Binding +ADD_BIND_UNKNOWN_PUR = Unknown code for purpose +GENERAL_USAGE = Usage +ADD_BIND_VALID_EXT = Validators will check this binding (strength = extensible) +ADD_BIND_VALID_REQ = Validators will check this binding (strength = required) +ADD_BIND_VALUE_COMP = This value set is a component of the base value set +BUNDLE_ETAG = ETag = {0} +BUNDLE_HEADER_ENTRY = Entry {0} +BUNDLE_HEADER_ENTRY_URL = Entry {0} - fullUrl = {1} +BUNDLE_HEADER_ROOT = Bundle {0} of type {1} +BUNDLE_IF_MATCH = If-Match = {0} +BUNDLE_IF_MOD = If-Modified-Since = {0} +BUNDLE_IF_NONE = If-None-Exist = {0} +BUNDLE_IF_NON_MATCH = If-None-Match = {0} +BUNDLE_LAST_MOD = LastModified = {0} +BUNDLE_LOCATION = Location = {0} +BUNDLE_REQUEST = Request: +BUNDLE_RESOURCE = Resource {0}: +BUNDLE_RESPONSE = Response: +BUNDLE_REV_EXCP = Exception generating narrative: {0} +BUNDLE_SEARCH = Search: +BUNDLE_SEARCH_MODE = Mode = {0} +BUNDLE_SEARCH_SCORE = Score = {0} +BUND_REND_INVALID_DOC = Invalid document ''{0}'' - first entry is not a Composition ({0}) +CANON_REND_COMMITTEE = Committee +GENERAL_COPYRIGHT = Copyright +GENERAL_DEFINITION = Definition +CANON_REND_JSON = JSON +CANON_REND_MATURITY = Maturity +GENERAL_NAME = Name +CANON_REND_PUBLISHER = Publisher +CANON_REND_SOURCE_RES = Source Resource +GENERAL_STATUS = Status +GENERAL_TITLE = Title +CANON_REND_TURTLE = Turtle +GENERAL_DEFINING_URL = Defining URL +GENERAL_VER = Version +GENERAL_XML = XML +CAPABILITY_ADD_SUPP_PROF = Additional supported profiles: +CAPABILITY_BASE_SYS = Base System Profile +CAPABILITY_COMB_SEARCH_PAR = Combined Search Parameters +GENERAL_CONFORMANCE = Conformance +CAPABILITY_CORS_NO = Enable CORS: no +CAPABILITY_CORS_YES = Enable CORS: yes +CAPABILITY_CREATE_INT = POST a new resource (create interaction) +GENERAL_CRIT = Criteria +CAPABILITY_DELETE_INT = DELETE a resource (delete interaction) +CAPABILITY_ERR_DET = Error detected +CAPABILITY_EXT_OP = Extended Operations +CAPABILITY_FHIR = Core FHIR Resource +CAPABILITY_FHIR_VER = FHIR Version: {0} +CAPABILITY_HISTORY_INT = GET changes to a resource (history interaction on instance) +CAPABILITY_HISTORY_TYPE = GET changes for all resources of the type (history interaction on type) +CAPABILITY_IMP_VER = Implementation Guide Version: {0} +CAPABILITY_INT = interaction. +CAPABILITY_INTER_SUPP = The interactions supported by each resource ( +CAPABILITY_INT_DESC = interaction described as follows: +CAPABILITY_INT_SUMM = Interaction summary +CAPABILITY_MAY_SUPP = MAY Support the Following Implementation Guides +CAPABILITY_MULT_EXT = this mark indicates that there are more than one expectation extensions present +CAPABILITY_NOTE_CAP = Note to Implementers: FHIR Capabilities +CAPABILITY_OP = Operations +CAPABILITY_OPER = Operation +CAPABILITY_OTH_RES_ENB = The other resources enabled for +GENERAL_PAR = Parameter +GENERAL_PARS = Parameters +PARS_SUMMARY_SIZE = Parameters ({0} parameters) +PARS_SUMMARY_LIST = Parameters: {0} +CAPABILITY_PATCH_INT = PATCH a new resource version (patch interaction) +GENERAL_PROF = Profile +CAPABILITY_PROF_CONF = Profile Conformance +CAPABILITY_PROF_RES_DOC = Document Resource Profile +CAPABILITY_PROF_MAP = Profile Mapping +CAPABILITY_PUB_BY = Published by: {0} +CAPABILITY_PUB_ON = Published on: {0} +CAPABILITY_READ_INT = GET a resource (read interaction) +CAPABILITY_REF_PROF = Reference Policy +CAPABILITY_REQ_RECOM = Required and recommended search parameters +CAPABILITY_REST_CAPS = FHIR RESTful Capabilities +CAPABILITY_DOCUMENT_CAPS = FHIR Document Capabilities +CAPABILITY_MESSAGING_CAPS = FHIR Messaging Capabilities +CAPABILITY_MESSAGING_CAP = Messaging Capability +CAPABILITY_REST_CONFIG = REST Configuration: {0} +CAPABILITY_RES_CONF = Resource Conformance: {0} +CAPABILITY_RES_ENB = The linked resources enabled for +CAPABILITY_RES_OPER = The operations on the resource (if any) +CAPABILITY_RES_PRO = Capabilities by Resource/Profile +CAPABILITY_RES_TYP = Resource Type +CAPABILITY_REV_PROF = The relevant profiles (if any) +CAPABILITY_SEARCHES = Searches +CAPABILITY_SEARCH_INT = GET all set of resources of the type (search interaction) +CAPABILITY_SEARCH_PAR = The required, recommended, and some optional search parameters (if any). +CAPABILITY_SEARCH_PARS = Search Parameters +CAPABILITY_SHOULD_SUPP = SHOULD Support the Following Implementation Guides +GENERAL_SUMM = Summary +CAPABILITY_SUMM_RES = The summary table lists the resources that are part of this configuration, and for each resource it lists: +CAPABILITY_SUMM_SYS_INT = Summary of System-wide Interactions +CAPABILITY_SUPP = support +CAPABILITY_SUPPS = Supports +CAPABILITY_SUPP_FORM = Supported Formats: +CAPABILITY_SUPP_PATCH_FORM = Supported Patch Formats: +CAPABILITY_SUPP_PROFS = Supported Profiles +CAPABILITY_SUPP_MSGS = Supported Message(s) +CAPABILITY_ENDPOINTS = Endpoint(s) +CAPABILITY_SUPP_THE = support the +CAPABILITY_SUPPS_THE = Supports the +GENERAL_TYPE = Type +CAPABILITY_TYPS = Types +CAPABILITY_TYP_PRES = ype are only present if at least one of the resources has support for them. +CAPABILITY_UPDATE_INT = PUT a new resource version (update interaction) +CAPABILITY_VREAD_INT = GET past versions of resources (vread interaction) +CAPABILTY_ALLOW_CAP = Any FHIR capability may be ''allowed'' by the system unless explicitly marked as ''SHALL NOT''. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case. +CAPABILTY_SHALL_SUPP = SHALL Support the Following Implementation Guides +CODESYSTEM_CONCEPTS = Concepts +CODESYSTEM_CONTENT_COMPLETE = This code system defines the following codes: +CODESYSTEM_CONTENT_EXAMPLE = This code system provides some codes that are example only: +CODESYSTEM_CONTENT_FRAGMENT = This code system provides a fragment that includes following codes: +CODESYSTEM_CONTENT_NOTPRESENT = This code system defines codes, but no codes are represented here +CODESYSTEM_CONTENT_SUPPLEMENT = This code system defines {0} on the following codes: +CODESYSTEM_DEPRECATED = Deprecated +GENERAL_DESC = Description +CODESYSTEM_FILTERS = Filters +GENERAL_CODE = Code +CODESYSTEM_FILTER_OP = Op +GENERAL_VALUE = Value +GENERAL_PROPS = Properties +CODESYSTEM_PROPS_DESC = This code system defines the following properties for its concepts +GENERAL_URI = URI +GENERAL_ADD_LANG = Additional Language Displays +CODE_SYS_COMPLETE = All the concepts defined by the code system are included in the code system resource +GENERAL_CONTENT = Content +CODE_SYS_COPY = Copy +CODE_SYS_DISP = displays +CODE_SYS_DISP_PROP = displays and properties +CODE_SYS_EXAMPLE = A few representative concepts are included in the code system resource +CODE_SYS_FEAT = features +CODE_SYS_FOR_OID = {0} (for OID based terminology systems) +CODE_SYS_FRAGMENT = A subset of the code system concepts are included in the code system resource +CODE_SYS_IN_A_HIERARCHY = in a {0} hierarchy +CODE_SYS_NOTPRESENT = None of the concepts defined by the code system are included in the code system resource +GENERAL_OID = OID +CODE_SYS_PROP = properties +CODE_SYS_REPLACED_BY = (replaced by +CODE_SYS_SUPPLEMENT = This code system resource is a supplement to +CODE_SYS_THE_VALUE_SET = {0} is the value set for all codes in this code system +CODE_SYS_UNDEF_HIER = in an undefined hierarchy +CODE_SYS_UNKN_MODE = Unknown CodeSystemContentMode mode +GENERAL_VALUESET = Value Set +GENERAL_COMMENT = Comment +CONC_MAP_FRM = from +CONC_MAP_FROM = Mapping from +CONC_MAP_GRP = Group {0} +CONC_MAP_NOT_SPEC = (not specified) +CONC_MAP_NO_PROD_USE = (not intended for production usage). +CONC_MAP_PUB_ON = Published on {0} +CONC_MAP_REL = Relationship +CONC_MAP_SOURCE = Source Code +CONC_MAP_SRC_DET = Source Concept Details +CONC_MAP_TO = to +CONC_MAP_TRGT = Target Code +CONC_MAP_TRGT_DET = Target Concept Details +DATA_REND_AFTRBKFST = after breakfast +DATA_REND_AFTRDINR = after dinner +DATA_REND_AFTRLUNCH = after lunch +DATA_REND_AFTRMEALS = after meals +DATA_REND_AFTRWKNG = after waking +DATA_REND_ATBKFST = at breakfast +DATA_REND_ATDINR = at dinner +DATA_REND_ATLUNCH = at lunch +DATA_REND_BASE64 = (base64 data - {0} base64 chars) +DATA_REND_BFBKFST = before breakfast +DATA_REND_BFDINR = before dinner +DATA_REND_BFLUNCH = before lunch +DATA_REND_BFMEALS = before meals +DATA_REND_BFSLEEP = before sleeping +DATA_REND_BY = By +DATA_REND_COND = Condition +DATA_REND_COUNT = Count {0} +DATA_REND_DATA = Data: {0} +DATA_REND_DETAILS = (Details: {0} code +DATA_REND_DETAILS_STATED = (Details: {0} code {1} = ''{2}'') +DATA_REND_DETAILS_STATED_ND = (Details: {0} code {1}) +DATA_REND_DICOM = DICOM +DATA_REND_DIM = Dimensions: {0} +DATA_REND_DURATION = Duration {0} +DATA_REND_ERROR = Error: {0} +DATA_REND_EVENTS = Events: {0} +DATA_REND_EXCEPTION = Exception +DATA_REND_FACT = Factor: {0} +DATA_REND_FAX = Fax: {0} +GENERAL_FILTER = Filter +DATA_REND_GLN = Global Location Number +DATA_REND_ICD = ICD-9 +DATA_REND_INT = Interval: {0} +DATA_REND_LIMIT = Limit +DATA_REND_LOINC = LOINC +DATA_REND_LOWER = Lower: {0} +DATA_REND_MEALS = at meals +DATA_REND_MKDWN_LNK = Unable to resolve markdown link +DATA_REND_NOT_STAT = [not stated] +DATA_REND_NO_DISP = No display for {0} +DATA_REND_ONCE = Once +DATA_REND_ONGOING = (ongoing) +DATA_REND_ORIGIN = Origin: {0} +DATA_REND_PER = per +DATA_REND_PERIOD = period: +DATA_REND_PHONE = Phone: {0} +DATA_REND_RXNORM = RxNorm +DATA_REND_SEARCH = Search on: {0} +DATA_REND_SNOMED = SNOMED CT +DATA_REND_SORT = Sort +DATA_REND_SOURCE = source +DATA_REND_STARTING = Starting {0} +GENERAL_SUBJ = Subject +DATA_REND_THESE_CODES = One of these codes: +DATA_REND_TIMING = Timing +DATA_REND_TO_DO = to do: {0} +GENERAL_UCUM = UCUM +DATA_REND_UNKNWN = unknown +DATA_REND_UNRD_EX = WARNING: Unrenderable Modifier Extension! +DATA_REND_UNTIL = Until {0} +DATA_REND_UP = Upper: {0} +DATA_REND_USE = use: +DATA_REND_VALUESET = In ValueSet +DATA_REND_VERSION = (version = {0} {1} +DIAG_REP_REND_AGE = Age +DIAG_REP_REND_ERR = Error: +GENERAL_FLAGS = Flags +DIAG_REP_REND_FOR = for +DIAG_REP_REND_IDENTIFIER = Identifier +GENERAL_TODO = Not done yet +GENERAL_NOTE = Note +DIAG_REP_REND_NOTRES = The observation ''{0}'' could not be resolved +DIAG_REP_REND_OBS = Observation +DIAG_REP_REND_PER = Performer +DIAG_REP_REND_REFRAN = Reference Range +DIAG_REP_REND_REP = Reported +DIAG_REP_REND_REPDET = Report Details +GENERAL_REQUEST = Request +DIAG_REP_REND_UNABLE = Unable to get Patient Details +DIAG_REP_REND_WHEN = When For +EXAMPLE_SCEN_STEP_SCEN = Step {0} - See scenario {1} +EX_SCEN_ALT = Alternative {0} +EX_SCEN_BEL = below +EX_SCEN_CONTA = Contains: +EX_SCEN_ERR_REN = Error rendering ExampleScenario {0} +EX_SCEN_FVER = FHIR version +EX_SCEN_IN = Initiator +EX_SCEN_OTH = See other scenario +EX_SCEN_POSTCON = Post-conditions: +EX_SCEN_PRECON = Pre-conditions: +EX_SCEN_PROC = Process: {0} +EX_SCEN_REC = Receiver +EX_SCEN_RES = Response +EX_SCEN_SEE = See subprocess +EX_SCEN_STEP = Step +EX_SCEN_TIME = ... time passes ... +EX_SCEN_UN = Unknown ExampleScenario Renderer Mode {0} +EX_SCEN_UN_ACT = Unable to find referenced actor {0} +EX_SCEN_UN_INST = Unable to find referenced instance {0} +GENERAL_VER_LOW = version +IMP_GUIDE_URL = The official URL for this implementation guide is: +LIB_REND_ART = Related Artifacts +LIB_REND_AUT = Author +LIB_REND_CONT = Contents +LIB_REND_ED = Editor +LIB_REND_END = Endorser +LIB_REND_NOCONT = No Content +LIB_REND_PAR = Participants +LIB_REND_REQ = Data Requirements +LIB_REND_REV = Reviewer +LIB_REND_SHOW = Content not shown - ( +LIB_REND_SIZE = , size = {0} +LIST_REND_DAT = Date +LIST_REND_DATE = Date: {0} +LIST_REND_DEL = Deleted +LIST_REND_ENC = Encounter: +LIST_REND_FLAG = Flag +LIST_REND_ITEM = Items +LIST_REND_MODE = Mode: {0} +LIST_REND_ORD = Order: {0} +GENERAL_SRC = Source: +LIST_REND_STAT = Status: {0} +LIST_REND_SUB = Subject: +MAP_DEFAULT_COMMENT = This element was not defined prior to R5 +NAME_SYS_IDEN = Identifiers +NAME_SYS_PER = Period +OBLIG_ACT = Actor +OBLIG_ELE = Elements +GENERAL_OBLIG = Obligations +GENERAL_BINDING = Binding +GENERAL_BINDING_NO_VS = Binding Description (No ValueSet) +GENERAL_BINDING_NO_DESC = No description provided +GENERAL_CARDINALITY = Cardinality +OP_DEF_INPAR = Input parameters Profile: +OP_DEF_OFFIC = The official URL for this operation definition is: +OP_DEF_OUTPAR = Output parameters Profile: +OP_DEF_SCO = Scope +OP_DEF_URL = URL: [base]/{0} +OP_DEF_URLS = URL: [base]/${0} +OP_DEF_USE = Use +GENERAL_DETAILS = Details +OP_OUT_DIAG = Diagnostics +GENERAL_LOCATION = Location +OP_OUT_OK = All OK +OP_OUT_SEV = Severity +OP_OUT_SRC = Source +PAT_ACTIVE = Active: +PAT_ACTIVE_HINT = Record is active +PAT_ALT_NAME = Alt. Name: +PAT_ALT_NAME_HINT = Alternate names (see the one above) +PAT_CONTACT = Contact Detail +PAT_CONTACT_HINT = Ways to contact the Patient +PAT_CONTAINED_one = Contained Resource +PAT_CONTAINED_other = Contained Resources +PAT_DECEASED = Deceased: +PAT_DECEASED_HINT = Known status of Patient +PAT_DOB = DoB: {0} +PAT_GENDER = Gender: {0} +PAT_GP = General Practitioner +PAT_LANG_HINT_one = Language spoken +PAT_LANG_HINT_other = Languages spoken +PAT_LANG_PREFERRED = (preferred) +PAT_LANG_one = Language: +PAT_LANG_other = Languages: +PAT_LINKS = Links: +PAT_LINKS_HINT = Patient Links +PAT_LINK_REFER = Please refer to +PAT_LINK_REPL = This record replaces +PAT_LINK_REPLBY = This record replaced by +PAT_LINK_SEE = Also see +PAT_MARITAL = Marital Status: +PAT_MARITAL_HINT = Known Marital status of Patient +PAT_MO = Managing Organization +PAT_MUL_BIRTH = Multiple Birth: +PAT_MUL_BIRTH_HINT = Known multipleBirth status of Patient +GENERAL_CONTACT = Contact: +PAT_NOK_CONTACT_HINT = Patient contact +PAT_NOM_CONTACT = Nominated Contact: +PAT_NO_DOB = DoB Unknown +PAT_NO_GENDER = (no stated gender) +PAT_NO_NAME = Anonymous Patient +PAT_ORG = Organization: +PAT_OTHER_ID_HINT_one = Other Id (see the one above) +PAT_OTHER_ID_HINT_other = Other Ids (see the one above) +PAT_OTHER_ID_one = Other Id: +PAT_OTHER_ID_other = Other Ids: +PAT_PERIOD = Valid Period: +PAT_PHOTO = Patient Photo +PAT_RELN = Relationships: +PROF_DRIV_ERR_GEN_NARR = Error Generating Narrative for +PROF_DRIV_EXCP = Exception Generating Narrative: {0} +PROF_DRIV_FEXCP = Cannot find definition for {0} +PROF_DRIV_GEN_NARR = {0} {1} +PROF_DRIV_GEN_NARR_TECH = Generated Narrative: {0} {1} +PROV_ACT = Activity +PROV_AGE = Agents +PROV_BEHALF = On Behalf Of +PROV_FOR = Provenance for {0} +PROV_OCC = Occurrence +PROV_POL = Policy +PROV_PROV = Provenance for +PROV_PROVE = Provenance for: +PROV_REC = Recorded +PROV_ROLE = Role +PROV_WHO = who +QUEST_ADD_INFO = Additional information about the item +QUEST_ALLOWED = Allowed Answers +QUEST_ANSW = Answer options for {0} +QUEST_ANSWER = Answer +QUEST_ANSWERS = Answers +QUEST_APP = Approval Date +QUEST_ARE_TRUE = ?? are true: +QUEST_ATTRIBUTES = Other attributes of the item +QUEST_CALC = Calculated Value +QUEST_CAND = Candidates +QUEST_CAT = Category: {0} +QUEST_CONT = Context +GENERAL_DEFINITION_COLON = Definition: +QUEST_DERIVED = Derived From +GENERAL_DESC_CONST = Description & Constraints +QUEST_DISPLAY = Is optional to display +QUEST_DISPLAY_CAT = Display Category +QUEST_EFF_PERIOD = Effective Period +QUEST_EN = Enable When +QUEST_ENABLE = Enable When: +QUEST_EXP = Expressions: +GENERAL_EXPER = Experimental +QUEST_GROUP = Group +QUEST_HIDDEN = Is a hidden item +QUEST_HIDDEN_ITEM = Hidden Item +QUEST_ID = Link Id +QUEST_INITIAL = Initial Value: +QUEST_INITIALLY = (initially selected) +QUEST_INITIAL_ANSWER = Initial Answer +QUEST_INT = Initial Values +QUEST_ITEM = Item +QUEST_ITEM_CONT = Item Context +QUEST_LINK = The linkID for the item +QUEST_LINKED = Is linked to an observation +QUEST_LINKID = LinkID +QUEST_MAND = Mandatory +GENERAL_MAX_LENGTH = Max Length: +QUEST_MAX_LENGTH = Max Length +QUEST_NLM = NLM Forms Library +QUEST_NONE_SPEC = None specified +QUEST_OBSERVATION = Observation Link Period +QUEST_OPT = Options Sets +QUEST_OPTIONS = Options: +QUEST_ORIENTATION = Orientation: {0} +QUEST_PREFIX = Prefix +QUEST_PUB = Publication Date +QUEST_QUEST = Questionnaire +QUEST_QUESTION = Questionnaire: +QUEST_READONLY = Is Read Only +QUEST_READ_ONLY = Read Only +QUEST_REP = Repeats +QUEST_RESP_ROOT = QuestionnaireResponseRoot +QUEST_REV_DATE = Last Review Date +QUEST_ROOT = QuestionnaireRoot +QUEST_STRUCT = Structure +QUEST_SUBJECT = Can change the subject of the questionnaire +QUEST_SUB_TYPE = Subject Type +QUEST_TEXT = Text +QUEST_TEXTFOR = Text for the item +QUEST_TIMES = Minimum and Maximum # of times the item can appear in the instance +QUEST_TRUE = are true: +QUEST_TRY = Try this questionnaire out: +QUEST_TRY_QUEST = Try this QuestionnaireResponse out: +QUEST_TYPE_ITEM = The type of the item +QUEST_UNKNOWN_MODE = Unknown QuestionnaireResponse Renderer Mode +QUEST_UNSPECIFIED_QUESTIONNAIRE = Unspecified Questionnaire +QUEST_UNSPECIFIED_SUBJECT = Unspecified Subject +QUEST_SUMMARY = Response to Questionnaire ''{0}'' about ''{1}'' +DIAG_REP_UNSPECIFIED_CODE = Unspecified Report Type +DIAG_REP_UNSPECIFIED_SUBJECT = Unspecified Subject +DIAG_REP_SUMMARY = Diagnostic Report for ''{0}'' for ''{1}'' +LIST_UNSPECIFIED_CODE = Unspecified List Type +LIST_UNSPECIFIED_SUBJECT = Unspecified Subject +LIST_SUMMARY = List for ''{0}'' for ''{1}'' +GENERAL_URL = URL +QUEST_VALUE = Value Set: +REND_ADDED = Added: +REND_CHANGED = Changed: +REND_REMOVED = Removed: +REND_ROW_CHANGED_SINCE_WAS = This row of content has been changed since {0} (was ''{1}'') +GENERAL_REMOVED_SINCE = This content has been removed since {0} +REND_ROW_SINCE = This row of content has been added since {0} +REND_SINCE_ADDED = This content has been added since {0} +REND_SINCE_CHANGED = This content has been changed since {0} +REND_SINCE_CHANGED_WAS = This content has been changed since {0} (was ''{1}'') +REND_STANDARDS = Standards Status = {0} +REQ_ACTOR = These requirements apply to the actor +REQ_DERIVE = These requirements derive from +REQ_DERIVED = Derived From: +REQ_FOLLOWING_ACTOR = These requirements apply to the following actors: +REQ_FOLLOWING_REQ = These requirements are derived from the following requirements: +REQ_LINKS = Links: +REQ_SATISFIED = Satisfied By: +RESOURCE_COPYRIGHT = Copyright Statement: +RES_REND_ACT = Active +RES_REND_COND_REF = Conditional Reference: +RES_REND_DESC = . Description: (todo) +RES_REND_DRAFT = draft +RES_REND_ERROR = Error rendering: {0} +RES_REND_INFO_SOURCE = Information Source: +RES_REND_LANGUAGE = Language: {0} +GENERAL_RESOURCE = Resource +RES_REND_RET = retired +GENERAL_SECURITY_LABEL = Security Label +RES_REND_SEE_ON_THIS_PAGE = See on this page: +RES_REND_SPEC_RULES = Special rules apply: {0}! +RES_REND_TAG = Tag +RES_REND_UNKNOWN = Unknown +RES_REND_UPDATED = Last updated: {0} +RES_REND_VER = version: {0} +SD_COMP_HEAD_CARD_L = L Card. +SD_COMP_HEAD_CARD_L_DESC = Minimum and Maximum # of times the element can appear in the instance - Left Structure +SD_COMP_HEAD_CARD_R = R Card. +SD_COMP_HEAD_CARD_R_DESC = Minimum and Maximum # of times the element can appear in the instance - Right Structure +GENERAL_COMMENTS = Comments +SD_COMP_HEAD_COMP_DESC = Comments about the comparison +SD_COMP_HEAD_DESC_L = L Description & Constraints +SD_COMP_HEAD_DESC_L_DESC = Additional information about the element - Left Structure +SD_COMP_HEAD_DESC_R = R Description & Constraints +SD_COMP_HEAD_DESC_R_DESC = Additional information about the element - Right Structure +SD_COMP_HEAD_FLAGS_L = L Flags +SD_COMP_HEAD_FLAGS_L_DESC = Information about the use of the element - Left Structure +SD_COMP_HEAD_FLAGS_R = R Flags +SD_COMP_HEAD_FLAGS_R_DESC = Information about the use of the element - Right Structure +GENERAL_LOGICAL_NAME = The logical name of the element +SD_COMP_HEAD_TYPE_L = L Type +SD_COMP_HEAD_TYPE_L_DESC = Reference to the type of the element - Left Structure +SD_COMP_HEAD_TYPE_R = R Type +SD_COMP_HEAD_TYPE_R_DESC = Reference to the type of the element - Right Structure +SD_DOCO = Documentation for this format +GENERAL_CARD = Card. +SD_GRID_HEAD_DESC = Constraints and Usage +SD_GRID_HEAD_DESC_DESC = Fixed values, length limits, vocabulary bindings and other usage notes +SD_GRID_HEAD_NAME_DESC = The name of the element (Slice name in brackets). Mouse-over provides definition +SD_GRID_HEAD_TYPE_DESC = Reference to the type of the element +SD_HEAD_DESC_DESC = Additional information about the element +SD_HEAD_FLAGS_DESC = Information about the use of the element +SD_LEGEND = Legend for this format +SD_SLICING_INFO = {0}, {1} by {2} +SD_SUMMARY_FIXED = Fixed: {0} {1} +SD_SUMMARY_MANDATORY = Mandatory: {0} {1} +SD_SUMMARY_MAPPINGS = Mappings for {0} ({2}{1}{3}) +SD_SUMMARY_MISSING_EXTENSION = Unable to summarise extension {0} (no extension found) +SD_SUMMARY_MISSING_PROFILE = Unable to summarise profile {0} (no profile found) +SD_SUMMARY_MUST_SUPPORT = Must-Support: {0} {1} +SD_SUMMARY_NESTED_MANDATORY = ({0} nested mandatory {1}) +SD_SUMMARY_PROHIBITED = Prohibited: {0} {1} +SD_SUMMARY_PUBLICATION = This profile was published on {0} as a {1} by {2} +SD_SUMMARY_SLICES = This structure defines the following {0}Slices{1} +SD_SUMMARY_SLICE_NONE = There is a slice with no discriminator at {0} +SD_SUMMARY_SLICE_one = The element {0} is sliced based on the value of {1} +SD_SUMMARY_SLICE_other = The element {0} is sliced based on the values of {1} +SEARCH_PAR_ALLOWED = Allowed: +SEARCH_PAR_CHAIN = Chains +GENERAL_COMPARATORS = Comparators +SEARCH_PAR_EXP = Expression +GENERAL_MODIFIERS = Modifiers +SEARCH_PAR_MULTIPLES = Multiples +SEARCH_PAR_MULTIPLE_AND_APPEAR = multipleAnd: The parameter may only appear once +SEARCH_PAR_MULTIPLE_AND_REPEAT = multipleAnd: The parameter may repeat in order to specify multiple values that must all be true +SEARCH_PAR_MULTIPLE_AND_SERVER = multipleAnd: It''s up to the server whether the parameter may repeat in order to specify multiple values that must all be true +SEARCH_PAR_MULTIPLE_OR_MULTIPLE = multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true +SEARCH_PAR_MULTIPLE_OR_ONE = multipleOr: The parameter may only have one value (no comma separators) +SEARCH_PAR_MULTIPLE_OR_SERVER = multipleOr: It''s up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true +SEARCH_PAR_NONE = (none) +SEARCH_PAR_PROC = Processing Mode +SEARCH_PAR_REND_TARGET = Target Resources +SEARCH_PAR_RES = All Resources +STRUC_DEF_ABSTRACT = This is an abstract +STRUC_DEF_ACT = Obligations that apply to the actor {0} +STRUC_DEF_AFFECT_CONSTRAINTS = This element has or is affected by constraints ( +STRUC_DEF_ALLOWED = Allowed Units +STRUC_DEF_ALL_ACTORS = All Actors +STRUC_DEF_ALL_MAP_KEY = All Mappings are Empty +STRUC_DEF_ALL_SLICES = :All Slices +STRUC_DEF_ALL_TYPES = All Types +STRUC_DEF_ALT_NAME = Alternate Names +STRUC_DEF_AND = and +STRUC_DEF_APPROP_CON = Concepts must come from this value set if appropriate concept is in this value set +STRUC_DEF_AS_SHOWN = As shown +STRUC_DEF_BECAUSE = because +STRUC_DEF_BLACK = black +STRUC_DEF_BUSINESS_ID = This is a business identifier, not a resource identifier (see +STRUC_DEF_BUSINESS_VERID = This is a business version Id, not a resource version Id (see +STRUC_DEF_CAND = Candidate +STRUC_DEF_CAND_SUB = This value set is a candidate to substitute for the overall conformance value set in some situations; usually these are defined in the documentation +STRUC_DEF_CANNOT_TARGET = Instances of this logical model cannot be the target of a Reference +STRUC_DEF_CANT_FIND = getElementByName: can''t find {0} in {1} from {2} +STRUC_DEF_CAN_TARGET = Instances of this logical model can be the target of a Reference +STRUC_DEF_CAP = CAP Code +STRUC_DEF_CDA = This property is represented as CDA Text in the XML. +STRUC_DEF_CHILD = Child +STRUC_DEF_CHOICE = (Choice of one) +STRUC_DEF_CHOICE_DATA_TYPE = Choice of Data Types +STRUC_DEF_CHOICE_GRP = Choice Group +STRUC_DEF_CHOICE_OF = Choice of: +STRUC_DEF_CLOSED = Closed +STRUC_DEF_COMMENT = Comments: +STRUC_DEF_COMPLEX = Complex +STRUC_DEF_COMPLEXBRACK = (complex) +STRUC_DEF_COMP_DOC = This value set is a component of the base value set. Usually this is called out so that documentation can be written about a portion of the value set +STRUC_DEF_COMP_EX = (Complex Extension) +STRUC_DEF_COMP_PROF = Complies with Profile +STRUC_DEF_CONC_SET = Concepts must come from this value set +STRUC_DEF_CONSTRAINING = Slice Constraining +STRUC_DEF_CONSTRAINTS = Constraints +STRUC_DEF_CONTROL = Control +STRUC_DEF_CONT_RULE = Content/Rules for all slices +STRUC_DEF_CONT_TYPE = Content/Rules for all Types +STRUC_DEF_COPY_URL = Click to Copy URL +STRUC_DEF_CURR = Current +STRUC_DEF_CURR_RULE = New records are required to use this value set, but legacy records may use other codes. The definition of ''new record'' is difficult, since systems often create new records based on pre-existing data. Usually ''current'' bindings are mandated by an external authority that makes clear rules around this +STRUC_DEF_DATE = Date Format: {0} +STRUC_DEF_DATE_FORM = Date Format +STRUC_DEF_DEFAULT_TYPE = Default Type +STRUC_DEF_DEFAULT_VALUE = Default Value +STRUC_DEF_DEF_CODES = Definitional Codes +STRUC_DEF_DERIVED_PROFILE = In this IG, the following structures are derived from this profile: +STRUC_DEF_DESCRIM = , and can be differentiated using the following discriminators: +STRUC_DEF_DESC_PROF = Description of the profile +STRUC_DEF_DISCUSSION = discussion +STRUC_DEF_ELE = This primitive element must have a value +STRUC_DEF_ELEMENT = element +STRUC_DEF_ELEMENTS = Elements defined in Ancestors: +STRUC_DEF_ELE_AFFECTED = This element has or is affected by constraints ( {0} {1} +STRUC_DEF_ELE_INCLUDED = This element is included in summaries +STRUC_DEF_ELE_MUST_SUPP = This element must be supported +STRUC_DEF_ELE_READ = When this element is read +STRUC_DEF_ERROR = Unknown structure mode +STRUC_DEF_ERR_DESC = Error describing concept- not done yet (no codings, no text) +GENERAL_EXAMPLE = Example +STRUC_DEF_EXAM = example +STRUC_DEF_EXT = Extensible +STRUC_DEF_EXTENSIBLE = extensible +STRUC_DEF_EXTENSIONS = Extensions +STRUC_DEF_EXT_JSON = This element can be extended by named JSON elements +STRUC_DEF_EXT_STYLE = Extension Style +STRUC_DEF_EX_CODE = For example codes, see +STRUC_DEF_EX_DESC = Instances are not expected or even encouraged to draw from the specified value set. The value set merely provides examples of the types of concepts intended to be included. +STRUC_DEF_EX_TYPE = (Extension Type: +STRUC_DEF_EX_URL = Extension URL = {0} +STRUC_DEF_FHIR = Base FHIR {0} +STRUC_DEF_FHIR_EXCEP = Unable to retrieve StructureDefinition with URL {0} +STRUC_DEF_FII = Formal Invariant Identifier +STRUC_DEF_FIXED = Fixed Value +STRUC_DEF_FIXED_VALUE = Fixed Value: +STRUC_DEF_FOR_CODE = For codes, see +STRUC_DEF_FURTHER_INFO = for further information about how to use [x] +STRUC_DEF_GRADE = Grade +STRUC_DEF_ID = Id +STRUC_DEF_ID_EXPECT = ID Expectation +STRUC_DEF_ID_IS = Id may or not be present (this is the default for elements but not resources) +STRUC_DEF_ID_MAY = Id is required to be present (this is the default for resources but not elements) +STRUC_DEF_ID_NOT_ALLOW = An id is not allowed in this context +STRUC_DEF_IF = If +STRUC_DEF_IMPOSE_PROFILE = Impose Profile +STRUC_DEF_INFERRED_JSON = The type of this element is inferred from the JSON type in the instance +STRUC_DEF_INVAR = Invariants +STRUC_DEF_INVARIANT = This element is affected by the following invariants: +STRUC_DEF_JSON_ARRAY = JSON: This element may be present as a JSON Array even when there are no items in the instance +STRUC_DEF_JSON_CAN_NAME = This type can appear in JSON with the property name +STRUC_DEF_JSON_CHILD = child +STRUC_DEF_JSON_EXT = (in elements using named extensions) +STRUC_DEF_JSON_FORM = JSON Format +STRUC_DEF_JSON_IF = JSON: If +STRUC_DEF_JSON_INFERRED = JSON: The type of this element is inferred from the JSON type in the instance +STRUC_DEF_JSON_IS = This element is present as a JSON Array even when there are no items in the instance +STRUC_DEF_JSON_MAY = This element may be present as a JSON Array even when there are no items in the instance +STRUC_DEF_JSON_MAY_PRESENT = The JSON Array for this property may be present even when there are no items in the instance (e.g. may be present as an empty array) +STRUC_DEF_JSON_NAME = JSON Property Name +STRUC_DEF_JSON_NOT_PRESENT = The JSON Array for this property is not present when there are no items in the instance (e.g. never as an empty array) +STRUC_DEF_JSON_NULL = JSON: This object can be represented as null in the JSON structure (which counts as ''present'' for cardinality purposes) +STRUC_DEF_JSON_PRESENT = The JSON Array for this property is present even when there are no items in the instance (e.g. as an empty array) +STRUC_DEF_JSON_PROPERTY_NAME = This property appears in JSON with the property name +STRUC_DEF_JSON_SINGLE = This repeating object is represented as a single JSON object with named properties. The name of the property (key) is the value of the +STRUC_DEF_JSON_TYPE = JSON Property Name for Type +STRUC_DEF_LABEL = Label +STRUC_DEF_LEAST_FOLLOW = At least the following +STRUC_DEF_LOGICAL = Logical Model +STRUC_DEF_LOGICAL_CONT = Logical Container +STRUC_DEF_LOINC = LOINC Code +STRUC_DEF_LOINC_CODE = LOINC code +STRUC_DEF_MAX = Maximum +STRUC_DEF_MAX_MIN = Minimum and Maximum # of times the element can appear in the instance +STRUC_DEF_MAX_VALUE = Max Value +STRUC_DEF_MEAN_MISS = Meaning if Missing +STRUC_DEF_MIN = Minimum +STRUC_DEF_MIN_VALUE = Min Value +STRUC_DEF_MISSING_LINK = missing link +STRUC_DEF_MOD = This element is a modifier element +STRUC_DEF_MODIF = Modifier +STRUC_DEF_MODIFIER = Is Modifier +STRUC_DEF_MUST_SUPPORT = Must Support +STRUC_DEF_MUST_SUPPORT_TYPES = Must Support Types +STRUC_DEF_NAMESPACE = In the XML format, this property has the namespace +STRUC_DEF_NOTE_X = [x] Note +STRUC_DEF_NOT_MARK = Instances of this logical model are not marked to be the target of a Reference +STRUC_DEF_NO_DESCRIM = , and defines no disciminators to differentiate the slices +STRUC_DEF_NO_MAPPINGS = No Mappings +STRUC_DEF_NO_MUST_SUPPORT = No must-support rules about the choice of types/profiles +STRUC_DEF_NO_SUMMARY = No Summary, as this profile has no differential +STRUC_DEF_NULL_JSON = This object can be represented as null in the JSON structure (which counts as ''present'' for cardinality purposes) +STRUC_DEF_OBLIG = This element has obligations +STRUC_DEF_OBLIG_ADD = This is an obligation profile that only contains obligations and additional bindings +STRUC_DEF_OBLIG_ALL = Obligations that apply to all actors +STRUC_DEF_OBLIG_FROM = This profile picks up obligations and additional bindings from +STRUC_DEF_OBLIG_SUPP = This element has obligations and must be supported +STRUC_DEF_ONE_OF = One of: +STRUC_DEF_OPEN = Open +STRUC_DEF_OPEN_END = Open At End +STRUC_DEF_ORDERED = Ordered +STRUC_DEF_PATH = Path +STRUC_DEF_PATHS = Path(s) +STRUC_DEF_PATT_VALUE = Pattern Value +STRUC_DEF_PREFERRED = preferred +STRUC_DEF_PREFIXED = is prefixed to the value before validation +STRUC_DEF_PREF_CONT = This is the value set that is preferred in a given context (documentation should explain why) +STRUC_DEF_PRIMITIVE = Primitive Value +STRUC_DEF_PRIM_ELE = This primitive element may be present, or absent, or replaced by an extension +STRUC_DEF_PRIM_TYPE_PRESENT = This primitive type may be present, or absent if replaced by one of the following extensions: +STRUC_DEF_PRIM_TYPE_VALUE = This primitive type must have a value (the value must be present, and cannot be replaced by an extension) +STRUC_DEF_PROFILED = profiled by +STRUC_DEF_PROFILE_BUILDS = This profile builds on +STRUC_DEF_PROF_COMP = This profile compiles with the profile +STRUC_DEF_PROF_REQ = This profile also requires that the instance also conform this additional profile: +STRUC_DEF_PROF_RES = A profiled resource +STRUC_DEF_PROF_SUPP = This profile must be supported +STRUC_DEF_PROPERTY = Property +STRUC_DEF_REFERS_EXT = This structure refers to these extensions +STRUC_DEF_REFER_PROFILE = In this IG, the following structures refer to this profile: +STRUC_DEF_REND_UNABLE_RES = Unable to resolve StructureDefinition {0} resolving content reference {1} +STRUC_DEF_REPEAT = This is a repeating choice group that does not appear directly in the instance +STRUC_DEF_REPEAT_ELE = This repeating element order: {0} +STRUC_DEF_REQUIRED = required +STRUC_DEF_REQUIRED_PATT = Required Pattern: +STRUC_DEF_REQUIREMENTS = Requirements +STRUC_DEF_REQ_BIND = A required binding for additional codes, for us when the binding strength is ''extensible'' or ''preferred'' +STRUC_DEF_REQ_PATT = Required Pattern +STRUC_DEF_ROOT = The root class that contains instances of this class +STRUC_DEF_SEE = See +STRUC_DEF_SET_ARE = . The slices are +STRUC_DEF_SET_SLICES = This element introduces a set of slices on +STRUC_DEF_SHALL_CODE = The codes SHALL be taken from +STRUC_DEF_SHORT = Short +STRUC_DEF_SHOULD_CODE = The codes SHOULD be taken from +STRUC_DEF_SINGLE_JSON_OBJECTS = JSON: Represented as a single JSON Object with named properties using the value of the {0} child as the key +STRUC_DEF_SLIC = Slices +STRUC_DEF_SLICE = Slice +STRUC_DEF_SLICES = Slice: +STRUC_DEF_SLICE_FOR = Slices for {0} +STRUC_DEF_SLICE_NAME = Slice Name +STRUC_DEF_SLICE_PAR = Slice {0} +STRUC_DEF_SNOMED_CODE = SNOMED-CT Code +STRUC_DEF_SNOMED = SNOMED-CT +STRUC_DEF_STAND_STAT = Standard Status +STRUC_DEF_STAND_STATUS = Standards Status = +STRUC_DEF_STRING_FORM = String Format +STRUC_DEF_STRUCTURES = Structures +STRUC_DEF_SUIT_SHALL_CODE = Unless not suitable, these codes SHALL be taken from +STRUC_DEF_TARG_SUPP = This target must be supported +STRUC_DEF_TEMPLATEID = Instance of this type are validated by templateId +STRUC_DEF_TERM_BIND = Terminology Bindings (Differential) +STRUC_DEF_TERM_BINDS = Terminology Bindings +STRUC_DEF_THEN_TYPE = then the type is +STRUC_DEF_THIS_REFERS = This structure refers to these other structures +STRUC_DEF_TYPE_BOUND = This type can be bound to a value set using the {0} +STRUC_DEF_TYPE_SET = This type can be bound to a value set using the +STRUC_DEF_TYPE_SPEC = Type Specifier +STRUC_DEF_TYPE_SUPP = This type must be supported +STRUC_DEF_UI = UI +STRUC_DEF_UI_CONT = This value set is provided for user look up in a given context. Typically, these valuesets only include a subset of codes relevant for input in a context +STRUC_DEF_UNADORNED = In the XML format, this property is represented as unadorned text. +STRUC_DEF_UNDEF_ACT = Obligations that apply to the undefined actor {0} +STRUC_DEF_UNKNOWN_APPROACH = Instances of this type are validated using an unknown approach: {0} +STRUC_DEF_UNKNOWN_REF = Unknown reference to {0} +STRUC_DEF_UNORDERED = Unordered +STRUC_DEF_UNSPECIFIED = Unspecified +STRUC_DEF_URLS = URL: +STRUC_DEF_VALID = Validation +STRUC_DEF_VALUESET = ValueSet +STRUC_DEF_VALUESET_CODE = ValueSet / Code +STRUC_DEF_VALUE_ALT = Value Alternatives +STRUC_DEF_VALUE_REQ = Value Required +STRUC_DEF_WHAT = What goes here +STRUC_DEF_XHTML = This property is represented as XHTML Text in the XML. +STRUC_DEF_XML_ACTUAL = In the XML format, this property has the actual name +STRUC_DEF_XML_ATTRIBUTE = In the XML format, this property is represented as an attribute. +STRUC_DEF_XML_ELE = XML Element Name +STRUC_DEF_XML_FORM = XML Format +STRUC_DEF_XML_NAME = XML Namespace +STRUC_DEF_XSI = The type of this property is determined using the +SUB_TOPIC_CREATE = * create result = {0} +SUB_TOPIC_DELETE = * delete result = {0} +SUB_TOPIC_EVENT = Event +SUB_TOPIC_FHIR_PATH = FHIR Path +SUB_TOPIC_FILT_DEF = Filter Definition +SUB_TOPIC_FILT_PAR = Filter Parameter +SUB_TOPIC_INCL = Includes +SUB_TOPIC_INT = Interactions +SUB_TOPIC_PREV = * previous = {0} +SUB_TOPIC_REQ = * require both = {0} +SUB_TOPIC_RES_TRIG = Resource Triggers +SUB_TOPIC_REV_INCL = Reverse Includes +TERMINOLOGY_LVL = Lvl +TERM_REND_COPY = Copy {0} Format to clipboard +TEST_PLAN_ASS = Assertion +TEST_PLAN_ASSERTION = Assertion {0} +TEST_PLAN_CASE = Test Case +TEST_PLAN_CASE_SEQ = Test Case - Sequence {0} +TEST_PLAN_CATEGORY = Category: +TEST_PLAN_DATA = Test Data +TEST_PLAN_DEP = Test Plan Dependency: +TEST_PLAN_DEPEN = Test Plan Dependencies: +TEST_PLAN_DESC = Dependency - no description +TEST_PLAN_LANG = Language +TEST_PLAN_RESULT = Result +TEST_PLAN_RUN = Test Run +TEST_PLAN_SCOPE = Test Plan Scope: +TEST_PLAN_SCOPES = Test Plan Scopes: +TEST_PLAN_SOURCE = Source[x] +TEST_PLAN_TEST_DATA = Test Data {0} +TEST_PLAN_TEST_RUN = Test Run {0} +TEXT_ICON_CHOICE = Choice of Types +TEXT_ICON_DATATYPE = Data Type +TEXT_ICON_ELEMENT = Element +TEXT_ICON_EXTENSION_COMPLEX = Complex Extension +TEXT_ICON_EXTENSION_SIMPLE = Simple Extension +TEXT_ICON_KEY = JSON Key Value +TEXT_ICON_OBJECT_BOX = Object +TEXT_ICON_PRIMITIVE = Primitive Data Type +TEXT_ICON_REFERENCE = Reference to another Resource +TEXT_ICON_REUSE = Reference to another Element +TEXT_ICON_SLICE = Slice Definition +TEXT_ICON_SLICE_ITEM = Slice Item +TX_DISPLAY = Display +VALUE_SET_ADD_DESIG = Additional Designations and Language Displays +VALUE_SET_ALL_CODE = This include specifies a hierarchy for when value sets are generated for use in a User Interface. The expansion contains all the codes, and also this structure: +VALUE_SET_ALL_CODES_DEF = all codes defined in +VALUE_SET_AND = and +VALUE_SET_AUS = Australian +VALUE_SET_COMMA = , +VALUE_SET_CONT = Value Set Contents +VALUE_SET_CONTAINS = This value set contains {0} concepts +VALUE_SET_CONTAINS_AT_LEAST = This value set contains at least {0} concepts +VALUE_SET_CONT_STRUC = This include specifies a hierarchy for when value sets are generated for use in a User Interface. The expansion contains this structure: +VALUE_SET_DANISH = Danish +VALUE_SET_DESCENDENTOF = descends from +VALUE_SET_DESIG = Additional Designations +VALUE_SET_DISPLAY_ITEM = The display for the item +VALUE_SET_DOESNT_EXIST = doesn''t exist +VALUE_SET_DUTCH = Dutch +VALUE_SET_EQUAL = = +VALUE_SET_ERROR = Error Expanding ValueSet: {0} +VALUE_SET_EXCL = Exclude +VALUE_SET_EXCLUDED_FROM = Excluded from +VALUE_SET_EXISTS = exists +VALUE_SET_EXP = Expansion based on example code system +VALUE_SET_EXPANSION = Expansion based on +VALUE_SET_EXPANSIONS = Expansion based on: +VALUE_SET_EXP_FRAG = Expansion based on code system fragment +VALUE_SET_GENERALIZES = generalizes +VALUE_SET_HAS = This value set has {0} codes in it. In order to keep the publication size manageable, only a selection ({1} codes) of the whole set of codes is shown. +VALUE_SET_HAS_AT_LEAST = This value set has at least {0} codes in it. In order to keep the publication size manageable, only a selection ({1} codes) of the whole set of codes is shown. +VALUE_SET_IMPORT_one = Import all the codes that are contained in +VALUE_SET_IMPORT_other = Import all the codes that are contained in the intersection of +VALUE_SET_IN = in +VALUE_SET_INACT = inactive +VALUE_SET_INACTIVE = Inactive +VALUE_SET_INC = Include +VALUE_SET_INCLUDED_INTO = Included into +VALUE_SET_INT = International +VALUE_SET_ISA = is-a +VALUE_SET_ISNOTA = is-not-a +VALUE_SET_LEVEL = Level +VALUE_SET_LOINCV = Loinc v +VALUE_SET_NOTE = Note: {0} +VALUE_SET_NOTIN = not in +VALUE_SET_NOT_DEF = This include specifies a hierarchy for when value sets are generated for use in a User Interface, but the rules are not properly defined +VALUE_SET_NOT_FOUND = This include specifies a hierarchy for when value sets are generated for use in a User Interface. The expansion contains this structure, and any codes not found in the structure: +VALUE_SET_NO_VER = (no version) +VALUE_SET_NO_VERSION = (no version) ( +VALUE_SET_NULL = null +VALUE_SET_NULLS = ?ngen-13? +VALUE_SET_NUMBER_CONCEPTS = This value set expansion contains {0} concepts. +VALUE_SET_REGEX = matches (by regex) +VALUE_SET_RULES_EXC = This value set excludes codes based on the following rules: +VALUE_SET_RULES_INC = This value set includes codes based on the following rules: +VALUE_SET_SEL = This value set has >1000 codes in it. In order to keep the publication size manageable, only a selection (1000 codes) of the whole set of codes is shown +VALUE_SET_SNOMED = SNOMED CT {0} edition +VALUE_SET_SNOMED_ADD = SNOMED CT {0} edition {1} +VALUE_SET_SPAN = Spanish +VALUE_SET_SPEC_NAME = Fully specified name +VALUE_SET_SWEDISH = Swedish +VALUE_SET_SYNONYM = Synonym +VALUE_SET_SYSTEM = System +VALUE_SET_THESE_CODES_DEF = these codes as defined in +VALUE_SET_TOO_COSTLY = This value set cannot be expanded because the terminology server(s) deemed it too costly to do so +VALUE_SET_UK = United Kingdom +VALUE_SET_US = United States +VALUE_SET_USED_ELSEWHERE = This value set is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content) +VALUE_SET_WHERE = where +VALUE_SET_WHERE_CODES = , where the codes are contained in +VS_ABSTRACT_CODE_HINT = This code is not selectable (''Abstract'') +CODE_SYS_CODE_NOT_HERE = This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content) +CONC_MAP_CODES = Codes +CONC_MAP_CODE_SYS_UNSPEC = unspecified code system +DATA_REND_CODES = Codes: +DIAG_REP_REND_CODECON = Coded Conclusions: +SD_GRID_HEAD_CARD_DESC = Minimum and Maximum # of times the element can appear in the instance. Super-scripts indicate additional constraints on appearance +SD_HEAD_CARD_DESC = Minimum and Maximum # of times the element can appear in the instance +STRUC_DEF_BINDINGS = Binding: +STRUC_DEF_BINDING_STYLE = binding style +VALUE_SET_CODES_FROM = codes from +VALUE_SET_CODE_ITEM = The code for the item +VALUE_SET_CODE_SELEC = This value set cannot be fully expanded, but a selection ({0} codes) of the whole set of codes is shown here. +LIST_REND_CODE = Code: {0} +STRUC_DEF_TYPE_PARAMETER = Type Parameter +OP_OUT_SUMM_ALL_OK = OperationOutcome (ALL OK) +OP_OUT_SUMM_NOHINT = OperationOutcome ({0} Error(s), {1} Warning(s)) +OP_OUT_SUMM = OperationOutcome ({0} Error(s), {1} Warning(s), {2} Hint(s)) +BUNDLE_SUMMARY = {0} Bundle, {1} Entries +PROF_DRIV_SUMM_PROP = {0} = {1} +PROF_DRIV_SUMM_NONE = {0} +PROF_DRIV_SUMM = {0}: {1} +BUNDLE_HEADER_DOCUMENT_CONTENTS = Additional Resources Included in Document +DOCUMENT_SUMMARY = Document at by for in encounter +DATA_REND_ATT_URL = {0} @ {1} +DATA_REND_ATT_DATA = {0}: {1} +GENERAL_DATA_DISPLAY_PROPERTY = {0}: {1} +DATA_REND_CURRENCY = {1} {0} diff --git a/exec/pack/rendering-phrases_de.properties b/exec/pack/rendering-phrases_de.properties new file mode 100644 index 000000000..308c93fb9 --- /dev/null +++ b/exec/pack/rendering-phrases_de.properties @@ -0,0 +1,6 @@ +# Rendering = one,other +BUNDLE_ETAG = ETag = {0} +BUNDLE_IF_NONE = If-None= {0} +BUNDLE_LOCATION = Locatio +BUNDLE_RESOURCE = Resso}: +BUNDLE_SEARCH = Suche: diff --git a/exec/pack/rendering-phrases_es.properties b/exec/pack/rendering-phrases_es.properties new file mode 100644 index 000000000..5ccd0f345 --- /dev/null +++ b/exec/pack/rendering-phrases_es.properties @@ -0,0 +1,6 @@ +# Rendering = one,many,other +BUNDLE_ETAG = ETag = {0} +BUNDLE_IF_NONE = IExist = {0} +BUNDLE_LOCATION = Lo= {0} +BUNDLE_RESOURCE = Rec}: +BUNDLE_SEARCH = Búsqueda: diff --git a/exec/pack/rendering-phrases_ja.properties b/exec/pack/rendering-phrases_ja.properties new file mode 100644 index 000000000..92caf66d4 --- /dev/null +++ b/exec/pack/rendering-phrases_ja.properties @@ -0,0 +1,21 @@ +# Rendering = one,other +BUNDLE_ETAG = ETag = {0} +BUNDLE_HEADER_ENTRY = エントリ {0} +BUNDLE_HEADER_ENTRY_URL = エントリ {0} - fullUrl = {1} +BUNDLE_HEADER_ROOT = タイプ {1} のバンドル {0} +BUNDLE_IF_MATCH = If-Match = {0} +BUNDLE_IF_MOD = If-Modified-Since = {0} +BUNDLE_IF_NONE = If-None-Exist = {0} +BUNDLE_IF_NON_MATCH = If-None-Match = {0} +BUNDLE_LAST_MOD = LastModified = {0} +BUNDLE_LOCATION = Location = {0} +BUNDLE_REQUEST = Request: +BUNDLE_RESOURCE = Resource {0}: +BUNDLE_RESPONSE = Response: +BUNDLE_SEARCH = Search: +BUNDLE_SEARCH_MODE = Mode = {0} +BUNDLE_SEARCH_SCORE = Score = {0} +CODESYSTEM_CONTENT_EXAMPLE = このコードシステム はいくつかの例コードたちを提供します: +CODESYSTEM_CONTENT_FRAGMENT = このコードシステム は以下のコードを含むフラグメントを提供します: +CODESYSTEM_CONTENT_NOTPRESENT = このコードシステム はコードを定義しますが、ここではコードは表現されていません +CODESYSTEM_CONTENT_SUPPLEMENT = このコードシステム は次のコードに {0} を定義します: diff --git a/exec/pack/rendering-phrases_nl.properties b/exec/pack/rendering-phrases_nl.properties new file mode 100644 index 000000000..bd32d17a2 --- /dev/null +++ b/exec/pack/rendering-phrases_nl.properties @@ -0,0 +1,910 @@ +# Rendering = one,other +ACTOR_DEF_ACT = Actor: {0} +ACTOR_DEF_CAP = Capabilities: +ACTOR_DEF_DER = Afgeleid van: +ACTOR_DEF_TYP = Type: {0} +ADD_BIND_ADD_BIND = Additionele bindings +ADD_BIND_ALL_REP = Alle herhalingen +ADD_BIND_ANY = Een of meer +ADD_BIND_ANY_REP = een of meer herhalingen +ADD_BIND_CURR_BIND = Huidig +ADD_BIND_DESIG_SYS = Deze waardelijst is een goede startset met codes bij het ontwerpen van je systeem +ADD_BIND_EXT_PREF = Een verplichte binding, voor gebruik wanneer de bindingsterkte ''uitbreidbaar'' of ''voorkeur'' is +ADD_BIND_EX_BIND = Uitbreidbaar +ADD_BIND_GIVEN_CONT = Deze waardelijst dient voor opzoeken door gebruikers in een bepaalde context +ADD_BIND_MAX = Max binding +ADD_BIND_MIN = Min binding +ADD_BIND_NEW_REC = Nieuwe registraties zijn verplicht deze waardelijst te gebruiken, maar bestaande registraties zouden andere kunnen gebruiken +ADD_BIND_PREF_BIND = Voorkeur +ADD_BIND_RECOM_VALUE_SET = Dit is de aanbevolen waardelijst (documentatie dient uit te leggen waarom) +ADD_BIND_REQ_BIND = Verplicht +ADD_BIND_UI = UI +ADD_BIND_UI_BIND = UI binding +ADD_BIND_UNKNOWN_PUR = Onbekende code voor doel +ADD_BIND_VALID_EXT = Validatoren controleren deze binding (sterkte = uitbreidbaar) +ADD_BIND_VALID_REQ = Validatoren controleren deze binding (sterkte = verplicht) +ADD_BIND_VALUE_COMP = Deze waardelijst is een component van de basiswaardelijst +BUNDLE_ETAG = ETag = {0} +BUNDLE_HEADER_DOCUMENT_CONTENTS = Additionele resources geïncludeerd in document +BUNDLE_HEADER_ENTRY = Entry {0} +BUNDLE_HEADER_ENTRY_URL = Entry {0} - fullUrl = {1} +BUNDLE_HEADER_ROOT = Bundle {0} van type {1} +BUNDLE_IF_MATCH = If-Match = {0} +BUNDLE_IF_MOD = If-Modified-Since = {0} +BUNDLE_IF_NONE = If-None-Exist = {0} +BUNDLE_IF_NON_MATCH = If-None-Match = {0} +BUNDLE_LAST_MOD = LastModified = {0} +BUNDLE_LOCATION = Location = {0} +BUNDLE_REQUEST = Request: +BUNDLE_RESOURCE = Resource {0}: +BUNDLE_RESPONSE = Antwoord: +BUNDLE_REV_EXCP = Probleem bij genereren narrative: {0} +BUNDLE_SEARCH = Zoeken: +BUNDLE_SEARCH_MODE = Mode = {0} +BUNDLE_SEARCH_SCORE = Score = {0} +BUNDLE_SUMMARY = {0} Bundle, {1} Entries +BUND_REND_INVALID_DOC = Ongeldig document ''{0}'' - eerste entry is geen Composition ({0}) +CANON_REND_COMMITTEE = Werkgroep +CANON_REND_JSON = Json +CANON_REND_MATURITY = Volwassenheid +CANON_REND_PUBLISHER = Publicerende +CANON_REND_SOURCE_RES = Bron-resource +CANON_REND_TURTLE = Turtle +CAPABILITY_ADD_SUPP_PROF = Additioneel ondersteunde profielen: +CAPABILITY_BASE_SYS = Basissysteemprofiel +CAPABILITY_COMB_SEARCH_PAR = Gecombineerde zoekparameters +CAPABILITY_CORS_NO = Activeer CORS: nee +CAPABILITY_CORS_YES = Activeer CORS: ja +CAPABILITY_CREATE_INT = POST een nieuwe resource (maak interactie) +CAPABILITY_DELETE_INT = DELETE een resource (verwijder interactie) +CAPABILITY_EXT_OP = Uitgebreide operations +CAPABILITY_FHIR = Core FHIR resource +CAPABILITY_FHIR_VER = FHIR versie: {0} +CAPABILITY_HISTORY_INT = GET wijzigingen op een resource (history interactie op instance) +CAPABILITY_HISTORY_TYPE = GET wijzigingen voor alle resources van het type (history interactie op type) +CAPABILITY_IMP_VER = Implementatiegids versie: {0} +CAPABILITY_INT = interactie. +CAPABILITY_INTER_SUPP = De interacties ondersteund bij iedere resource ( +CAPABILITY_INT_DESC = interactie als volgt omschreven: +CAPABILITY_INT_SUMM = Interactie samenvatting +CAPABILITY_NOTE_CAP = Noot aan implementers: FHIR Capabilities +CAPABILITY_OP = Operations +CAPABILITY_OPER = Operation +CAPABILITY_OTH_RES_ENB = De andere resources actief voor +CAPABILITY_PATCH_INT = PATCH een nieuwe resourceversie (patch interactie) +CAPABILITY_PROF_CONF = Profielconformance +CAPABILITY_PROF_MAP = Profielmapping +CAPABILITY_PUB_BY = Gepubliceerd door: {0} +CAPABILITY_PUB_ON = Gepubliceerd: {0} +CAPABILITY_READ_INT = GET een resource (read interactie) +CAPABILITY_REF_PROF = Referentiebeleid +CAPABILITY_REQ_RECOM = Verplichte en aanbevolen zoekparameters +CAPABILITY_REST_CAPS = FHIR RESTful Capabilities +CAPABILITY_REST_CONFIG = REST configuratie: {0} +CAPABILITY_RES_CONF = Resource conformance: {0} +CAPABILITY_RES_ENB = De gekoppelde resources actief voor +CAPABILITY_RES_OPER = De operations op de resource (indien aanwezig) +CAPABILITY_RES_PRO = Capabilities op Resource/Profiel +CAPABILITY_RES_TYP = Resource type +CAPABILITY_REV_PROF = De relevante profielen (indien aanwezig) +CAPABILITY_SEARCHES = Zoekacties +CAPABILITY_SEARCH_INT = GET set resources van het type (zoek interactie) +CAPABILITY_SEARCH_PAR = De verplichte, aanbevolen en bepaalde optionele parameters (indien aanwezig). +CAPABILITY_SEARCH_PARS = Zoekparameters +CAPABILITY_SHOULD_SUPP = ZOU de volgende implementatiegidsen MOETEN ondersteunen +CAPABILITY_SUMM_RES = De samenvattingtabel bevat de resources die deel van deze configuratie zijn en voor iedere resource in de tabel: +CAPABILITY_SUMM_SYS_INT = Samenvatting van systeem-brede interacties +CAPABILITY_SUPP = ondersteunt +CAPABILITY_SUPPS = Ondersteunt +CAPABILITY_SUPP_FORM = Ondersteunde formaten: +CAPABILITY_SUPP_PATCH_FORM = Ondersteunde patchformaten: +CAPABILITY_SUPP_PROFS = Ondersteunde profielen +CAPABILITY_SUPP_THE = Ondersteunt de +CAPABILITY_TYPS = Types +CAPABILITY_TYP_PRES = type is alleen aanwezig als temninste één van de resources deze ondersteunt. +CAPABILITY_UPDATE_INT = PUT een nieuwe resource versie (update interactie) +CAPABILITY_VREAD_INT = GET vorige versies van resources (vread interactie) +CAPABILTY_ALLOW_CAP = Elke FHIR functie is ''toegestaan'' door het systeem tenzij epxliciet gemarkeerd als ''MOET NIET''. Er zijn mogelijk een paar dingen gemarkeerd als MAG in de implementatiegids om hun mogelijke relevantie voor de usecase te benadrukken. +CAPABILTY_SHALL_SUPP = MOET de volgende implementatiegidsen ondersteunen +CODESYSTEM_CONCEPTS = Concepten +CODESYSTEM_CONTENT_COMPLETE = Dit codesysteem definieert de volgende codes: +CODESYSTEM_CONTENT_EXAMPLE = Dit codesysteem definieert de volgende codes die alleen als voorbeeld dienen: +CODESYSTEM_CONTENT_FRAGMENT = Dit codesysteem heeft een fragment met de volgende codes: +CODESYSTEM_CONTENT_NOTPRESENT = Dit codesysteem bevat codes, maar geen van die codes staan hier +CODESYSTEM_CONTENT_SUPPLEMENT = Dit codesysteem definieert {0} op de volgende codes: +CODESYSTEM_DEPRECATED = Verouderd +CODESYSTEM_FILTERS = Filters +CODESYSTEM_FILTER_OP = Op +CODESYSTEM_PROPS_DESC = Dit codesysteem definieert de volgende eigenschappen voor zijn concepten +CODE_SYS_CODE_NOT_HERE = Dit CodeSystem wordt hier niet gebruikt; het wordt mogelijk elders gebruikt (bijv. specificaties en/of implementaties die deze content gebruiken) +CODE_SYS_COMPLETE = De CodeSystem resource bevat alle door het codesysteem gedefinieerde concepten +CODE_SYS_COPY = Kopiëren +CODE_SYS_DISP = weergavenamen +CODE_SYS_DISP_PROP = weergavenamen en eigenschappen +CODE_SYS_EXAMPLE = De CodeSystem resource bevat een aantal, voor het codesysteem representatieve, concepten +CODE_SYS_FEAT = features +CODE_SYS_FOR_OID = {0} (voor oid-gebaseerde terminologiesystemen) +CODE_SYS_FRAGMENT = De CodeSystem resource bevat een subset van de door het codesysteem gedefinieerde concepten +CODE_SYS_IN_A_HIERARCHY = in een {0} hiërarchie +CODE_SYS_NOTPRESENT = De CodeSystem resource bevat geen van de in het codesysteem gedefinieerde concepten +CODE_SYS_PROP = eigenschappen +CODE_SYS_REPLACED_BY = (vervangen door +CODE_SYS_SUPPLEMENT = Deze CodeSystem resource is een supplement voor +CODE_SYS_THE_VALUE_SET = {0} is de waardelijst voor alle codes in dit codesysteem +CODE_SYS_UNDEF_HIER = in een ongedefinieerde hiërarchie +CODE_SYS_UNKN_MODE = Onbekende CodeSystemContentMode modus +CONC_MAP_CODES = Codes +CONC_MAP_CODE_SYS_UNSPEC = ongespecificeerd codesysteem +CONC_MAP_FRM = van +CONC_MAP_FROM = Mapping van +CONC_MAP_GRP = Groep {0} +CONC_MAP_NOT_SPEC = (niet gespecificeerd) +CONC_MAP_NO_PROD_USE = (niet bedoeld voor gebruik in productie) +CONC_MAP_PUB_ON = Gepubliceerd op {0} +CONC_MAP_REL = Relatie +CONC_MAP_SOURCE = Bron code +CONC_MAP_SRC_DET = Bron conceptdetails +CONC_MAP_TO = naar +CONC_MAP_TRGT = Doel code +CONC_MAP_TRGT_DET = Doel conceptdetails +DATA_REND_AFTRBKFST = na het ontbijt +DATA_REND_AFTRDINR = na het diner +DATA_REND_AFTRLUNCH = na de lunch +DATA_REND_AFTRMEALS = na de maaltijd +DATA_REND_AFTRWKNG = na ontwaken +DATA_REND_ATBKFST = bij het ontbijt +DATA_REND_ATDINR = bij het diner +DATA_REND_ATLUNCH = bij de lunch +DATA_REND_ATT_DATA = {0}: {1} +DATA_REND_ATT_URL = {0} @ {1} +DATA_REND_BASE64 = (base64 data - {0} base64 tekens) +DATA_REND_BFBKFST = vóór het ontbijt +DATA_REND_BFDINR = vóór het diner +DATA_REND_BFLUNCH = vóór de lunch +DATA_REND_BFMEALS = vóór de maaltijd +DATA_REND_BFSLEEP = vóór slapen gaan +DATA_REND_BY = Door +DATA_REND_CODES = Codes: +DATA_REND_COND = Voorwaarde +DATA_REND_COUNT = Aantal {0} +DATA_REND_DATA = Data: {0} +DATA_REND_DETAILS = (Details: {0} code +DATA_REND_DETAILS_STATED = (Details: {0} code {1} {2} {3} '', genoemd als '' {4} {5} +DATA_REND_DICOM = DICOM +DATA_REND_DIM = Grootte: {0} +DATA_REND_DURATION = Duur {0} +DATA_REND_ERROR = Fout: {0} +DATA_REND_EVENTS = Events: {0} +DATA_REND_EXCEPTION = Uitzondering +DATA_REND_FACT = Factor: {0} +DATA_REND_FAX = Fax: {0} +DATA_REND_GLN = Global locatienummer +DATA_REND_ICD = ICD-9 +DATA_REND_INT = Interval: {0} +DATA_REND_LIMIT = Limiet +DATA_REND_LOINC = LOINC +DATA_REND_LOWER = Onder: {0} +DATA_REND_MEALS = bij de maaltijd +DATA_REND_MKDWN_LNK = Kan markdown-link niet volgen +DATA_REND_NOT_STAT = [niet genoemd] +DATA_REND_NO_DISP = Geen weergavenaam voor {0} +DATA_REND_ONCE = Eenmaal +DATA_REND_ONGOING = (continue) +DATA_REND_ORIGIN = Oorsprong: {0} +DATA_REND_PER = per +DATA_REND_PERIOD = periode: +DATA_REND_PHONE = Telefoon: {0} +DATA_REND_RXNORM = RxNorm +DATA_REND_SEARCH = Zoek op: {0} +DATA_REND_SNOMED = SNOMED CT +DATA_REND_SORT = Sorteren +DATA_REND_SOURCE = bron +DATA_REND_STARTING = Bezig met starten van {0} +DATA_REND_THESE_CODES = Een van deze codes: +DATA_REND_TIMING = Timing +DATA_REND_TO_DO = te doen: {0} +DATA_REND_UNKNWN = onbekend +DATA_REND_UNRD_EX = WAARSCHUWING: Kan modifier-extensie niet weergeven! +DATA_REND_UNTIL = Tot {0} +DATA_REND_UP = Boven: {0} +DATA_REND_USE = gebruik: +DATA_REND_VALUESET = In ValueSet +DATA_REND_VERSION = (versie = {0} {1} +DIAG_REP_REND_AGE = Leeftijd +DIAG_REP_REND_CODECON = Gecodeerde conclusies: +DIAG_REP_REND_ERR = Fout: +DIAG_REP_REND_FOR = voor +DIAG_REP_REND_IDENTIFIER = Identifier +DIAG_REP_REND_NOTRES = Deze Observation ''{0}'' is niet gevonden +DIAG_REP_REND_OBS = Observation +DIAG_REP_REND_PER = Uitvoerende +DIAG_REP_REND_REFRAN = Refentiewaarden +DIAG_REP_REND_REP = Gerapporteerd +DIAG_REP_REND_REPDET = Rapportdetails +DIAG_REP_REND_UNABLE = Kan geen Patient-details ophalen +DIAG_REP_REND_WHEN = Wanneer voor +DIAG_REP_SUMMARY = Diagnostisch rapport voor ''{0}'' voor ''{1}'' +DIAG_REP_UNSPECIFIED_CODE = Ongespecificeerd rapporttype +DIAG_REP_UNSPECIFIED_SUBJECT = Ongespecificeerd subject +DOCUMENT_SUMMARY = Document van door voor in contactmoment +EXAMPLE_SCEN_STEP_SCEN = Stap {0} - Zie scenario {1} +EX_SCEN_ALT = Alternatief {0} +EX_SCEN_BEL = onder +EX_SCEN_CONTA = Bevat: +EX_SCEN_ERR_REN = Fout bij weergeven ExampleScenario {0} +EX_SCEN_FVER = FHIR versie +EX_SCEN_IN = Initiator +EX_SCEN_OTH = Zie ander scenario +EX_SCEN_POSTCON = Postcondities: +EX_SCEN_PRECON = Precondities: +EX_SCEN_PROC = Process: {0} +EX_SCEN_REC = Ontvanger +EX_SCEN_RES = Antwoord +EX_SCEN_SEE = Zie subproces +EX_SCEN_STEP = Stap +EX_SCEN_TIME = ... tijd verstrijkt ... +EX_SCEN_UN = Onbekende ExampleScenario weergavemodus {0} +EX_SCEN_UN_ACT = Kan gerefereerde actor {0} niet vinden +EX_SCEN_UN_INST = Kan gerefereerde instance {0} niet vinden +GENERAL_ADD_LANG = Additionele taalweergaven +GENERAL_BINDING = Binding +GENERAL_BIND_MIN_ALLOW = De minimum-toegestane-waardelijst- een conformerend systeem MOET al deze codes ondersteunen +GENERAL_CARD = Kard. +GENERAL_CARDINALITY = Kardinaliteit +GENERAL_CODE = Code +GENERAL_COMMENT = Opmerking +GENERAL_COMMENTS = Opmerkingen +GENERAL_COMPARATORS = Comparators +GENERAL_COMPONENT = Component +GENERAL_CONFORMANCE = Conformance +GENERAL_CONTACT = Contact: +GENERAL_CONTENT = Content +GENERAL_COPYRIGHT = Copyright +GENERAL_CRIT = Criteria +GENERAL_DATA_DISPLAY_PROPERTY = {0}: {1} +GENERAL_DEFINING_URL = Definiërende url +GENERAL_DEFINITION = Definitie +GENERAL_DEFINITION_COLON = Definities: +GENERAL_DESC = Omschrijving +GENERAL_DESC_CONST = Omschrijving & constraints +GENERAL_DETAILS = Details +GENERAL_DOCUMENTATION = Documentatie +GENERAL_EXAMPLE = Voorbeeld +GENERAL_EXPER = Experimenteel +GENERAL_FILTER = Filter +GENERAL_FLAGS = Markeringen +GENERAL_LOCATION = Locatie +GENERAL_LOGICAL_NAME = De logische naam van het element +GENERAL_MAX_LENGTH = Max lengte: +GENERAL_MODIFIERS = Modifiers +GENERAL_NAME = Naam +GENERAL_NOTE = Notitie +GENERAL_OBLIG = Verplichtingen +GENERAL_OID = Oid +GENERAL_PAR = Parameter +GENERAL_PARS = Parameters +GENERAL_PREFERRED = Voorkeur +GENERAL_PROF = Profiel +GENERAL_PROPS = Eigenschappen +GENERAL_PURPOSE = Doel +GENERAL_REFS = Verwijzingen: +GENERAL_REMOVED_SINCE = Deze content is verwijderd sinds {0} +GENERAL_REQUEST = Verzoek +GENERAL_REQUIRED = Verplicht +GENERAL_RESOURCE = Resource +GENERAL_SECURITY_LABEL = Veiligheidslabel +GENERAL_SRC = Bron: +GENERAL_STARTER = Starter +GENERAL_STATUS = Status +GENERAL_SUBJ = Subject +GENERAL_SUMM = Samenvatting +GENERAL_TITLE = Titel +GENERAL_TODO = Nog niet gedaan +GENERAL_TYPE = Type +GENERAL_UCUM = UCUM +GENERAL_URI = Uri +GENERAL_URL = Url +GENERAL_USAGE = Gebruik +GENERAL_VALUE = Waarde +GENERAL_VALUESET = Waardelijst +GENERAL_VER = Versie +GENERAL_VER_LOW = versie +GENERAL_XML = Xml +IMP_GUIDE_URL = De officiële url voor deze implementatiegids is: +LIB_REND_ART = Gerelateerde artefacten +LIB_REND_AUT = Auteur +LIB_REND_CONT = Content +LIB_REND_ED = Editor +LIB_REND_END = Met goedkeuring van +LIB_REND_NOCONT = Geen content +LIB_REND_PAR = Deelnemers +LIB_REND_REQ = Data requirements +LIB_REND_REV = Reviewer +LIB_REND_SHOW = Content niet weergegeven - ( +LIB_REND_SIZE = , grootte = {0} +LIST_REND_CODE = Code: {0} +LIST_REND_DAT = Datum +LIST_REND_DATE = Datum: {0} +LIST_REND_DEL = Verwijderd +LIST_REND_ENC = Contact: +LIST_REND_FLAG = Markering +LIST_REND_ITEM = Items +LIST_REND_MODE = Modus: {0} +LIST_REND_ORD = Aanvraag: {0} +LIST_REND_STAT = Status {0} +LIST_REND_SUB = Subject: +LIST_SUMMARY = List voor ''{0}'' voor ''{1}'' +LIST_UNSPECIFIED_CODE = Ongespecificeerd lijsttype +LIST_UNSPECIFIED_SUBJECT = Ongespecificeerd subject +MAP_DEFAULT_COMMENT = Dit element was niet gedefinieerd vóór R5 +NAME_SYS_IDEN = Identifiers +NAME_SYS_PER = Periode +OBLIG_ACT = Actor +OBLIG_ELE = Elementen +OP_DEF_INPAR = Inputparameters profiel: +OP_DEF_OFFIC = De officiële url voor deze operation-definitie is: +OP_DEF_OUTPAR = Outputparameters profiel: +OP_DEF_SCO = Scope +OP_DEF_URL = Url: [base]/{0} +OP_DEF_URLS = Url: [base]/${0} +OP_DEF_USE = Gebruik +OP_OUT_DIAG = Kenmerken +OP_OUT_OK = Alles oké +OP_OUT_SEV = Ernst +OP_OUT_SRC = Bron +OP_OUT_SUMM = OperationOutcome ({0} fout(en), {1} waarschuwing(en), {2} hint(s)) +OP_OUT_SUMM_ALL_OK = OperationOutcome (ALLES OKÉ) +OP_OUT_SUMM_NOHINT = OperationOutcome ({0} fout(en), {1} waarschuwing(en)) +PARS_SUMMARY_LIST = Parameters: {0} +PARS_SUMMARY_SIZE = Parameters ({0} parameters) +PAT_ACTIVE = Actief: +PAT_ACTIVE_HINT = Record is actief +PAT_ALT_NAME = Alt. naam: +PAT_ALT_NAME_HINT = Alternatieve namen (zie hierboven) +PAT_CONTACT = Contactgegevens +PAT_CONTACT_HINT = Contactopties voor Patient +PAT_CONTAINED_one = Contained resources +PAT_CONTAINED_other = Contained resources +PAT_DECEASED = Overleden: +PAT_DECEASED_HINT = Bekende status van Patient +PAT_DOB = Geb.datum: {0} +PAT_GENDER = Geslacht: {0} +PAT_GP = Huisarts +PAT_LANG_one = Talen: +PAT_LANG_other = Talen: +PAT_LANG_HINT_one = Spreektaal +PAT_LANG_HINT_other = Spreektalen +PAT_LANG_PREFERRED = (voorkeur) +PAT_LINKS = Links: +PAT_LINKS_HINT = Patient-links +PAT_LINK_REFER = Zie +PAT_LINK_REPL = Dit record vervangt +PAT_LINK_REPLBY = Dit record vervangen door +PAT_LINK_SEE = Zie ook +PAT_MARITAL = Burgerlijke staat: +PAT_MARITAL_HINT = Bekende burgerlijke status van Patient +PAT_MO = Beherende organisatie +PAT_MUL_BIRTH = Meerling: +PAT_MUL_BIRTH_HINT = Bekende meerlingstatus van Patient +PAT_NOK_CONTACT_HINT = Patient contactpersoon +PAT_NOM_CONTACT = Aangewezen contactpersoon: +PAT_NO_DOB = Geb.datum onbekend +PAT_NO_GENDER = (geen benoemd geslacht) +PAT_NO_NAME = Anonieme Patient +PAT_ORG = Organisatie: +PAT_OTHER_ID_one = Ander id: +PAT_OTHER_ID_other = Andere id''s: +PAT_OTHER_ID_HINT_one = Ander id (zie hierboven) +PAT_OTHER_ID_HINT_other = Andere id''s (zie hierboven) +PAT_PERIOD = Geldigheidsperiode: +PAT_PHOTO = Patient foto +PAT_RELN = Relaties: +PROF_DRIV_ERR_GEN_NARR = Fout bij creëren narrative voor +PROF_DRIV_EXCP = Fout bij creëren narrative: {0} +PROF_DRIV_FEXCP = Kan definitie niet vinden voor {0} +PROF_DRIV_GEN_NARR = {0} {1} +PROF_DRIV_GEN_NARR_TECH = Gegenereerde narrative: {0} {1} +PROF_DRIV_SUMM = {0}: {1} +PROF_DRIV_SUMM_PROP = {0} = {1} +PROV_ACT = Activiteit +PROV_AGE = Agents +PROV_BEHALF = Uit naam van +PROV_FOR = Provenance voor {0} +PROV_OCC = Voorkomen +PROV_POL = Policy +PROV_PROV = Provenance voor +PROV_PROVE = Provenance voor: +PROV_REC = Vastgelegd +PROV_ROLE = Rol +PROV_WHO = wie +QUEST_ADD_INFO = Additionele informatie over het item +QUEST_ALLOWED = Toegestane antwoorden +QUEST_ANSW = Antwoordopties voor {0} +QUEST_ANSWER = Antwoord +QUEST_ANSWERS = Antwoorden +QUEST_APP = Goedkeuringsdatum +QUEST_ARE_TRUE = ?? zijn waar: +QUEST_ATTRIBUTES = Andere attributen van het item +QUEST_CALC = Berekende waarde +QUEST_CAND = Kandidaten +QUEST_CAT = Categorie: {0} +QUEST_CONT = Context +QUEST_DERIVED = Afgeleid van +QUEST_DISPLAY = Is optioneel voor weergave +QUEST_DISPLAY_CAT = Weergavecategorie +QUEST_EFF_PERIOD = Geldigheidsperiode +QUEST_EN = Actief als +QUEST_ENABLE = Actief als: +QUEST_EXP = Expressies: +QUEST_GROUP = Groep +QUEST_HIDDEN = Is een verborgen item +QUEST_HIDDEN_ITEM = Verborgen item +QUEST_ID = Link-id +QUEST_INITIAL = Initiële waarde: +QUEST_INITIALLY = (initieel geselecteerd) +QUEST_INITIAL_ANSWER = Initieel antwoord +QUEST_INT = Initiële waarden +QUEST_ITEM = Item +QUEST_ITEM_CONT = Item context +QUEST_LINK = De linkID voor het item +QUEST_LINKED = Is gekoppeld met een observation +QUEST_LINKID = LinkID +QUEST_MAND = Vereist +QUEST_MAX_LENGTH = Max lengte +QUEST_NLM = NLM Forms Library +QUEST_NONE_SPEC = Geen gespecificeerd +QUEST_OBSERVATION = Observation koppelperiode +QUEST_OPT = Optiesets +QUEST_OPTIONS = Opties: +QUEST_ORIENTATION = Oriëntatie: {0} +QUEST_PREFIX = Prefix +QUEST_PUB = Publicatiedatum +QUEST_QUEST = Vragenlijst +QUEST_QUESTION = Vragenlijst: +QUEST_READONLY = Is alleen-lezen +QUEST_READ_ONLY = Alleen-lezen +QUEST_REP = Herhaalt +QUEST_RESP_ROOT = Vragenlijstantwoord-root +QUEST_REV_DATE = Laatste reviewdatum +QUEST_ROOT = Vragenlijst-root +QUEST_STRUCT = Structuur +QUEST_SUBJECT = Kan de subject van de vragenlijst wijzigen +QUEST_SUB_TYPE = Subject type +QUEST_SUMMARY = Antwoord op vragenlijst ''{0}'' over ''{1}'' +QUEST_TEXT = Tekst +QUEST_TEXTFOR = Tekst voor het item +QUEST_TIMES = Minimum en maximum # keren dat het item kan voorkomen in de instance +QUEST_TRUE = zijn waar: +QUEST_TRY = Probeer deze vragenlijst: +QUEST_TRY_QUEST = Probeer deze vragenlijstantwoorden: +QUEST_TYPE_ITEM = Het type van het item +QUEST_UNKNOWN_MODE = Onbekende vragenlijstantwoorden weergavemodus +QUEST_UNSPECIFIED_QUESTIONNAIRE = Ongespecificeerde vragenlijst +QUEST_UNSPECIFIED_SUBJECT = Ongespecificeerd subject +QUEST_VALUE = Waardelijst: +REND_ADDED = Toegevoegd: +REND_CHANGED = Gewijzigd: +REND_REMOVED = Verwijderd: +REND_ROW_CHANGED_SINCE_WAS = De rij met content is gewijzigd sinds {0} (was ''{1}'') +REND_ROW_SINCE = Deze rij met content is toegevoegd op {0} +REND_SINCE_ADDED = Deze content is toegevoegd op {0} +REND_SINCE_CHANGED = Deze content is gewijzigd op {0} +REND_SINCE_CHANGED_WAS = Deze content is gewijzigd sinds {0} (was ''{1}'') +REND_STANDARDS = Standaard status = {0} +REQ_ACTOR = Deze requirements zijn van toepassing op de actor +REQ_DERIVE = Deze requirements zijn afgeleid van +REQ_DERIVED = Afgeleid van: +REQ_FOLLOWING_ACTOR = Deze requirements zijn van toepassing op de volgende actoren: +REQ_FOLLOWING_REQ = Deze requirements zijn afgeleid van de volgende requirements: +REQ_LINKS = Links: +REQ_SATISFIED = Ingevuld door: +RESOURCE_COPYRIGHT = Copyrighttekst: +RES_REND_ACT = Actief +RES_REND_COND_REF = Conditionele reference: +RES_REND_DESC = . Omschrijving (tedoen) +RES_REND_DRAFT = ontwerp +RES_REND_ERROR = Fout bij weergave: {0} +RES_REND_INFO_SOURCE = Informatiebron: +RES_REND_LANGUAGE = Taal: {0} +RES_REND_RET = retired +RES_REND_SEE_ON_THIS_PAGE = Zie op deze pagina: +RES_REND_SPEC_RULES = Speciale regels van toepassing: {0}! +RES_REND_TAG = Tag +RES_REND_UNKNOWN = Onbekend +RES_REND_UPDATED = Laatste update: {0} +RES_REND_VER = versie: {0} +SD_COMP_HEAD_CARD_L = L Kard. +SD_COMP_HEAD_CARD_L_DESC = Minimum en maximum # keren dat het element kan voorkomen in de instance - Linker structuur +SD_COMP_HEAD_CARD_R = R Kard. +SD_COMP_HEAD_CARD_R_DESC = Minimum en maximum # keren dat het element kan voorkomen in de instance - Rechter structuur +SD_COMP_HEAD_COMP_DESC = Opmerkingen op de vergelijking +SD_COMP_HEAD_DESC_L = L Omschrijving & constraints +SD_COMP_HEAD_DESC_L_DESC = Additionele informatie over het element - Linker structuur +SD_COMP_HEAD_DESC_R = R Omschrijving & constraints +SD_COMP_HEAD_DESC_R_DESC = Additionele informatie over het element - Rechter structuur +SD_COMP_HEAD_FLAGS_L = L Markeringen +SD_COMP_HEAD_FLAGS_L_DESC = Informatie over het gebruik van het element - Linker structuur +SD_COMP_HEAD_FLAGS_R = R Markeringen +SD_COMP_HEAD_FLAGS_R_DESC = Informatie over het gebruik van het element - Rechter structuur +SD_COMP_HEAD_TYPE_L = L Type +SD_COMP_HEAD_TYPE_L_DESC = Referentie naar het type van het element - Linker structuur +SD_COMP_HEAD_TYPE_R = R Type +SD_COMP_HEAD_TYPE_R_DESC = Referentie naar het type van het element - Rechter structuur +SD_DOCO = Documentatie voor dit formaat +SD_GRID_HEAD_CARD_DESC = Minimum en maximum # keren dat het element kan voorkomen in de instance. Superscripts geven additionele constraints op weergave +SD_GRID_HEAD_DESC = Constraints en gebruik +SD_GRID_HEAD_DESC_DESC = Vaste waarden, lengtebeperkingen, terminologiebindings en andere gebruiksnotities +SD_GRID_HEAD_NAME_DESC = De naam van het element (slicenaam tussen haakjes). Mouse-over geeft definitie +SD_GRID_HEAD_TYPE_DESC = Referentie naar het type van het element +SD_HEAD_CARD_DESC = Minimum en maximum # keren dat het element kan voorkomen in de instance +SD_HEAD_DESC_DESC = Additionele informatie over het element +SD_HEAD_FLAGS_DESC = Informatie over het gebruik van het element +SD_LEGEND = Legenda voor dit formaat +SD_SLICING_INFO = {0}, {1} op {2} +SD_SUMMARY_FIXED = Vast: {0} {1} +SD_SUMMARY_MANDATORY = Vereist: {0} {1} +SD_SUMMARY_MAPPINGS = Mappings voor {0} ({2}{1}{3}) +SD_SUMMARY_MISSING_EXTENSION = Kan extensie {0} niet samenvatten (geen extensie gevonden) +SD_SUMMARY_MISSING_PROFILE = Kan profiel {0} niet samenvatten (geen profiel gevonden) +SD_SUMMARY_MUST_SUPPORT = Moet-ondersteunen: {0} {1} +SD_SUMMARY_NESTED_MANDATORY = ({0} genest vereist {1}) +SD_SUMMARY_PROHIBITED = Verboden: {0} {1} +SD_SUMMARY_PUBLICATION = Dit profiel is gepubliceerd op {0} als een {1} op {2} +SD_SUMMARY_SLICE_one = Het element {0} is gesliced op de waarden van {1} +SD_SUMMARY_SLICE_other = Het element {0} is gesliced op de waarden van {1} +SD_SUMMARY_SLICES = Deze structuur definieert de volgende {0}Slices{1} +SD_SUMMARY_SLICE_NONE = Er is een slice zonder discriminator bij {0} +SEARCH_PAR_ALLOWED = Toegestaan: +SEARCH_PAR_CHAIN = Koppelt +SEARCH_PAR_EXP = Expressie +SEARCH_PAR_MULTIPLES = Meerdere +SEARCH_PAR_MULTIPLE_AND_APPEAR = multipleAnd: De parameter mag slechts eenmaal voorkomen +SEARCH_PAR_MULTIPLE_AND_REPEAT = multipleAnd: De parameter kan herhalen ten behoeve van meerdere waarden die alle waar moeten zijn +SEARCH_PAR_MULTIPLE_AND_SERVER = multipleAnd: Het is aan de server of de parameter kan herhalen ten behoeve van meerdere waarden die alle waar moeten zijn +SEARCH_PAR_MULTIPLE_OR_MULTIPLE = multipleOr: De parameter kan meerdere waarden bevatten (gescheiden door komma) waarvan tenminste één waar moet zijn +SEARCH_PAR_MULTIPLE_OR_ONE = multipleOr: De parameter mag slechts één waarde bevatten (geen komma''s als scheider) +SEARCH_PAR_MULTIPLE_OR_SERVER = multipleOr: Het is aan de server of de parameter meerdere waarden kan bevatten (gescheiden door komma) waarvan tenminste één waar moet zijn +SEARCH_PAR_NONE = (geen) +SEARCH_PAR_PROC = Verwerkingsmodus +SEARCH_PAR_REND_TARGET = Doelresources +SEARCH_PAR_RES = Alle resources +STRUC_DEF_ABSTRACT = Dit is een abstract +STRUC_DEF_ACT = Verplichtingen van toepassing op de actor {0} +STRUC_DEF_AFFECT_CONSTRAINTS = Dit element heeft of wordt geraakt door constraints ( +STRUC_DEF_ALLOWED = Toegestane eenheden +STRUC_DEF_ALL_ACTORS = Alle actoren +STRUC_DEF_ALL_MAP_KEY = Alle mappings zijn leeg +STRUC_DEF_ALL_SLICES = :Alle slices +STRUC_DEF_ALL_TYPES = Alle typen +STRUC_DEF_ALT_NAME = Alternatieve namen +STRUC_DEF_AND = en +STRUC_DEF_APPROP_CON = Concepten moeten uit deze waardelijst komen als er een relevant concept in de waardelijst staat +STRUC_DEF_AS_SHOWN = Zoals getoond +STRUC_DEF_BECAUSE = omdat +STRUC_DEF_BINDINGS = Binding: +STRUC_DEF_BINDING_STYLE = binding-stijl +STRUC_DEF_BLACK = zwart +STRUC_DEF_BUSINESS_ID = Dit is een business-identifier, geen resource-identifier (zie +STRUC_DEF_BUSINESS_VERID = Dit is een business-versieidentifier, geen resource-versieidentifier (zie +STRUC_DEF_CAND = Kandidaat +STRUC_DEF_CAND_SUB = Deze waardelijst is in sommige situaties een kandidaat ter vervanging voor de overkoepelende conformance-waardelijst; deze worden meestal gedefnieerd in de documentatie +STRUC_DEF_CANNOT_TARGET = Instances van dit logisch model kunnen geen doel zijn van een Reference +STRUC_DEF_CANT_FIND = getElementByName: kan {0} niet vinden in {1} van {2} +STRUC_DEF_CAN_TARGET = Instances van dit logisch model kunnen doel zijn van een Reference +STRUC_DEF_CAP = CAP code +STRUC_DEF_CDA = Deze eigenschap wordt gerepresenteerd als CDA Text in de XML. +STRUC_DEF_CHILD = Kind +STRUC_DEF_CHOICE = (Keuze uit één) +STRUC_DEF_CHOICE_DATA_TYPE = Keuze uit datatypen +STRUC_DEF_CHOICE_GRP = Keuze groep +STRUC_DEF_CHOICE_OF = Keuze uit: +STRUC_DEF_CLOSED = Gesloten +STRUC_DEF_COMMENT = Opmerkingen: +STRUC_DEF_COMPLEX = Complex +STRUC_DEF_COMPLEXBRACK = (complex) +STRUC_DEF_COMP_DOC = Deze waardelijst is een component van de basiswaardelijst. Dit wordt meestal benoemd zodat documentatie kan worden geschreven over een deel van de waardelijst +STRUC_DEF_COMP_EX = (Complexe extensie) +STRUC_DEF_COMP_PROF = Is conform profiel +STRUC_DEF_CONC_SET = Concepten moeten uit deze waardelijst komen +STRUC_DEF_CONSTRAINING = Slice constraining +STRUC_DEF_CONSTRAINTS = Constrains +STRUC_DEF_CONTROL = Control +STRUC_DEF_CONT_RULE = Content/regels voor alle slices +STRUC_DEF_CONT_TYPE = Content/regels voor alle types +STRUC_DEF_COPY_URL = Klik om url te kopiëren +STRUC_DEF_CURR = Huidig +STRUC_DEF_CURR_RULE = Nieuwe vastleggingen moeten deze waardelijst gebruiken, maar oudere zouden andere codes kunnen bevatten. De definitie van ''nieuwe vastlegging'' is moeilijk, aangezien systemen vaak nieuwe vastleggingen maken gebaseerd op bestaande gegevens. ''Huidige'' bindings worden meestal vereist door een externe autoriteit die duidelijke regels hierover opstelt +STRUC_DEF_DATE = Datumformaat: {0} +STRUC_DEF_DATE_FORM = Datumformaat +STRUC_DEF_DEFAULT_TYPE = Standaardtype +STRUC_DEF_DEFAULT_VALUE = Standaardwaarde +STRUC_DEF_DEF_CODES = Definiërende codes +STRUC_DEF_DERIVED_PROFILE = In deze IG zijn de volgende structuren afgeleid van dit profiel: +STRUC_DEF_DESCRIM = , en kunnen worden gedifferentieerd met de volgende discriminators: +STRUC_DEF_DESC_PROF = Omschrijving van het profiel +STRUC_DEF_DISCUSSION = discussie +STRUC_DEF_ELE = Dit primitieve element moet een waarde hebben +STRUC_DEF_ELEMENT = element +STRUC_DEF_ELEMENTS = Elementen gedefinieerd in ancestors: +STRUC_DEF_ELE_AFFECTED = Dit element heeft of wordt geraakt door constraints ( {0} {1} +STRUC_DEF_ELE_INCLUDED = Dit element komt mee in samenvattingen +STRUC_DEF_ELE_MUST_SUPP = Dit element moet worden ondersteund +STRUC_DEF_ELE_READ = Wanneer dit element worden gelezen +STRUC_DEF_ERROR = Onbekende structuurmodus +STRUC_DEF_ERR_DESC = Fout bij beschrijven concept- nog niet gedaan (geen coding, geen text) +STRUC_DEF_EXAM = voorbeeld +STRUC_DEF_EXT = Uitbreidbaar +STRUC_DEF_EXTENSIBLE = uitbreidbaar +STRUC_DEF_EXTENSIONS = Extensies +STRUC_DEF_EXT_JSON = Dit element kan worden uitgebreid door benoemde json-elementen +STRUC_DEF_EXT_STYLE = Extensie-stijl +STRUC_DEF_EX_CODE = Voor voorbeeldcodes, zie +STRUC_DEF_EX_DESC = Van instances wordt niet verwacht of zelfs maar aangemoedigd om waarden uit de specificeerde waardelijst te halen. De waardelijst bevat slechts voorbeelden van het soort concepten dat in instances hoort. +STRUC_DEF_EX_TYPE = (Extensie type: +STRUC_DEF_EX_URL = Extensiie url= {0} +STRUC_DEF_FHIR = Basis FHIR {0} +STRUC_DEF_FHIR_EXCEP = Kan StructureDefinition met url {0} niet ophalen +STRUC_DEF_FII = Formele invariant identifier +STRUC_DEF_FIXED = Vast waarde +STRUC_DEF_FIXED_VALUE = Vaste value: +STRUC_DEF_FOR_CODE = Voor codes, zie +STRUC_DEF_FURTHER_INFO = voor verdere informatie over how [x] te gebruiken +STRUC_DEF_GRADE = Grade +STRUC_DEF_ID = Id +STRUC_DEF_ID_EXPECT = Id verwachting +STRUC_DEF_ID_IS = Id is mogelijk aanwezig (dit is de standaard voor elementen maar niet voor resources) +STRUC_DEF_ID_MAY = Id moet verplicht aanwezig zijn (dit is de standaard voor elementen maar niet voor resources) +STRUC_DEF_ID_NOT_ALLOW = Id is niet toegestaan in deze context +STRUC_DEF_IF = Als +STRUC_DEF_IMPOSE_PROFILE = Pas profiel toe +STRUC_DEF_INFERRED_JSON = Het type van dit element is afleidbaar van het json-type in de instance +STRUC_DEF_INVAR = Invariants +STRUC_DEF_INVARIANT = Dit element wordt geraakt door de volgende invariants: +STRUC_DEF_JSON_ARRAY = Json: Dit element is mogelijk aanwezig als json-array, zelfs als er geen items in de instance staan +STRUC_DEF_JSON_CAN_NAME = Dit type kan voorkomen in json met eigenschapnaam +STRUC_DEF_JSON_CHILD = kind +STRUC_DEF_JSON_EXT = (in elementen met benoemde extensies) +STRUC_DEF_JSON_FORM = Json-formaat +STRUC_DEF_JSON_IF = Json: IF +STRUC_DEF_JSON_INFERRED = Json: Het type van dit element wordt afgeleid van het json-type in de instance +STRUC_DEF_JSON_IS = Dit element is aanwezig als een json-array zelfs als er geen items in de instance staan +STRUC_DEF_JSON_MAY = Dit element is mogelijk aanwezig als een json-array zelfs als er geen items in de instance staan +STRUC_DEF_JSON_MAY_PRESENT = De json-array voor deze eigenschap is mogelijk aanwezig zelfs als er geen items in de instance staan (als een lege array) +STRUC_DEF_JSON_NAME = JSON eigenschapnaam +STRUC_DEF_JSON_NOT_PRESENT = De json-array voor deze eigenschap is niet aanwezig als er geen items in de instance staan (komt niet voor als lege array) +STRUC_DEF_JSON_NULL = Json: Dit object kan worden gerepresenteerd als null in de json-structuur (wat telt als ''aanwezig'' voor kardinaliteit) +STRUC_DEF_JSON_PRESENT = De json-array voor deze eigenschap is aanwezig zelfs als er geen items in de instance staan (als een lege array) +STRUC_DEF_JSON_PROPERTY_NAME = Deze eigenschap staat in json met eigenschapnaam +STRUC_DEF_JSON_SINGLE = Dit herhalende object wordt gepresenteerd als één json-object met benoemde eigenschappen. De naam van de eigenschap (sleutel) is de waarde van de +STRUC_DEF_JSON_TYPE = Json-eigenschapnaam voor type +STRUC_DEF_LABEL = Label +STRUC_DEF_LEAST_FOLLOW = Tenminste de volgende +STRUC_DEF_LOGICAL = Logisch model +STRUC_DEF_LOGICAL_CONT = Logische container +STRUC_DEF_LOINC = LOINC-code +STRUC_DEF_LOINC_CODE = LOINC-code +STRUC_DEF_MAX = Maximum +STRUC_DEF_MAX_MIN = Minimum en maximum # keren dat het element in een instance kan voorkomen +STRUC_DEF_MAX_VALUE = Max waarde +STRUC_DEF_MEAN_MISS = Betekenis als ontbreekt +STRUC_DEF_MIN = Minimum +STRUC_DEF_MIN_VALUE = Min value +STRUC_DEF_MISSING_LINK = ontbrekende link +STRUC_DEF_MOD = Dit element is een modifier element +STRUC_DEF_MODIF = Modifier +STRUC_DEF_MODIFIER = Is modifier +STRUC_DEF_MUST_SUPPORT = Moet ondersteunen +STRUC_DEF_MUST_SUPPORT_TYPES = Moet ondersteunen types +STRUC_DEF_NAMESPACE = In het xml-formaat, heeft deze eigenschap de namespace +STRUC_DEF_NOTE_X = [x] Note +STRUC_DEF_NOT_MARK = Instances van dit logish model zijn niet gemarkeerd om doel van een Reference te zijn +STRUC_DEF_NO_DESCRIM = , en definieert geen discriminators om slices te onderscheiden +STRUC_DEF_NO_MAPPINGS = Geen mappings +STRUC_DEF_NO_MUST_SUPPORT = Geen moet-ondersteunen-regels over de keuze uit types/profielen +STRUC_DEF_NO_SUMMARY = Geen samenvatting +STRUC_DEF_NULL_JSON = Dit object kan worden gerepresenteerd als null in de json-structuur (wat telt als ''aanwezig'' voor kardinaliteit) +STRUC_DEF_OBLIG = Dit element heeft verplichtingen +STRUC_DEF_OBLIG_ADD = Dit is een verplichtingenprofiel met alleen verplichtingen en additionele bindings +STRUC_DEF_OBLIG_ALL = Verplichtingen van toepassing op alle actoren +STRUC_DEF_OBLIG_FROM = Dit profiel verzamelt alle verplichtingen en additionele bindings van +STRUC_DEF_OBLIG_SUPP = Dit element heeft verplichtingen en moet worden ondersteund +STRUC_DEF_ONE_OF = Een van: +STRUC_DEF_OPEN = Open +STRUC_DEF_OPEN_END = Open aan einde +STRUC_DEF_ORDERED = Geordend +STRUC_DEF_PATH = Pad +STRUC_DEF_PATHS = Pad(en) +STRUC_DEF_PATT_VALUE = Patternwaarde +STRUC_DEF_PREFERRED = voorkeur +STRUC_DEF_PREFIXED = wordt als prefix aan de waarde toegevoegd vóór validatie +STRUC_DEF_PREF_CONT = Dit is de waardelijst die de voorkeur heeft in een bepaalde context (documentatie legt uit waarom) +STRUC_DEF_PRIMITIVE = Primitieve waarde +STRUC_DEF_PRIM_ELE = Dit primitieve element kan aanwezig zijn of niet, of worden vervangen door een extensie +STRUC_DEF_PRIM_TYPE_PRESENT = Dit primitieve type kan aanwezig zijn of niet, of worden vervangen door een van de volgende extensies: +STRUC_DEF_PRIM_TYPE_VALUE = Dit primitieve type moet een waarde hebben (de waarde moet aanwezig zijn en kan niet worden vervangen door een extensie) +STRUC_DEF_PROFILED = profiled door +STRUC_DEF_PROFILE_BUILDS = Dit profiel bouwt op +STRUC_DEF_PROF_COMP = Dit profiel compileert met het profiel +STRUC_DEF_PROF_REQ = Dit profiel vereist ook dat de instance ook voldoet aan dit additionele profiel: +STRUC_DEF_PROF_RES = Een profiled resource +STRUC_DEF_PROF_SUPP = Dit profiel moet worden ondersteund +STRUC_DEF_PROPERTY = Eigenschap +STRUC_DEF_REFERS_EXT = Deze structuur verwijst naar deze extensies +STRUC_DEF_REFER_PROFILE = In deze IG, verwijzen de volgende structuren naar dit profiel: +STRUC_DEF_REND_UNABLE_RES = Kan StructureDefinition {0} niet vinden die verwijst naar contentverwijzing {1} +STRUC_DEF_REPEAT = Dit is een herhalende keuzegroep die niet direct in de instance voorkomt +STRUC_DEF_REPEAT_ELE = Deze herhalende elementvolgorde: {0} +STRUC_DEF_REQUIRED = verplicht +STRUC_DEF_REQUIRED_PATT = Verplicht pattern: +STRUC_DEF_REQUIREMENTS = Requirements +STRUC_DEF_REQ_BIND = Een verplichte binding voor additionele codes, voor ons wanneer de bindingsterkte ''uitbreidbaar'' of ''voorkeur'' is +STRUC_DEF_REQ_PATT = Verplicht pattern +STRUC_DEF_ROOT = De root class met de instances van deze class +STRUC_DEF_SEE = Zie +STRUC_DEF_SET_ARE = De slices zijn +STRUC_DEF_SET_SLICES = Dit element introduceert een set slices op +STRUC_DEF_SHALL_CODE = De codes MOETEN komen uit +STRUC_DEF_SHORT = Kort +STRUC_DEF_SHOULD_CODE = De codes ZOUDEN MOETEN komen uit +STRUC_DEF_SINGLE_JSON_OBJECTS = Json: Weergegeven als één json-object met gelabelde eigenschappen met de waarde van het {0} kind als de sleutel +STRUC_DEF_SLIC = Slices +STRUC_DEF_SLICE = Slice +STRUC_DEF_SLICES = Slice: +STRUC_DEF_SLICE_FOR = Slices voor {0} +STRUC_DEF_SLICE_NAME = Slicenaam +STRUC_DEF_SLICE_PAR = Slice {0} +STRUC_DEF_SNOMED = SNOMED CT +STRUC_DEF_SNOMED_CODE = SNOMED CT code +STRUC_DEF_STAND_STAT = Standaard status +STRUC_DEF_STAND_STATUS = Standaard status = +STRUC_DEF_STRING_FORM = String formaat +STRUC_DEF_STRUCTURES = Structuren +STRUC_DEF_SUIT_SHALL_CODE = Tenzij dat niet past, MOETEN deze codes worden gehaald uit +STRUC_DEF_TARG_SUPP = Dit doel moet worden ondersteund +STRUC_DEF_TEMPLATEID = Instance van dit type wordt gevalideerd op templateId +STRUC_DEF_TERM_BIND = Terminologiebindings (differential) +STRUC_DEF_TERM_BINDS = Terminologiebindings +STRUC_DEF_THEN_TYPE = dan is het type +STRUC_DEF_THIS_REFERS = Deze structuur verwijst naar deze andere structuren +STRUC_DEF_TYPE_BOUND = Dit type kan worden gekoppeld aan een waardelijst met de {0} +STRUC_DEF_TYPE_PARAMETER = Type parameter +STRUC_DEF_TYPE_SET = Dit type kan worden gekoppeld aan een waardelijst met de +STRUC_DEF_TYPE_SPEC = Type specificatie +STRUC_DEF_TYPE_SUPP = Dit type moet worden ondersteund +STRUC_DEF_UI = UI +STRUC_DEF_UI_CONT = Deze waardelijst dient voor opzoeken door gebruikers in een bepaalde context. Deze waardelijsten bevatten typisch een subset van codes die relevant zijn voor input in een context +STRUC_DEF_UNADORNED = In xml wordt deze eigenschap gerepresenteerd als niet-opgemaakte tekst. +STRUC_DEF_UNDEF_ACT = Verplichtingen van toepassing op de ongedefinieerde actor {0} +STRUC_DEF_UNKNOWN_APPROACH = Instances van dit type worden gevalideerd met een onbekende methode: {0} +STRUC_DEF_UNKNOWN_REF = Onbekende referentie naar {0} +STRUC_DEF_UNORDERED = Ongeordend +STRUC_DEF_UNSPECIFIED = Ongespecificeerd +STRUC_DEF_URLS = Url: +STRUC_DEF_VALID = Validatie +STRUC_DEF_VALUESET = ValueSet +STRUC_DEF_VALUESET_CODE = ValueSet / code +STRUC_DEF_VALUE_ALT = Alternatieve waarden +STRUC_DEF_VALUE_REQ = Waarde verplicht +STRUC_DEF_WHAT = Wat hier hoort +STRUC_DEF_XHTML = Deze eigenschap wordt gerepresenteerd als xhtml tekst in de xml. +STRUC_DEF_XML_ACTUAL = In xml heeft deze eigenschap de werkelijke naam +STRUC_DEF_XML_ATTRIBUTE = In xml wordt dit attribuut gerepresenteerd als attribuut. +STRUC_DEF_XML_ELE = Xml-elementnaam +STRUC_DEF_XML_FORM = Xml-formaat +STRUC_DEF_XML_NAME = Xml-namespace +STRUC_DEF_XSI = Het type van deze eigenschap wordt bepaald met de +SUB_TOPIC_CREATE = * maak resultaat = {0} +SUB_TOPIC_DELETE = * verwijder resultaat = {0} +SUB_TOPIC_EVENT = Event +SUB_TOPIC_FHIR_PATH = FHIR Path +SUB_TOPIC_FILT_DEF = Filterdefinitie +SUB_TOPIC_FILT_PAR = Filterparameter +SUB_TOPIC_INCL = Inclusies +SUB_TOPIC_INT = Interacties +SUB_TOPIC_PREV = * vorige = {0} +SUB_TOPIC_REQ = * vereis beide = {0} +SUB_TOPIC_RES_TRIG = Resource triggers +SUB_TOPIC_REV_INCL = Omgekeerde inclusies +TERMINOLOGY_LVL = Lvl +TERM_REND_COPY = Kopieer {0} formaat naar klembord +TEST_PLAN_ASS = Assertion +TEST_PLAN_ASSERTION = Assertion {0} +TEST_PLAN_CASE = Testgeval +TEST_PLAN_CASE_SEQ = Testgeval - Sequentie {0} +TEST_PLAN_CATEGORY = Categorie: +TEST_PLAN_DATA = Testgegevens +TEST_PLAN_DEP = Testplan afhankelijkheid: +TEST_PLAN_DEPEN = Testplan afhankelijkheden: +TEST_PLAN_DESC = Afhankelijkheid - geen omschrijving +TEST_PLAN_LANG = Taal +TEST_PLAN_RESULT = Resultaat +TEST_PLAN_RUN = Testrun +TEST_PLAN_SCOPE = Testplan scope: +TEST_PLAN_SCOPES = Testplan scopes: +TEST_PLAN_SOURCE = Source[x] +TEST_PLAN_TEST_DATA = Testgegevens {0} +TEST_PLAN_TEST_RUN = Testrun {0} +TEXT_ICON_CHOICE = Keuze uit types +TEXT_ICON_DATATYPE = Datatype +TEXT_ICON_ELEMENT = Element +TEXT_ICON_EXTENSION_COMPLEX = Complexe extensie +TEXT_ICON_EXTENSION_SIMPLE = Eenvoudige extensie +TEXT_ICON_KEY = Json-sleutelwaarde +TEXT_ICON_OBJECT_BOX = Object +TEXT_ICON_PRIMITIVE = Primitief datatype +TEXT_ICON_REFERENCE = Verwijzing naar andere resource +TEXT_ICON_REUSE = Verwijzing naar ander element +TEXT_ICON_SLICE = Slice-definitie +TEXT_ICON_SLICE_ITEM = Slice-item +TX_DISPLAY = Weergave +VALUE_SET_ADD_DESIG = Additionele benamingen en taalweergaven +VALUE_SET_ALL_CODE = Deze inclusie specificeert een hiërarchie voor wanneer waardelijsten worden gegenereerd voor in een gebruikersinterface. De expansie bevat alle codes en ook deze structuur: +VALUE_SET_ALL_CODES_DEF = alle codes gedefinieerd in +VALUE_SET_AND = en +VALUE_SET_AUS = Australisch +VALUE_SET_CODES_FROM = codes uit +VALUE_SET_CODE_ITEM = De code voor het item +VALUE_SET_CODE_SELEC = Deze waardelijst kan niet volledig worden opgeleverd, maar een selectie ({0} codes) van de hele set codes staat hier. +VALUE_SET_COMMA = , +VALUE_SET_CONT = Waardelijst inhoud +VALUE_SET_CONTAINS = Deze waardelijst bevat {0} concepten +VALUE_SET_CONTAINS_AT_LEAST = Deze waardelijst bevat tenminste {0} concepten +VALUE_SET_CONT_STRUC = Deze inclusie specificeert een hiërarchie voor wanneer waardelijsten worden gemaakt voor een gebruikersinterface. De expansie bevat deze structuur: +VALUE_SET_DANISH = Deens +VALUE_SET_DESCENDENTOF = komt van +VALUE_SET_DESIG = Additionele benamingen +VALUE_SET_DISPLAY_ITEM = De weergave voor het item +VALUE_SET_DOESNT_EXIST = bestaat niet +VALUE_SET_DUTCH = Nederlands +VALUE_SET_EQUAL = = +VALUE_SET_ERROR = Fout in expansie waardelijst: {0} +VALUE_SET_EXCL = Exclusie +VALUE_SET_EXCLUDED_FROM = Geëxcludeerd van +VALUE_SET_EXISTS = bestaat +VALUE_SET_EXP = Expansie gebaseerd op voorbeeldcodesysteem +VALUE_SET_EXPANSION = Expansie gebaseerd op +VALUE_SET_EXPANSIONS = Expansie gebaseerd op: +VALUE_SET_EXP_FRAG = Expansie gebaseerd op codesysteemfragment +VALUE_SET_GENERALIZES = generaliseert +VALUE_SET_HAS = Deze waardelijst bevat {0} codes. Om de publicatiegrootte beheersbaar te houden, wordt alleen een selectie ({1} codes) van de hele set codes getoond. +VALUE_SET_HAS_AT_LEAST = Deze waardelijst bevat tenminste {0} codes. Om de publicatiegrootte beheersbaar te houden, wordt alleen een selectie ({1} codes) van de hele set codes getoond. +VALUE_SET_IMPORT_one = Importeer alle codes die staan in +VALUE_SET_IMPORT_other = Importeer alle codes die in de intersectie staan van +VALUE_SET_IN = in +VALUE_SET_INACT = inactief +VALUE_SET_INACTIVE = Inactief +VALUE_SET_INC = Inclusie +VALUE_SET_INCLUDED_INTO = Geïncludeerd in +VALUE_SET_INT = Internationaal +VALUE_SET_ISA = is-a +VALUE_SET_ISNOTA = is-not-a +VALUE_SET_LEVEL = Level +VALUE_SET_LOINCV = Loinc v +VALUE_SET_NOTE = Note: {0} +VALUE_SET_NOTIN = niet in +VALUE_SET_NOT_DEF = Deze inclusie specificeert een hiërarchie voor wanneer waardelijsten worden gemaakt voor een gebruikersinterface, maar de regels zijn niet voldoende gedefinieerd +VALUE_SET_NOT_FOUND = Deze inclusie specificeert een hiërarchie voor wanneer waardelijsten worden gemaakt voor een gebruikersinterface. De expansie bevat deze structuur en eventuele codes buiten de structuur: +VALUE_SET_NO_VER = (geen versie) +VALUE_SET_NO_VERSION = (geen versie) ( +VALUE_SET_NULL = null +VALUE_SET_NULLS = ?ngen-13? +VALUE_SET_NUMBER_CONCEPTS = Deze waardelijst-expansie bevat {0} concepten. +VALUE_SET_REGEX = matches (op regex) +VALUE_SET_RULES_EXC = Deze waardelijst excludeert codes gebaseerd op de volgende regels: +VALUE_SET_RULES_INC = Deze waardelijst includeert codes gebaseerd op de volgende regels: +VALUE_SET_SEL = Deze waardelijst bevat meer dan >1000 codes. Om de publicatiegrootte beheersbaar te houden, wordt alleen een selectie (1000 codes) van de hele set codes getoond +VALUE_SET_SNOMED = SNOMED CT {0} editie +VALUE_SET_SNOMED_ADD = SNOMED CT {0} editie {1} +VALUE_SET_SPAN = Spaans +VALUE_SET_SPEC_NAME = Volledig gespecificeerde naam +VALUE_SET_SWEDISH = Zweeds +VALUE_SET_SYNONYM = Synoniem +VALUE_SET_SYSTEM = Systeem +VALUE_SET_THESE_CODES_DEF = deze codes zoals gedefinieerd in +VALUE_SET_TOO_COSTLY = Deze waardelijst kan niet worden geëxpandeerd omdat de terminologieserver(s) dit te kostbaar achtten +VALUE_SET_UK = Verenigd Koninkrijk +VALUE_SET_US = Verenigde Staten +VALUE_SET_USED_ELSEWHERE = Deze waardelijst wordt hier niet gebruikt; mogelijk wordt deze elders gebruikt (bijv. specificaties en/of implementaties die deze content gebruiken) +VALUE_SET_WHERE = waar +VALUE_SET_WHERE_CODES = . waar de codes staan in +VS_ABSTRACT_CODE_HINT = Deze code is niet selecteerbaar (''Abstract'') diff --git a/exec/pack/rendering-phrases_pt-BR.properties b/exec/pack/rendering-phrases_pt-BR.properties new file mode 100644 index 000000000..d1cd3c29a --- /dev/null +++ b/exec/pack/rendering-phrases_pt-BR.properties @@ -0,0 +1 @@ +# Rendering = one,other diff --git a/library/fhir/fhir_tx.pas b/library/fhir/fhir_tx.pas index 2fc3afe71..28a823b4a 100644 --- a/library/fhir/fhir_tx.pas +++ b/library/fhir/fhir_tx.pas @@ -215,6 +215,7 @@ TTerminologyWorker = class (TFslObject) FRequiredSupplements : TStringList; function costDiags(e : ETooCostly) : ETooCostly; + function opName : String; virtual; function sizeInBytesV(magic : integer) : cardinal; override; function vsHandle : TFHIRValueSetW; virtual; abstract; procedure deadCheck(place : String); virtual; @@ -519,6 +520,11 @@ function TTerminologyWorker.costDiags(e: ETooCostly): ETooCostly; result := e; end; +function TTerminologyWorker.opName: String; +begin + result := '??'; +end; + function TTerminologyWorker.sizeInBytesV(magic : integer) : cardinal; begin result := inherited sizeInBytesV(magic); @@ -535,7 +541,7 @@ procedure TTerminologyWorker.deadCheck(place: String); if FOpContext.deadCheck(time) then begin FOpContext.addNote(vsHandle, 'Operation took too long @ '+place+' ('+className+')'); - raise costDiags(ETooCostly.create(FI18n.translate('VALUESET_TOO_COSTLY_TIME', FParams.HTTPlanguages, ['??', inttostr(time)]))); + raise costDiags(ETooCostly.create(FI18n.translate('VALUESET_TOO_COSTLY_TIME', FParams.HTTPlanguages, ['??', inttostr(time), opName]))); end; end; diff --git a/library/ftx/fhir_valuesets.pas b/library/ftx/fhir_valuesets.pas index 5cbb5c3fb..c9ed7c585 100644 --- a/library/ftx/fhir_valuesets.pas +++ b/library/ftx/fhir_valuesets.pas @@ -143,6 +143,7 @@ TValueSetChecker = class (TValueSetWorker) protected function sizeInBytesV(magic : integer) : cardinal; override; function isValidating : boolean; override; + function opName : String; override; public constructor Create(factory : TFHIRFactory; opContext : TTerminologyOperationContext; getVS: TGetValueSetEvent; getCS : TGetProviderEvent; getVersions : TGetSystemVersionsEvent; getExpansion : TGetExpansionEvent; txResources : TFslMetadataResourceList; languages : TIETFLanguageDefinitions; id : String; i18n : TI18nSupport); overload; destructor Destroy; override; @@ -223,6 +224,7 @@ TFHIRValueSetExpander = class (TValueSetWorker) function useDesignation(cd: TConceptDesignation): boolean; protected function isValidating : boolean; override; + function opName : String; override; public constructor Create(factory : TFHIRFactory; opContext : TTerminologyOperationContext; getVS: TGetValueSetEvent; getCS : TGetProviderEvent; getVersions : TGetSystemVersionsEvent; getExpansion : TGetExpansionEvent; txResources : TFslMetadataResourceList; languages : TIETFLanguageDefinitions; i18n : TI18nSupport); overload; destructor Destroy; override; @@ -2340,6 +2342,11 @@ function TValueSetChecker.isValidating: boolean; result := true; end; +function TValueSetChecker.opName: String; +begin + Result:= 'validation'; +end; + { TFHIRValueSetExpander } @@ -2840,7 +2847,7 @@ procedure TValueSetWorker.deadCheck(place: String); {$ELSE} logging.log('Expansion took too long'); {$ENDIF} - raise costDiags(ETooCostly.create(FI18n.translate('VALUESET_TOO_COSTLY_TIME', FParams.HTTPLanguages, [FValueSet.vurl, inttostr(time)]))); + raise costDiags(ETooCostly.create(FI18n.translate('VALUESET_TOO_COSTLY_TIME', FParams.HTTPLanguages, [FValueSet.vurl, inttostr(time), opName]))); end; end; @@ -2957,6 +2964,11 @@ function TFHIRValueSetExpander.isValidating: boolean; result := false; end; +function TFHIRValueSetExpander.opName: String; +begin + Result := 'expansion'; +end; + function getPropUrl(cs : TCodeSystemProvider; pcode : String) : String; var pl : TFslList;